.tailwind-import {
  /*
  Text-level semantics
  ====================
  */
  /**
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  /**
  Add the correct font weight in Edge and Safari.
  */
  /**
  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.
  */
  /**
  Add the correct font size in all browsers.
  */
  /**
  Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
  */
  /*
  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)
  */
  /*
  Forms
  =====
  */
  /**
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  */
  /**
  Remove the inheritance of text transform in Edge and Firefox.
  1. Remove the inheritance of text transform in Firefox.
  */
  /**
  Correct the inability to style clickable types in iOS and Safari.
  */
  /**
  Remove the inner border and padding in Firefox.
  */
  /**
  Restore the focus styles unset by the previous rule.
  */
  /**
  Remove the additional ':invalid' styles in Firefox.
  See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
  */
  /**
  Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
  */
  /**
  Add the correct vertical alignment in Chrome and Firefox.
  */
  /**
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  /**
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  /**
  Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to 'inherit' in Safari.
  */
  /*
  Interactive
  ===========
  */
  /*
  Add the correct display in Chrome and Safari.
  */
  /**
  * 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.
  */
  /**
  * Work around a Firefox/IE bug where the transparent `button` background
  * results in a loss of the default `button` focus styles.
  */
  /**
  * 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.
  */
  /**
  * Inherit font-family and line-height from `html` so users can set them as
  * a class directly on the `html` element.
  */
  /**
  * 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
  */
  /*
  * Ensure horizontal rules are visible by default
  */
  /**
  * 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
  */
  /**
  * Reset links to optimize for opt-in styling instead of
  * opt-out.
  */
  /**
  * 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.
  */
  /**
  * 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.
  */
  /**
  * 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
  */
  /**
  * Constrain images and videos to the parent width and preserve
  * their instrinsic aspect ratio.
  *
  * https://github.com/mozdevs/cssremedy/issues/14
  */
}
.tailwind-import hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}
.tailwind-import abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.tailwind-import b,
.tailwind-import strong {
  font-weight: bolder;
}
.tailwind-import code,
.tailwind-import kbd,
.tailwind-import samp,
.tailwind-import pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.tailwind-import small {
  font-size: 80%;
}
.tailwind-import sub,
.tailwind-import sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tailwind-import sub {
  bottom: -0.25em;
}
.tailwind-import sup {
  top: -0.5em;
}
.tailwind-import table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}
.tailwind-import button,
.tailwind-import input,
.tailwind-import optgroup,
.tailwind-import select,
.tailwind-import textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.tailwind-import button,
.tailwind-import select {
  /* 1 */
  text-transform: none;
}
.tailwind-import button,
.tailwind-import [type=button],
.tailwind-import [type=reset],
.tailwind-import [type=submit] {
  -webkit-appearance: button;
}
.tailwind-import ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tailwind-import :-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tailwind-import :-moz-ui-invalid {
  box-shadow: none;
}
.tailwind-import legend {
  padding: 0;
}
.tailwind-import progress {
  vertical-align: baseline;
}
.tailwind-import ::-webkit-inner-spin-button,
.tailwind-import ::-webkit-outer-spin-button {
  height: auto;
}
.tailwind-import [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.tailwind-import ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tailwind-import ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.tailwind-import summary {
  display: list-item;
}
.tailwind-import blockquote,
.tailwind-import dl,
.tailwind-import dd,
.tailwind-import h1,
.tailwind-import h2,
.tailwind-import h3,
.tailwind-import h4,
.tailwind-import h5,
.tailwind-import h6,
.tailwind-import hr,
.tailwind-import figure,
.tailwind-import p,
.tailwind-import pre {
  margin: 0;
}
.tailwind-import button {
  background-color: transparent;
  background-image: none;
}
.tailwind-import button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.tailwind-import fieldset {
  margin: 0;
  padding: 0;
}
.tailwind-import ol,
.tailwind-import ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tailwind-import html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}
.tailwind-import body {
  font-family: inherit;
  line-height: inherit;
}
.tailwind-import *,
.tailwind-import ::before,
.tailwind-import ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
.tailwind-import hr {
  border-top-width: 1px;
}
.tailwind-import img {
  border-style: solid;
}
.tailwind-import textarea {
  resize: vertical;
}
.tailwind-import input::placeholder,
.tailwind-import textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
.tailwind-import button,
.tailwind-import [role=button] {
  cursor: pointer;
}
.tailwind-import table {
  border-collapse: collapse;
}
.tailwind-import h1,
.tailwind-import h2,
.tailwind-import h3,
.tailwind-import h4,
.tailwind-import h5,
.tailwind-import h6 {
  font-size: inherit;
  font-weight: inherit;
}
.tailwind-import a {
  color: inherit;
  text-decoration: inherit;
}
.tailwind-import button,
.tailwind-import input,
.tailwind-import optgroup,
.tailwind-import select,
.tailwind-import textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
.tailwind-import pre,
.tailwind-import code,
.tailwind-import kbd,
.tailwind-import samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tailwind-import img,
.tailwind-import svg,
.tailwind-import video,
.tailwind-import canvas,
.tailwind-import audio,
.tailwind-import iframe,
.tailwind-import embed,
.tailwind-import object {
  display: block;
  vertical-align: middle;
}
.tailwind-import img,
.tailwind-import video {
  max-width: 100%;
  height: auto;
}
.tailwind-import .container {
  width: 100%;
}
@media (min-width: 640px) {
  .tailwind-import .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .container {
    max-width: 1536px;
  }
}
.tailwind-import .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0px * $tw-space-y-reverse);
}
.tailwind-import .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0px * $tw-space-x-reverse);
  margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.25rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.25rem * $tw-space-x-reverse);
  margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.5rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.5rem * $tw-space-x-reverse);
  margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.75rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.75rem * $tw-space-x-reverse);
  margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(1rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1rem * $tw-space-x-reverse);
  margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(1.25rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1.25rem * $tw-space-x-reverse);
  margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(1.5rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1.5rem * $tw-space-x-reverse);
  margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-7 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(1.75rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-7 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1.75rem * $tw-space-x-reverse);
  margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(2rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-8 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2rem * $tw-space-x-reverse);
  margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-9 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(2.25rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-9 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2.25rem * $tw-space-x-reverse);
  margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(2.5rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-10 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2.5rem * $tw-space-x-reverse);
  margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-11 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(2.75rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-11 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(2.75rem * $tw-space-x-reverse);
  margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(3rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-12 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(3rem * $tw-space-x-reverse);
  margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-14 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(3.5rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-14 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(3.5rem * $tw-space-x-reverse);
  margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-16 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(4rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-16 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(4rem * $tw-space-x-reverse);
  margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(5rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-20 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(5rem * $tw-space-x-reverse);
  margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-24 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(6rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-24 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(6rem * $tw-space-x-reverse);
  margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-28 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(7rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-28 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(7rem * $tw-space-x-reverse);
  margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-32 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(8rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-32 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(8rem * $tw-space-x-reverse);
  margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-36 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(9rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-36 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(9rem * $tw-space-x-reverse);
  margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-40 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(10rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-40 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(10rem * $tw-space-x-reverse);
  margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-44 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(11rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-44 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(11rem * $tw-space-x-reverse);
  margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-48 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(12rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-48 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(12rem * $tw-space-x-reverse);
  margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-52 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(13rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-52 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(13rem * $tw-space-x-reverse);
  margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-56 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(14rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-56 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(14rem * $tw-space-x-reverse);
  margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-60 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(15rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-60 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(15rem * $tw-space-x-reverse);
  margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-64 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(16rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-64 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(16rem * $tw-space-x-reverse);
  margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-72 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(18rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-72 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(18rem * $tw-space-x-reverse);
  margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-80 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(20rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-80 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(20rem * $tw-space-x-reverse);
  margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-96 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(24rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-96 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(24rem * $tw-space-x-reverse);
  margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-px > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(1px * $tw-space-y-reverse);
}
.tailwind-import .space-x-px > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(1px * $tw-space-x-reverse);
  margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.125rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.125rem * $tw-space-x-reverse);
  margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.375rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.375rem * $tw-space-x-reverse);
  margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.625rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.625rem * $tw-space-x-reverse);
  margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0.875rem * $tw-space-y-reverse);
}
.tailwind-import .space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.875rem * $tw-space-x-reverse);
  margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(0px * $tw-space-y-reverse);
}
.tailwind-import .-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0px * $tw-space-x-reverse);
  margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.25rem * $tw-space-x-reverse);
  margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.5rem * $tw-space-x-reverse);
  margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.75rem * $tw-space-x-reverse);
  margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-1rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-1rem * $tw-space-x-reverse);
  margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-1.25rem * $tw-space-x-reverse);
  margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-1.5rem * $tw-space-x-reverse);
  margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-1.75rem * $tw-space-x-reverse);
  margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-2rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-2rem * $tw-space-x-reverse);
  margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-2.25rem * $tw-space-x-reverse);
  margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-2.5rem * $tw-space-x-reverse);
  margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-2.75rem * $tw-space-x-reverse);
  margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-3rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-3rem * $tw-space-x-reverse);
  margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-3.5rem * $tw-space-x-reverse);
  margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-4rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-4rem * $tw-space-x-reverse);
  margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-5rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-5rem * $tw-space-x-reverse);
  margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-6rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-6rem * $tw-space-x-reverse);
  margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-7rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-7rem * $tw-space-x-reverse);
  margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-8rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-8rem * $tw-space-x-reverse);
  margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-9rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-9rem * $tw-space-x-reverse);
  margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-10rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-10rem * $tw-space-x-reverse);
  margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-11rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-11rem * $tw-space-x-reverse);
  margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-12rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-12rem * $tw-space-x-reverse);
  margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-13rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-13rem * $tw-space-x-reverse);
  margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-14rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-14rem * $tw-space-x-reverse);
  margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-15rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-15rem * $tw-space-x-reverse);
  margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-16rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-16rem * $tw-space-x-reverse);
  margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-18rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-18rem * $tw-space-x-reverse);
  margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-20rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-20rem * $tw-space-x-reverse);
  margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-24rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-24rem * $tw-space-x-reverse);
  margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-px > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-1px * $tw-space-y-reverse);
}
.tailwind-import .-space-x-px > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-1px * $tw-space-x-reverse);
  margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.125rem * $tw-space-x-reverse);
  margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.375rem * $tw-space-x-reverse);
  margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.625rem * $tw-space-x-reverse);
  margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
  margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
}
.tailwind-import .-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(-0.875rem * $tw-space-x-reverse);
  margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
}
.tailwind-import .divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
  border-bottom-width: calc(0px * $tw-divide-y-reverse);
}
.tailwind-import .divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(0px * $tw-divide-x-reverse);
  border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
}
.tailwind-import .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
  border-bottom-width: calc(2px * $tw-divide-y-reverse);
}
.tailwind-import .divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(2px * $tw-divide-x-reverse);
  border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
}
.tailwind-import .divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
  border-bottom-width: calc(4px * $tw-divide-y-reverse);
}
.tailwind-import .divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(4px * $tw-divide-x-reverse);
  border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
}
.tailwind-import .divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
  border-bottom-width: calc(8px * $tw-divide-y-reverse);
}
.tailwind-import .divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(8px * $tw-divide-x-reverse);
  border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
}
.tailwind-import .divide-y > :not([hidden]) ~ :not([hidden]) {
  border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
  border-bottom-width: calc(1px * $tw-divide-y-reverse);
}
.tailwind-import .divide-x > :not([hidden]) ~ :not([hidden]) {
  border-right-width: calc(1px * $tw-divide-x-reverse);
  border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
}
.tailwind-import .divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}
.tailwind-import .divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}
.tailwind-import .divide-black > :not([hidden]) ~ :not([hidden]) {
  border-color: black;
}
.tailwind-import .divide-white > :not([hidden]) ~ :not([hidden]) {
  border-color: white;
}
.tailwind-import .divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f9fafb;
}
.tailwind-import .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f3f4f6;
}
.tailwind-import .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #e5e7eb;
}
.tailwind-import .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #d1d5db;
}
.tailwind-import .divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #9ca3af;
}
.tailwind-import .divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6b7280;
}
.tailwind-import .divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #4b5563;
}
.tailwind-import .divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #374151;
}
.tailwind-import .divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1f2937;
}
.tailwind-import .divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #111827;
}
.tailwind-import .divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fef2f2;
}
.tailwind-import .divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fee2e2;
}
.tailwind-import .divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fecaca;
}
.tailwind-import .divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fca5a5;
}
.tailwind-import .divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f87171;
}
.tailwind-import .divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ef4444;
}
.tailwind-import .divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #dc2626;
}
.tailwind-import .divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #b91c1c;
}
.tailwind-import .divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #991b1b;
}
.tailwind-import .divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #7f1d1d;
}
.tailwind-import .divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fffbeb;
}
.tailwind-import .divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fef3c7;
}
.tailwind-import .divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fde68a;
}
.tailwind-import .divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fcd34d;
}
.tailwind-import .divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fbbf24;
}
.tailwind-import .divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f59e0b;
}
.tailwind-import .divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #d97706;
}
.tailwind-import .divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #b45309;
}
.tailwind-import .divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #92400e;
}
.tailwind-import .divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #78350f;
}
.tailwind-import .divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ecfdf5;
}
.tailwind-import .divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #d1fae5;
}
.tailwind-import .divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #a7f3d0;
}
.tailwind-import .divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6ee7b7;
}
.tailwind-import .divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #34d399;
}
.tailwind-import .divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #10b981;
}
.tailwind-import .divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #059669;
}
.tailwind-import .divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #047857;
}
.tailwind-import .divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #065f46;
}
.tailwind-import .divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #064e3b;
}
.tailwind-import .divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #eff6ff;
}
.tailwind-import .divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #dbeafe;
}
.tailwind-import .divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #bfdbfe;
}
.tailwind-import .divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #93c5fd;
}
.tailwind-import .divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #60a5fa;
}
.tailwind-import .divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #3b82f6;
}
.tailwind-import .divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #2563eb;
}
.tailwind-import .divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1d4ed8;
}
.tailwind-import .divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1e40af;
}
.tailwind-import .divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #1e3a8a;
}
.tailwind-import .divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #eef2ff;
}
.tailwind-import .divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #e0e7ff;
}
.tailwind-import .divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #c7d2fe;
}
.tailwind-import .divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #a5b4fc;
}
.tailwind-import .divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #818cf8;
}
.tailwind-import .divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6366f1;
}
.tailwind-import .divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #4f46e5;
}
.tailwind-import .divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #4338ca;
}
.tailwind-import .divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #3730a3;
}
.tailwind-import .divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #312e81;
}
.tailwind-import .divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f5f3ff;
}
.tailwind-import .divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ede9fe;
}
.tailwind-import .divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ddd6fe;
}
.tailwind-import .divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #c4b5fd;
}
.tailwind-import .divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #a78bfa;
}
.tailwind-import .divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #8b5cf6;
}
.tailwind-import .divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #7c3aed;
}
.tailwind-import .divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6d28d9;
}
.tailwind-import .divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #5b21b6;
}
.tailwind-import .divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #4c1d95;
}
.tailwind-import .divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fdf2f8;
}
.tailwind-import .divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fce7f3;
}
.tailwind-import .divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #fbcfe8;
}
.tailwind-import .divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f9a8d4;
}
.tailwind-import .divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  border-color: #f472b6;
}
.tailwind-import .divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ec4899;
}
.tailwind-import .divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  border-color: #db2777;
}
.tailwind-import .divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #be185d;
}
.tailwind-import .divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  border-color: #9d174d;
}
.tailwind-import .divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  border-color: #831843;
}
.tailwind-import .divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.tailwind-import .divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.tailwind-import .divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}
.tailwind-import .divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}
.tailwind-import .divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}
.tailwind-import .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;
}
.tailwind-import .not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.tailwind-import .focus-within\: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;
}
.tailwind-import .focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.tailwind-import .focus\: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;
}
.tailwind-import .focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.tailwind-import .appearance-none {
  -webkit-appearance: none;
  appearance: none;
}
.tailwind-import .bg-fixed {
  background-attachment: fixed;
}
.tailwind-import .bg-local {
  background-attachment: local;
}
.tailwind-import .bg-scroll {
  background-attachment: scroll;
}
.tailwind-import .bg-clip-border {
  background-clip: border-box;
}
.tailwind-import .bg-clip-padding {
  background-clip: padding-box;
}
.tailwind-import .bg-clip-content {
  background-clip: content-box;
}
.tailwind-import .bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.tailwind-import .bg-transparent {
  background-color: transparent;
}
.tailwind-import .bg-current {
  background-color: currentColor;
}
.tailwind-import .bg-black {
  background-color: black;
}
.tailwind-import .bg-white {
  background-color: white;
}
.tailwind-import .bg-gray-50 {
  background-color: #f9fafb;
}
.tailwind-import .bg-gray-100 {
  background-color: #f3f4f6;
}
.tailwind-import .bg-gray-200 {
  background-color: #e5e7eb;
}
.tailwind-import .bg-gray-300 {
  background-color: #d1d5db;
}
.tailwind-import .bg-gray-400 {
  background-color: #9ca3af;
}
.tailwind-import .bg-gray-500 {
  background-color: #6b7280;
}
.tailwind-import .bg-gray-600 {
  background-color: #4b5563;
}
.tailwind-import .bg-gray-700 {
  background-color: #374151;
}
.tailwind-import .bg-gray-800 {
  background-color: #1f2937;
}
.tailwind-import .bg-gray-900 {
  background-color: #111827;
}
.tailwind-import .bg-red-50 {
  background-color: #fef2f2;
}
.tailwind-import .bg-red-100 {
  background-color: #fee2e2;
}
.tailwind-import .bg-red-200 {
  background-color: #fecaca;
}
.tailwind-import .bg-red-300 {
  background-color: #fca5a5;
}
.tailwind-import .bg-red-400 {
  background-color: #f87171;
}
.tailwind-import .bg-red-500 {
  background-color: #ef4444;
}
.tailwind-import .bg-red-600 {
  background-color: #dc2626;
}
.tailwind-import .bg-red-700 {
  background-color: #b91c1c;
}
.tailwind-import .bg-red-800 {
  background-color: #991b1b;
}
.tailwind-import .bg-red-900 {
  background-color: #7f1d1d;
}
.tailwind-import .bg-yellow-50 {
  background-color: #fffbeb;
}
.tailwind-import .bg-yellow-100 {
  background-color: #fef3c7;
}
.tailwind-import .bg-yellow-200 {
  background-color: #fde68a;
}
.tailwind-import .bg-yellow-300 {
  background-color: #fcd34d;
}
.tailwind-import .bg-yellow-400 {
  background-color: #fbbf24;
}
.tailwind-import .bg-yellow-500 {
  background-color: #f59e0b;
}
.tailwind-import .bg-yellow-600 {
  background-color: #d97706;
}
.tailwind-import .bg-yellow-700 {
  background-color: #b45309;
}
.tailwind-import .bg-yellow-800 {
  background-color: #92400e;
}
.tailwind-import .bg-yellow-900 {
  background-color: #78350f;
}
.tailwind-import .bg-green-50 {
  background-color: #ecfdf5;
}
.tailwind-import .bg-green-100 {
  background-color: #d1fae5;
}
.tailwind-import .bg-green-200 {
  background-color: #a7f3d0;
}
.tailwind-import .bg-green-300 {
  background-color: #6ee7b7;
}
.tailwind-import .bg-green-400 {
  background-color: #34d399;
}
.tailwind-import .bg-green-500 {
  background-color: #10b981;
}
.tailwind-import .bg-green-600 {
  background-color: #059669;
}
.tailwind-import .bg-green-700 {
  background-color: #047857;
}
.tailwind-import .bg-green-800 {
  background-color: #065f46;
}
.tailwind-import .bg-green-900 {
  background-color: #064e3b;
}
.tailwind-import .bg-blue-50 {
  background-color: #eff6ff;
}
.tailwind-import .bg-blue-100 {
  background-color: #dbeafe;
}
.tailwind-import .bg-blue-200 {
  background-color: #bfdbfe;
}
.tailwind-import .bg-blue-300 {
  background-color: #93c5fd;
}
.tailwind-import .bg-blue-400 {
  background-color: #60a5fa;
}
.tailwind-import .bg-blue-500 {
  background-color: #3b82f6;
}
.tailwind-import .bg-blue-600 {
  background-color: #2563eb;
}
.tailwind-import .bg-blue-700 {
  background-color: #1d4ed8;
}
.tailwind-import .bg-blue-800 {
  background-color: #1e40af;
}
.tailwind-import .bg-blue-900 {
  background-color: #1e3a8a;
}
.tailwind-import .bg-indigo-50 {
  background-color: #eef2ff;
}
.tailwind-import .bg-indigo-100 {
  background-color: #e0e7ff;
}
.tailwind-import .bg-indigo-200 {
  background-color: #c7d2fe;
}
.tailwind-import .bg-indigo-300 {
  background-color: #a5b4fc;
}
.tailwind-import .bg-indigo-400 {
  background-color: #818cf8;
}
.tailwind-import .bg-indigo-500 {
  background-color: #6366f1;
}
.tailwind-import .bg-indigo-600 {
  background-color: #4f46e5;
}
.tailwind-import .bg-indigo-700 {
  background-color: #4338ca;
}
.tailwind-import .bg-indigo-800 {
  background-color: #3730a3;
}
.tailwind-import .bg-indigo-900 {
  background-color: #312e81;
}
.tailwind-import .bg-purple-50 {
  background-color: #f5f3ff;
}
.tailwind-import .bg-purple-100 {
  background-color: #ede9fe;
}
.tailwind-import .bg-purple-200 {
  background-color: #ddd6fe;
}
.tailwind-import .bg-purple-300 {
  background-color: #c4b5fd;
}
.tailwind-import .bg-purple-400 {
  background-color: #a78bfa;
}
.tailwind-import .bg-purple-500 {
  background-color: #8b5cf6;
}
.tailwind-import .bg-purple-600 {
  background-color: #7c3aed;
}
.tailwind-import .bg-purple-700 {
  background-color: #6d28d9;
}
.tailwind-import .bg-purple-800 {
  background-color: #5b21b6;
}
.tailwind-import .bg-purple-900 {
  background-color: #4c1d95;
}
.tailwind-import .bg-pink-50 {
  background-color: #fdf2f8;
}
.tailwind-import .bg-pink-100 {
  background-color: #fce7f3;
}
.tailwind-import .bg-pink-200 {
  background-color: #fbcfe8;
}
.tailwind-import .bg-pink-300 {
  background-color: #f9a8d4;
}
.tailwind-import .bg-pink-400 {
  background-color: #f472b6;
}
.tailwind-import .bg-pink-500 {
  background-color: #ec4899;
}
.tailwind-import .bg-pink-600 {
  background-color: #db2777;
}
.tailwind-import .bg-pink-700 {
  background-color: #be185d;
}
.tailwind-import .bg-pink-800 {
  background-color: #9d174d;
}
.tailwind-import .bg-pink-900 {
  background-color: #831843;
}
.tailwind-import .group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}
.tailwind-import .group:hover .group-hover\:bg-current {
  background-color: currentColor;
}
.tailwind-import .group:hover .group-hover\:bg-black {
  background-color: black;
}
.tailwind-import .group:hover .group-hover\:bg-white {
  background-color: white;
}
.tailwind-import .group:hover .group-hover\:bg-gray-50 {
  background-color: #f9fafb;
}
.tailwind-import .group:hover .group-hover\:bg-gray-100 {
  background-color: #f3f4f6;
}
.tailwind-import .group:hover .group-hover\:bg-gray-200 {
  background-color: #e5e7eb;
}
.tailwind-import .group:hover .group-hover\:bg-gray-300 {
  background-color: #d1d5db;
}
.tailwind-import .group:hover .group-hover\:bg-gray-400 {
  background-color: #9ca3af;
}
.tailwind-import .group:hover .group-hover\:bg-gray-500 {
  background-color: #6b7280;
}
.tailwind-import .group:hover .group-hover\:bg-gray-600 {
  background-color: #4b5563;
}
.tailwind-import .group:hover .group-hover\:bg-gray-700 {
  background-color: #374151;
}
.tailwind-import .group:hover .group-hover\:bg-gray-800 {
  background-color: #1f2937;
}
.tailwind-import .group:hover .group-hover\:bg-gray-900 {
  background-color: #111827;
}
.tailwind-import .group:hover .group-hover\:bg-red-50 {
  background-color: #fef2f2;
}
.tailwind-import .group:hover .group-hover\:bg-red-100 {
  background-color: #fee2e2;
}
.tailwind-import .group:hover .group-hover\:bg-red-200 {
  background-color: #fecaca;
}
.tailwind-import .group:hover .group-hover\:bg-red-300 {
  background-color: #fca5a5;
}
.tailwind-import .group:hover .group-hover\:bg-red-400 {
  background-color: #f87171;
}
.tailwind-import .group:hover .group-hover\:bg-red-500 {
  background-color: #ef4444;
}
.tailwind-import .group:hover .group-hover\:bg-red-600 {
  background-color: #dc2626;
}
.tailwind-import .group:hover .group-hover\:bg-red-700 {
  background-color: #b91c1c;
}
.tailwind-import .group:hover .group-hover\:bg-red-800 {
  background-color: #991b1b;
}
.tailwind-import .group:hover .group-hover\:bg-red-900 {
  background-color: #7f1d1d;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-50 {
  background-color: #fffbeb;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-100 {
  background-color: #fef3c7;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-200 {
  background-color: #fde68a;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-300 {
  background-color: #fcd34d;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-400 {
  background-color: #fbbf24;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-500 {
  background-color: #f59e0b;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-600 {
  background-color: #d97706;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-700 {
  background-color: #b45309;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-800 {
  background-color: #92400e;
}
.tailwind-import .group:hover .group-hover\:bg-yellow-900 {
  background-color: #78350f;
}
.tailwind-import .group:hover .group-hover\:bg-green-50 {
  background-color: #ecfdf5;
}
.tailwind-import .group:hover .group-hover\:bg-green-100 {
  background-color: #d1fae5;
}
.tailwind-import .group:hover .group-hover\:bg-green-200 {
  background-color: #a7f3d0;
}
.tailwind-import .group:hover .group-hover\:bg-green-300 {
  background-color: #6ee7b7;
}
.tailwind-import .group:hover .group-hover\:bg-green-400 {
  background-color: #34d399;
}
.tailwind-import .group:hover .group-hover\:bg-green-500 {
  background-color: #10b981;
}
.tailwind-import .group:hover .group-hover\:bg-green-600 {
  background-color: #059669;
}
.tailwind-import .group:hover .group-hover\:bg-green-700 {
  background-color: #047857;
}
.tailwind-import .group:hover .group-hover\:bg-green-800 {
  background-color: #065f46;
}
.tailwind-import .group:hover .group-hover\:bg-green-900 {
  background-color: #064e3b;
}
.tailwind-import .group:hover .group-hover\:bg-blue-50 {
  background-color: #eff6ff;
}
.tailwind-import .group:hover .group-hover\:bg-blue-100 {
  background-color: #dbeafe;
}
.tailwind-import .group:hover .group-hover\:bg-blue-200 {
  background-color: #bfdbfe;
}
.tailwind-import .group:hover .group-hover\:bg-blue-300 {
  background-color: #93c5fd;
}
.tailwind-import .group:hover .group-hover\:bg-blue-400 {
  background-color: #60a5fa;
}
.tailwind-import .group:hover .group-hover\:bg-blue-500 {
  background-color: #3b82f6;
}
.tailwind-import .group:hover .group-hover\:bg-blue-600 {
  background-color: #2563eb;
}
.tailwind-import .group:hover .group-hover\:bg-blue-700 {
  background-color: #1d4ed8;
}
.tailwind-import .group:hover .group-hover\:bg-blue-800 {
  background-color: #1e40af;
}
.tailwind-import .group:hover .group-hover\:bg-blue-900 {
  background-color: #1e3a8a;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-50 {
  background-color: #eef2ff;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-100 {
  background-color: #e0e7ff;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-200 {
  background-color: #c7d2fe;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-300 {
  background-color: #a5b4fc;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-400 {
  background-color: #818cf8;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-500 {
  background-color: #6366f1;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-600 {
  background-color: #4f46e5;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-700 {
  background-color: #4338ca;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-800 {
  background-color: #3730a3;
}
.tailwind-import .group:hover .group-hover\:bg-indigo-900 {
  background-color: #312e81;
}
.tailwind-import .group:hover .group-hover\:bg-purple-50 {
  background-color: #f5f3ff;
}
.tailwind-import .group:hover .group-hover\:bg-purple-100 {
  background-color: #ede9fe;
}
.tailwind-import .group:hover .group-hover\:bg-purple-200 {
  background-color: #ddd6fe;
}
.tailwind-import .group:hover .group-hover\:bg-purple-300 {
  background-color: #c4b5fd;
}
.tailwind-import .group:hover .group-hover\:bg-purple-400 {
  background-color: #a78bfa;
}
.tailwind-import .group:hover .group-hover\:bg-purple-500 {
  background-color: #8b5cf6;
}
.tailwind-import .group:hover .group-hover\:bg-purple-600 {
  background-color: #7c3aed;
}
.tailwind-import .group:hover .group-hover\:bg-purple-700 {
  background-color: #6d28d9;
}
.tailwind-import .group:hover .group-hover\:bg-purple-800 {
  background-color: #5b21b6;
}
.tailwind-import .group:hover .group-hover\:bg-purple-900 {
  background-color: #4c1d95;
}
.tailwind-import .group:hover .group-hover\:bg-pink-50 {
  background-color: #fdf2f8;
}
.tailwind-import .group:hover .group-hover\:bg-pink-100 {
  background-color: #fce7f3;
}
.tailwind-import .group:hover .group-hover\:bg-pink-200 {
  background-color: #fbcfe8;
}
.tailwind-import .group:hover .group-hover\:bg-pink-300 {
  background-color: #f9a8d4;
}
.tailwind-import .group:hover .group-hover\:bg-pink-400 {
  background-color: #f472b6;
}
.tailwind-import .group:hover .group-hover\:bg-pink-500 {
  background-color: #ec4899;
}
.tailwind-import .group:hover .group-hover\:bg-pink-600 {
  background-color: #db2777;
}
.tailwind-import .group:hover .group-hover\:bg-pink-700 {
  background-color: #be185d;
}
.tailwind-import .group:hover .group-hover\:bg-pink-800 {
  background-color: #9d174d;
}
.tailwind-import .group:hover .group-hover\:bg-pink-900 {
  background-color: #831843;
}
.tailwind-import .focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}
.tailwind-import .focus-within\:bg-current:focus-within {
  background-color: currentColor;
}
.tailwind-import .focus-within\:bg-black:focus-within {
  background-color: black;
}
.tailwind-import .focus-within\:bg-white:focus-within {
  background-color: white;
}
.tailwind-import .focus-within\:bg-gray-50:focus-within {
  background-color: #f9fafb;
}
.tailwind-import .focus-within\:bg-gray-100:focus-within {
  background-color: #f3f4f6;
}
.tailwind-import .focus-within\:bg-gray-200:focus-within {
  background-color: #e5e7eb;
}
.tailwind-import .focus-within\:bg-gray-300:focus-within {
  background-color: #d1d5db;
}
.tailwind-import .focus-within\:bg-gray-400:focus-within {
  background-color: #9ca3af;
}
.tailwind-import .focus-within\:bg-gray-500:focus-within {
  background-color: #6b7280;
}
.tailwind-import .focus-within\:bg-gray-600:focus-within {
  background-color: #4b5563;
}
.tailwind-import .focus-within\:bg-gray-700:focus-within {
  background-color: #374151;
}
.tailwind-import .focus-within\:bg-gray-800:focus-within {
  background-color: #1f2937;
}
.tailwind-import .focus-within\:bg-gray-900:focus-within {
  background-color: #111827;
}
.tailwind-import .focus-within\:bg-red-50:focus-within {
  background-color: #fef2f2;
}
.tailwind-import .focus-within\:bg-red-100:focus-within {
  background-color: #fee2e2;
}
.tailwind-import .focus-within\:bg-red-200:focus-within {
  background-color: #fecaca;
}
.tailwind-import .focus-within\:bg-red-300:focus-within {
  background-color: #fca5a5;
}
.tailwind-import .focus-within\:bg-red-400:focus-within {
  background-color: #f87171;
}
.tailwind-import .focus-within\:bg-red-500:focus-within {
  background-color: #ef4444;
}
.tailwind-import .focus-within\:bg-red-600:focus-within {
  background-color: #dc2626;
}
.tailwind-import .focus-within\:bg-red-700:focus-within {
  background-color: #b91c1c;
}
.tailwind-import .focus-within\:bg-red-800:focus-within {
  background-color: #991b1b;
}
.tailwind-import .focus-within\:bg-red-900:focus-within {
  background-color: #7f1d1d;
}
.tailwind-import .focus-within\:bg-yellow-50:focus-within {
  background-color: #fffbeb;
}
.tailwind-import .focus-within\:bg-yellow-100:focus-within {
  background-color: #fef3c7;
}
.tailwind-import .focus-within\:bg-yellow-200:focus-within {
  background-color: #fde68a;
}
.tailwind-import .focus-within\:bg-yellow-300:focus-within {
  background-color: #fcd34d;
}
.tailwind-import .focus-within\:bg-yellow-400:focus-within {
  background-color: #fbbf24;
}
.tailwind-import .focus-within\:bg-yellow-500:focus-within {
  background-color: #f59e0b;
}
.tailwind-import .focus-within\:bg-yellow-600:focus-within {
  background-color: #d97706;
}
.tailwind-import .focus-within\:bg-yellow-700:focus-within {
  background-color: #b45309;
}
.tailwind-import .focus-within\:bg-yellow-800:focus-within {
  background-color: #92400e;
}
.tailwind-import .focus-within\:bg-yellow-900:focus-within {
  background-color: #78350f;
}
.tailwind-import .focus-within\:bg-green-50:focus-within {
  background-color: #ecfdf5;
}
.tailwind-import .focus-within\:bg-green-100:focus-within {
  background-color: #d1fae5;
}
.tailwind-import .focus-within\:bg-green-200:focus-within {
  background-color: #a7f3d0;
}
.tailwind-import .focus-within\:bg-green-300:focus-within {
  background-color: #6ee7b7;
}
.tailwind-import .focus-within\:bg-green-400:focus-within {
  background-color: #34d399;
}
.tailwind-import .focus-within\:bg-green-500:focus-within {
  background-color: #10b981;
}
.tailwind-import .focus-within\:bg-green-600:focus-within {
  background-color: #059669;
}
.tailwind-import .focus-within\:bg-green-700:focus-within {
  background-color: #047857;
}
.tailwind-import .focus-within\:bg-green-800:focus-within {
  background-color: #065f46;
}
.tailwind-import .focus-within\:bg-green-900:focus-within {
  background-color: #064e3b;
}
.tailwind-import .focus-within\:bg-blue-50:focus-within {
  background-color: #eff6ff;
}
.tailwind-import .focus-within\:bg-blue-100:focus-within {
  background-color: #dbeafe;
}
.tailwind-import .focus-within\:bg-blue-200:focus-within {
  background-color: #bfdbfe;
}
.tailwind-import .focus-within\:bg-blue-300:focus-within {
  background-color: #93c5fd;
}
.tailwind-import .focus-within\:bg-blue-400:focus-within {
  background-color: #60a5fa;
}
.tailwind-import .focus-within\:bg-blue-500:focus-within {
  background-color: #3b82f6;
}
.tailwind-import .focus-within\:bg-blue-600:focus-within {
  background-color: #2563eb;
}
.tailwind-import .focus-within\:bg-blue-700:focus-within {
  background-color: #1d4ed8;
}
.tailwind-import .focus-within\:bg-blue-800:focus-within {
  background-color: #1e40af;
}
.tailwind-import .focus-within\:bg-blue-900:focus-within {
  background-color: #1e3a8a;
}
.tailwind-import .focus-within\:bg-indigo-50:focus-within {
  background-color: #eef2ff;
}
.tailwind-import .focus-within\:bg-indigo-100:focus-within {
  background-color: #e0e7ff;
}
.tailwind-import .focus-within\:bg-indigo-200:focus-within {
  background-color: #c7d2fe;
}
.tailwind-import .focus-within\:bg-indigo-300:focus-within {
  background-color: #a5b4fc;
}
.tailwind-import .focus-within\:bg-indigo-400:focus-within {
  background-color: #818cf8;
}
.tailwind-import .focus-within\:bg-indigo-500:focus-within {
  background-color: #6366f1;
}
.tailwind-import .focus-within\:bg-indigo-600:focus-within {
  background-color: #4f46e5;
}
.tailwind-import .focus-within\:bg-indigo-700:focus-within {
  background-color: #4338ca;
}
.tailwind-import .focus-within\:bg-indigo-800:focus-within {
  background-color: #3730a3;
}
.tailwind-import .focus-within\:bg-indigo-900:focus-within {
  background-color: #312e81;
}
.tailwind-import .focus-within\:bg-purple-50:focus-within {
  background-color: #f5f3ff;
}
.tailwind-import .focus-within\:bg-purple-100:focus-within {
  background-color: #ede9fe;
}
.tailwind-import .focus-within\:bg-purple-200:focus-within {
  background-color: #ddd6fe;
}
.tailwind-import .focus-within\:bg-purple-300:focus-within {
  background-color: #c4b5fd;
}
.tailwind-import .focus-within\:bg-purple-400:focus-within {
  background-color: #a78bfa;
}
.tailwind-import .focus-within\:bg-purple-500:focus-within {
  background-color: #8b5cf6;
}
.tailwind-import .focus-within\:bg-purple-600:focus-within {
  background-color: #7c3aed;
}
.tailwind-import .focus-within\:bg-purple-700:focus-within {
  background-color: #6d28d9;
}
.tailwind-import .focus-within\:bg-purple-800:focus-within {
  background-color: #5b21b6;
}
.tailwind-import .focus-within\:bg-purple-900:focus-within {
  background-color: #4c1d95;
}
.tailwind-import .focus-within\:bg-pink-50:focus-within {
  background-color: #fdf2f8;
}
.tailwind-import .focus-within\:bg-pink-100:focus-within {
  background-color: #fce7f3;
}
.tailwind-import .focus-within\:bg-pink-200:focus-within {
  background-color: #fbcfe8;
}
.tailwind-import .focus-within\:bg-pink-300:focus-within {
  background-color: #f9a8d4;
}
.tailwind-import .focus-within\:bg-pink-400:focus-within {
  background-color: #f472b6;
}
.tailwind-import .focus-within\:bg-pink-500:focus-within {
  background-color: #ec4899;
}
.tailwind-import .focus-within\:bg-pink-600:focus-within {
  background-color: #db2777;
}
.tailwind-import .focus-within\:bg-pink-700:focus-within {
  background-color: #be185d;
}
.tailwind-import .focus-within\:bg-pink-800:focus-within {
  background-color: #9d174d;
}
.tailwind-import .focus-within\:bg-pink-900:focus-within {
  background-color: #831843;
}
.tailwind-import .hover\:bg-transparent:hover {
  background-color: transparent;
}
.tailwind-import .hover\:bg-current:hover {
  background-color: currentColor;
}
.tailwind-import .hover\:bg-black:hover {
  background-color: black;
}
.tailwind-import .hover\:bg-white:hover {
  background-color: white;
}
.tailwind-import .hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}
.tailwind-import .hover\:bg-gray-100:hover {
  background-color: #f3f4f6;
}
.tailwind-import .hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}
.tailwind-import .hover\:bg-gray-300:hover {
  background-color: #d1d5db;
}
.tailwind-import .hover\:bg-gray-400:hover {
  background-color: #9ca3af;
}
.tailwind-import .hover\:bg-gray-500:hover {
  background-color: #6b7280;
}
.tailwind-import .hover\:bg-gray-600:hover {
  background-color: #4b5563;
}
.tailwind-import .hover\:bg-gray-700:hover {
  background-color: #374151;
}
.tailwind-import .hover\:bg-gray-800:hover {
  background-color: #1f2937;
}
.tailwind-import .hover\:bg-gray-900:hover {
  background-color: #111827;
}
.tailwind-import .hover\:bg-red-50:hover {
  background-color: #fef2f2;
}
.tailwind-import .hover\:bg-red-100:hover {
  background-color: #fee2e2;
}
.tailwind-import .hover\:bg-red-200:hover {
  background-color: #fecaca;
}
.tailwind-import .hover\:bg-red-300:hover {
  background-color: #fca5a5;
}
.tailwind-import .hover\:bg-red-400:hover {
  background-color: #f87171;
}
.tailwind-import .hover\:bg-red-500:hover {
  background-color: #ef4444;
}
.tailwind-import .hover\:bg-red-600:hover {
  background-color: #dc2626;
}
.tailwind-import .hover\:bg-red-700:hover {
  background-color: #b91c1c;
}
.tailwind-import .hover\:bg-red-800:hover {
  background-color: #991b1b;
}
.tailwind-import .hover\:bg-red-900:hover {
  background-color: #7f1d1d;
}
.tailwind-import .hover\:bg-yellow-50:hover {
  background-color: #fffbeb;
}
.tailwind-import .hover\:bg-yellow-100:hover {
  background-color: #fef3c7;
}
.tailwind-import .hover\:bg-yellow-200:hover {
  background-color: #fde68a;
}
.tailwind-import .hover\:bg-yellow-300:hover {
  background-color: #fcd34d;
}
.tailwind-import .hover\:bg-yellow-400:hover {
  background-color: #fbbf24;
}
.tailwind-import .hover\:bg-yellow-500:hover {
  background-color: #f59e0b;
}
.tailwind-import .hover\:bg-yellow-600:hover {
  background-color: #d97706;
}
.tailwind-import .hover\:bg-yellow-700:hover {
  background-color: #b45309;
}
.tailwind-import .hover\:bg-yellow-800:hover {
  background-color: #92400e;
}
.tailwind-import .hover\:bg-yellow-900:hover {
  background-color: #78350f;
}
.tailwind-import .hover\:bg-green-50:hover {
  background-color: #ecfdf5;
}
.tailwind-import .hover\:bg-green-100:hover {
  background-color: #d1fae5;
}
.tailwind-import .hover\:bg-green-200:hover {
  background-color: #a7f3d0;
}
.tailwind-import .hover\:bg-green-300:hover {
  background-color: #6ee7b7;
}
.tailwind-import .hover\:bg-green-400:hover {
  background-color: #34d399;
}
.tailwind-import .hover\:bg-green-500:hover {
  background-color: #10b981;
}
.tailwind-import .hover\:bg-green-600:hover {
  background-color: #059669;
}
.tailwind-import .hover\:bg-green-700:hover {
  background-color: #047857;
}
.tailwind-import .hover\:bg-green-800:hover {
  background-color: #065f46;
}
.tailwind-import .hover\:bg-green-900:hover {
  background-color: #064e3b;
}
.tailwind-import .hover\:bg-blue-50:hover {
  background-color: #eff6ff;
}
.tailwind-import .hover\:bg-blue-100:hover {
  background-color: #dbeafe;
}
.tailwind-import .hover\:bg-blue-200:hover {
  background-color: #bfdbfe;
}
.tailwind-import .hover\:bg-blue-300:hover {
  background-color: #93c5fd;
}
.tailwind-import .hover\:bg-blue-400:hover {
  background-color: #60a5fa;
}
.tailwind-import .hover\:bg-blue-500:hover {
  background-color: #3b82f6;
}
.tailwind-import .hover\:bg-blue-600:hover {
  background-color: #2563eb;
}
.tailwind-import .hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}
.tailwind-import .hover\:bg-blue-800:hover {
  background-color: #1e40af;
}
.tailwind-import .hover\:bg-blue-900:hover {
  background-color: #1e3a8a;
}
.tailwind-import .hover\:bg-indigo-50:hover {
  background-color: #eef2ff;
}
.tailwind-import .hover\:bg-indigo-100:hover {
  background-color: #e0e7ff;
}
.tailwind-import .hover\:bg-indigo-200:hover {
  background-color: #c7d2fe;
}
.tailwind-import .hover\:bg-indigo-300:hover {
  background-color: #a5b4fc;
}
.tailwind-import .hover\:bg-indigo-400:hover {
  background-color: #818cf8;
}
.tailwind-import .hover\:bg-indigo-500:hover {
  background-color: #6366f1;
}
.tailwind-import .hover\:bg-indigo-600:hover {
  background-color: #4f46e5;
}
.tailwind-import .hover\:bg-indigo-700:hover {
  background-color: #4338ca;
}
.tailwind-import .hover\:bg-indigo-800:hover {
  background-color: #3730a3;
}
.tailwind-import .hover\:bg-indigo-900:hover {
  background-color: #312e81;
}
.tailwind-import .hover\:bg-purple-50:hover {
  background-color: #f5f3ff;
}
.tailwind-import .hover\:bg-purple-100:hover {
  background-color: #ede9fe;
}
.tailwind-import .hover\:bg-purple-200:hover {
  background-color: #ddd6fe;
}
.tailwind-import .hover\:bg-purple-300:hover {
  background-color: #c4b5fd;
}
.tailwind-import .hover\:bg-purple-400:hover {
  background-color: #a78bfa;
}
.tailwind-import .hover\:bg-purple-500:hover {
  background-color: #8b5cf6;
}
.tailwind-import .hover\:bg-purple-600:hover {
  background-color: #7c3aed;
}
.tailwind-import .hover\:bg-purple-700:hover {
  background-color: #6d28d9;
}
.tailwind-import .hover\:bg-purple-800:hover {
  background-color: #5b21b6;
}
.tailwind-import .hover\:bg-purple-900:hover {
  background-color: #4c1d95;
}
.tailwind-import .hover\:bg-pink-50:hover {
  background-color: #fdf2f8;
}
.tailwind-import .hover\:bg-pink-100:hover {
  background-color: #fce7f3;
}
.tailwind-import .hover\:bg-pink-200:hover {
  background-color: #fbcfe8;
}
.tailwind-import .hover\:bg-pink-300:hover {
  background-color: #f9a8d4;
}
.tailwind-import .hover\:bg-pink-400:hover {
  background-color: #f472b6;
}
.tailwind-import .hover\:bg-pink-500:hover {
  background-color: #ec4899;
}
.tailwind-import .hover\:bg-pink-600:hover {
  background-color: #db2777;
}
.tailwind-import .hover\:bg-pink-700:hover {
  background-color: #be185d;
}
.tailwind-import .hover\:bg-pink-800:hover {
  background-color: #9d174d;
}
.tailwind-import .hover\:bg-pink-900:hover {
  background-color: #831843;
}
.tailwind-import .focus\:bg-transparent:focus {
  background-color: transparent;
}
.tailwind-import .focus\:bg-current:focus {
  background-color: currentColor;
}
.tailwind-import .focus\:bg-black:focus {
  background-color: black;
}
.tailwind-import .focus\:bg-white:focus {
  background-color: white;
}
.tailwind-import .focus\:bg-gray-50:focus {
  background-color: #f9fafb;
}
.tailwind-import .focus\:bg-gray-100:focus {
  background-color: #f3f4f6;
}
.tailwind-import .focus\:bg-gray-200:focus {
  background-color: #e5e7eb;
}
.tailwind-import .focus\:bg-gray-300:focus {
  background-color: #d1d5db;
}
.tailwind-import .focus\:bg-gray-400:focus {
  background-color: #9ca3af;
}
.tailwind-import .focus\:bg-gray-500:focus {
  background-color: #6b7280;
}
.tailwind-import .focus\:bg-gray-600:focus {
  background-color: #4b5563;
}
.tailwind-import .focus\:bg-gray-700:focus {
  background-color: #374151;
}
.tailwind-import .focus\:bg-gray-800:focus {
  background-color: #1f2937;
}
.tailwind-import .focus\:bg-gray-900:focus {
  background-color: #111827;
}
.tailwind-import .focus\:bg-red-50:focus {
  background-color: #fef2f2;
}
.tailwind-import .focus\:bg-red-100:focus {
  background-color: #fee2e2;
}
.tailwind-import .focus\:bg-red-200:focus {
  background-color: #fecaca;
}
.tailwind-import .focus\:bg-red-300:focus {
  background-color: #fca5a5;
}
.tailwind-import .focus\:bg-red-400:focus {
  background-color: #f87171;
}
.tailwind-import .focus\:bg-red-500:focus {
  background-color: #ef4444;
}
.tailwind-import .focus\:bg-red-600:focus {
  background-color: #dc2626;
}
.tailwind-import .focus\:bg-red-700:focus {
  background-color: #b91c1c;
}
.tailwind-import .focus\:bg-red-800:focus {
  background-color: #991b1b;
}
.tailwind-import .focus\:bg-red-900:focus {
  background-color: #7f1d1d;
}
.tailwind-import .focus\:bg-yellow-50:focus {
  background-color: #fffbeb;
}
.tailwind-import .focus\:bg-yellow-100:focus {
  background-color: #fef3c7;
}
.tailwind-import .focus\:bg-yellow-200:focus {
  background-color: #fde68a;
}
.tailwind-import .focus\:bg-yellow-300:focus {
  background-color: #fcd34d;
}
.tailwind-import .focus\:bg-yellow-400:focus {
  background-color: #fbbf24;
}
.tailwind-import .focus\:bg-yellow-500:focus {
  background-color: #f59e0b;
}
.tailwind-import .focus\:bg-yellow-600:focus {
  background-color: #d97706;
}
.tailwind-import .focus\:bg-yellow-700:focus {
  background-color: #b45309;
}
.tailwind-import .focus\:bg-yellow-800:focus {
  background-color: #92400e;
}
.tailwind-import .focus\:bg-yellow-900:focus {
  background-color: #78350f;
}
.tailwind-import .focus\:bg-green-50:focus {
  background-color: #ecfdf5;
}
.tailwind-import .focus\:bg-green-100:focus {
  background-color: #d1fae5;
}
.tailwind-import .focus\:bg-green-200:focus {
  background-color: #a7f3d0;
}
.tailwind-import .focus\:bg-green-300:focus {
  background-color: #6ee7b7;
}
.tailwind-import .focus\:bg-green-400:focus {
  background-color: #34d399;
}
.tailwind-import .focus\:bg-green-500:focus {
  background-color: #10b981;
}
.tailwind-import .focus\:bg-green-600:focus {
  background-color: #059669;
}
.tailwind-import .focus\:bg-green-700:focus {
  background-color: #047857;
}
.tailwind-import .focus\:bg-green-800:focus {
  background-color: #065f46;
}
.tailwind-import .focus\:bg-green-900:focus {
  background-color: #064e3b;
}
.tailwind-import .focus\:bg-blue-50:focus {
  background-color: #eff6ff;
}
.tailwind-import .focus\:bg-blue-100:focus {
  background-color: #dbeafe;
}
.tailwind-import .focus\:bg-blue-200:focus {
  background-color: #bfdbfe;
}
.tailwind-import .focus\:bg-blue-300:focus {
  background-color: #93c5fd;
}
.tailwind-import .focus\:bg-blue-400:focus {
  background-color: #60a5fa;
}
.tailwind-import .focus\:bg-blue-500:focus {
  background-color: #3b82f6;
}
.tailwind-import .focus\:bg-blue-600:focus {
  background-color: #2563eb;
}
.tailwind-import .focus\:bg-blue-700:focus {
  background-color: #1d4ed8;
}
.tailwind-import .focus\:bg-blue-800:focus {
  background-color: #1e40af;
}
.tailwind-import .focus\:bg-blue-900:focus {
  background-color: #1e3a8a;
}
.tailwind-import .focus\:bg-indigo-50:focus {
  background-color: #eef2ff;
}
.tailwind-import .focus\:bg-indigo-100:focus {
  background-color: #e0e7ff;
}
.tailwind-import .focus\:bg-indigo-200:focus {
  background-color: #c7d2fe;
}
.tailwind-import .focus\:bg-indigo-300:focus {
  background-color: #a5b4fc;
}
.tailwind-import .focus\:bg-indigo-400:focus {
  background-color: #818cf8;
}
.tailwind-import .focus\:bg-indigo-500:focus {
  background-color: #6366f1;
}
.tailwind-import .focus\:bg-indigo-600:focus {
  background-color: #4f46e5;
}
.tailwind-import .focus\:bg-indigo-700:focus {
  background-color: #4338ca;
}
.tailwind-import .focus\:bg-indigo-800:focus {
  background-color: #3730a3;
}
.tailwind-import .focus\:bg-indigo-900:focus {
  background-color: #312e81;
}
.tailwind-import .focus\:bg-purple-50:focus {
  background-color: #f5f3ff;
}
.tailwind-import .focus\:bg-purple-100:focus {
  background-color: #ede9fe;
}
.tailwind-import .focus\:bg-purple-200:focus {
  background-color: #ddd6fe;
}
.tailwind-import .focus\:bg-purple-300:focus {
  background-color: #c4b5fd;
}
.tailwind-import .focus\:bg-purple-400:focus {
  background-color: #a78bfa;
}
.tailwind-import .focus\:bg-purple-500:focus {
  background-color: #8b5cf6;
}
.tailwind-import .focus\:bg-purple-600:focus {
  background-color: #7c3aed;
}
.tailwind-import .focus\:bg-purple-700:focus {
  background-color: #6d28d9;
}
.tailwind-import .focus\:bg-purple-800:focus {
  background-color: #5b21b6;
}
.tailwind-import .focus\:bg-purple-900:focus {
  background-color: #4c1d95;
}
.tailwind-import .focus\:bg-pink-50:focus {
  background-color: #fdf2f8;
}
.tailwind-import .focus\:bg-pink-100:focus {
  background-color: #fce7f3;
}
.tailwind-import .focus\:bg-pink-200:focus {
  background-color: #fbcfe8;
}
.tailwind-import .focus\:bg-pink-300:focus {
  background-color: #f9a8d4;
}
.tailwind-import .focus\:bg-pink-400:focus {
  background-color: #f472b6;
}
.tailwind-import .focus\:bg-pink-500:focus {
  background-color: #ec4899;
}
.tailwind-import .focus\:bg-pink-600:focus {
  background-color: #db2777;
}
.tailwind-import .focus\:bg-pink-700:focus {
  background-color: #be185d;
}
.tailwind-import .focus\:bg-pink-800:focus {
  background-color: #9d174d;
}
.tailwind-import .focus\:bg-pink-900:focus {
  background-color: #831843;
}
.tailwind-import .bg-bottom {
  background-position: bottom;
}
.tailwind-import .bg-center {
  background-position: center;
}
.tailwind-import .bg-left {
  background-position: left;
}
.tailwind-import .bg-left-bottom {
  background-position: left bottom;
}
.tailwind-import .bg-left-top {
  background-position: left top;
}
.tailwind-import .bg-right {
  background-position: right;
}
.tailwind-import .bg-right-bottom {
  background-position: right bottom;
}
.tailwind-import .bg-right-top {
  background-position: right top;
}
.tailwind-import .bg-top {
  background-position: top;
}
.tailwind-import .bg-repeat {
  background-repeat: repeat;
}
.tailwind-import .bg-no-repeat {
  background-repeat: no-repeat;
}
.tailwind-import .bg-repeat-x {
  background-repeat: repeat-x;
}
.tailwind-import .bg-repeat-y {
  background-repeat: repeat-y;
}
.tailwind-import .bg-repeat-round {
  background-repeat: round;
}
.tailwind-import .bg-repeat-space {
  background-repeat: space;
}
.tailwind-import .bg-auto {
  background-size: auto;
}
.tailwind-import .bg-cover {
  background-size: cover;
}
.tailwind-import .bg-contain {
  background-size: contain;
}
.tailwind-import .border-collapse {
  border-collapse: collapse;
}
.tailwind-import .border-separate {
  border-collapse: separate;
}
.tailwind-import .border-transparent {
  border-color: transparent;
}
.tailwind-import .border-current {
  border-color: currentColor;
}
.tailwind-import .border-black {
  border-color: black;
}
.tailwind-import .border-white {
  border-color: white;
}
.tailwind-import .border-gray-50 {
  border-color: #f9fafb;
}
.tailwind-import .border-gray-100 {
  border-color: #f3f4f6;
}
.tailwind-import .border-gray-200 {
  border-color: #e5e7eb;
}
.tailwind-import .border-gray-300 {
  border-color: #d1d5db;
}
.tailwind-import .border-gray-400 {
  border-color: #9ca3af;
}
.tailwind-import .border-gray-500 {
  border-color: #6b7280;
}
.tailwind-import .border-gray-600 {
  border-color: #4b5563;
}
.tailwind-import .border-gray-700 {
  border-color: #374151;
}
.tailwind-import .border-gray-800 {
  border-color: #1f2937;
}
.tailwind-import .border-gray-900 {
  border-color: #111827;
}
.tailwind-import .border-red-50 {
  border-color: #fef2f2;
}
.tailwind-import .border-red-100 {
  border-color: #fee2e2;
}
.tailwind-import .border-red-200 {
  border-color: #fecaca;
}
.tailwind-import .border-red-300 {
  border-color: #fca5a5;
}
.tailwind-import .border-red-400 {
  border-color: #f87171;
}
.tailwind-import .border-red-500 {
  border-color: #ef4444;
}
.tailwind-import .border-red-600 {
  border-color: #dc2626;
}
.tailwind-import .border-red-700 {
  border-color: #b91c1c;
}
.tailwind-import .border-red-800 {
  border-color: #991b1b;
}
.tailwind-import .border-red-900 {
  border-color: #7f1d1d;
}
.tailwind-import .border-yellow-50 {
  border-color: #fffbeb;
}
.tailwind-import .border-yellow-100 {
  border-color: #fef3c7;
}
.tailwind-import .border-yellow-200 {
  border-color: #fde68a;
}
.tailwind-import .border-yellow-300 {
  border-color: #fcd34d;
}
.tailwind-import .border-yellow-400 {
  border-color: #fbbf24;
}
.tailwind-import .border-yellow-500 {
  border-color: #f59e0b;
}
.tailwind-import .border-yellow-600 {
  border-color: #d97706;
}
.tailwind-import .border-yellow-700 {
  border-color: #b45309;
}
.tailwind-import .border-yellow-800 {
  border-color: #92400e;
}
.tailwind-import .border-yellow-900 {
  border-color: #78350f;
}
.tailwind-import .border-green-50 {
  border-color: #ecfdf5;
}
.tailwind-import .border-green-100 {
  border-color: #d1fae5;
}
.tailwind-import .border-green-200 {
  border-color: #a7f3d0;
}
.tailwind-import .border-green-300 {
  border-color: #6ee7b7;
}
.tailwind-import .border-green-400 {
  border-color: #34d399;
}
.tailwind-import .border-green-500 {
  border-color: #10b981;
}
.tailwind-import .border-green-600 {
  border-color: #059669;
}
.tailwind-import .border-green-700 {
  border-color: #047857;
}
.tailwind-import .border-green-800 {
  border-color: #065f46;
}
.tailwind-import .border-green-900 {
  border-color: #064e3b;
}
.tailwind-import .border-blue-50 {
  border-color: #eff6ff;
}
.tailwind-import .border-blue-100 {
  border-color: #dbeafe;
}
.tailwind-import .border-blue-200 {
  border-color: #bfdbfe;
}
.tailwind-import .border-blue-300 {
  border-color: #93c5fd;
}
.tailwind-import .border-blue-400 {
  border-color: #60a5fa;
}
.tailwind-import .border-blue-500 {
  border-color: #3b82f6;
}
.tailwind-import .border-blue-600 {
  border-color: #2563eb;
}
.tailwind-import .border-blue-700 {
  border-color: #1d4ed8;
}
.tailwind-import .border-blue-800 {
  border-color: #1e40af;
}
.tailwind-import .border-blue-900 {
  border-color: #1e3a8a;
}
.tailwind-import .border-indigo-50 {
  border-color: #eef2ff;
}
.tailwind-import .border-indigo-100 {
  border-color: #e0e7ff;
}
.tailwind-import .border-indigo-200 {
  border-color: #c7d2fe;
}
.tailwind-import .border-indigo-300 {
  border-color: #a5b4fc;
}
.tailwind-import .border-indigo-400 {
  border-color: #818cf8;
}
.tailwind-import .border-indigo-500 {
  border-color: #6366f1;
}
.tailwind-import .border-indigo-600 {
  border-color: #4f46e5;
}
.tailwind-import .border-indigo-700 {
  border-color: #4338ca;
}
.tailwind-import .border-indigo-800 {
  border-color: #3730a3;
}
.tailwind-import .border-indigo-900 {
  border-color: #312e81;
}
.tailwind-import .border-purple-50 {
  border-color: #f5f3ff;
}
.tailwind-import .border-purple-100 {
  border-color: #ede9fe;
}
.tailwind-import .border-purple-200 {
  border-color: #ddd6fe;
}
.tailwind-import .border-purple-300 {
  border-color: #c4b5fd;
}
.tailwind-import .border-purple-400 {
  border-color: #a78bfa;
}
.tailwind-import .border-purple-500 {
  border-color: #8b5cf6;
}
.tailwind-import .border-purple-600 {
  border-color: #7c3aed;
}
.tailwind-import .border-purple-700 {
  border-color: #6d28d9;
}
.tailwind-import .border-purple-800 {
  border-color: #5b21b6;
}
.tailwind-import .border-purple-900 {
  border-color: #4c1d95;
}
.tailwind-import .border-pink-50 {
  border-color: #fdf2f8;
}
.tailwind-import .border-pink-100 {
  border-color: #fce7f3;
}
.tailwind-import .border-pink-200 {
  border-color: #fbcfe8;
}
.tailwind-import .border-pink-300 {
  border-color: #f9a8d4;
}
.tailwind-import .border-pink-400 {
  border-color: #f472b6;
}
.tailwind-import .border-pink-500 {
  border-color: #ec4899;
}
.tailwind-import .border-pink-600 {
  border-color: #db2777;
}
.tailwind-import .border-pink-700 {
  border-color: #be185d;
}
.tailwind-import .border-pink-800 {
  border-color: #9d174d;
}
.tailwind-import .border-pink-900 {
  border-color: #831843;
}
.tailwind-import .group:hover .group-hover\:border-transparent {
  border-color: transparent;
}
.tailwind-import .group:hover .group-hover\:border-current {
  border-color: currentColor;
}
.tailwind-import .group:hover .group-hover\:border-black {
  border-color: black;
}
.tailwind-import .group:hover .group-hover\:border-white {
  border-color: white;
}
.tailwind-import .group:hover .group-hover\:border-gray-50 {
  border-color: #f9fafb;
}
.tailwind-import .group:hover .group-hover\:border-gray-100 {
  border-color: #f3f4f6;
}
.tailwind-import .group:hover .group-hover\:border-gray-200 {
  border-color: #e5e7eb;
}
.tailwind-import .group:hover .group-hover\:border-gray-300 {
  border-color: #d1d5db;
}
.tailwind-import .group:hover .group-hover\:border-gray-400 {
  border-color: #9ca3af;
}
.tailwind-import .group:hover .group-hover\:border-gray-500 {
  border-color: #6b7280;
}
.tailwind-import .group:hover .group-hover\:border-gray-600 {
  border-color: #4b5563;
}
.tailwind-import .group:hover .group-hover\:border-gray-700 {
  border-color: #374151;
}
.tailwind-import .group:hover .group-hover\:border-gray-800 {
  border-color: #1f2937;
}
.tailwind-import .group:hover .group-hover\:border-gray-900 {
  border-color: #111827;
}
.tailwind-import .group:hover .group-hover\:border-red-50 {
  border-color: #fef2f2;
}
.tailwind-import .group:hover .group-hover\:border-red-100 {
  border-color: #fee2e2;
}
.tailwind-import .group:hover .group-hover\:border-red-200 {
  border-color: #fecaca;
}
.tailwind-import .group:hover .group-hover\:border-red-300 {
  border-color: #fca5a5;
}
.tailwind-import .group:hover .group-hover\:border-red-400 {
  border-color: #f87171;
}
.tailwind-import .group:hover .group-hover\:border-red-500 {
  border-color: #ef4444;
}
.tailwind-import .group:hover .group-hover\:border-red-600 {
  border-color: #dc2626;
}
.tailwind-import .group:hover .group-hover\:border-red-700 {
  border-color: #b91c1c;
}
.tailwind-import .group:hover .group-hover\:border-red-800 {
  border-color: #991b1b;
}
.tailwind-import .group:hover .group-hover\:border-red-900 {
  border-color: #7f1d1d;
}
.tailwind-import .group:hover .group-hover\:border-yellow-50 {
  border-color: #fffbeb;
}
.tailwind-import .group:hover .group-hover\:border-yellow-100 {
  border-color: #fef3c7;
}
.tailwind-import .group:hover .group-hover\:border-yellow-200 {
  border-color: #fde68a;
}
.tailwind-import .group:hover .group-hover\:border-yellow-300 {
  border-color: #fcd34d;
}
.tailwind-import .group:hover .group-hover\:border-yellow-400 {
  border-color: #fbbf24;
}
.tailwind-import .group:hover .group-hover\:border-yellow-500 {
  border-color: #f59e0b;
}
.tailwind-import .group:hover .group-hover\:border-yellow-600 {
  border-color: #d97706;
}
.tailwind-import .group:hover .group-hover\:border-yellow-700 {
  border-color: #b45309;
}
.tailwind-import .group:hover .group-hover\:border-yellow-800 {
  border-color: #92400e;
}
.tailwind-import .group:hover .group-hover\:border-yellow-900 {
  border-color: #78350f;
}
.tailwind-import .group:hover .group-hover\:border-green-50 {
  border-color: #ecfdf5;
}
.tailwind-import .group:hover .group-hover\:border-green-100 {
  border-color: #d1fae5;
}
.tailwind-import .group:hover .group-hover\:border-green-200 {
  border-color: #a7f3d0;
}
.tailwind-import .group:hover .group-hover\:border-green-300 {
  border-color: #6ee7b7;
}
.tailwind-import .group:hover .group-hover\:border-green-400 {
  border-color: #34d399;
}
.tailwind-import .group:hover .group-hover\:border-green-500 {
  border-color: #10b981;
}
.tailwind-import .group:hover .group-hover\:border-green-600 {
  border-color: #059669;
}
.tailwind-import .group:hover .group-hover\:border-green-700 {
  border-color: #047857;
}
.tailwind-import .group:hover .group-hover\:border-green-800 {
  border-color: #065f46;
}
.tailwind-import .group:hover .group-hover\:border-green-900 {
  border-color: #064e3b;
}
.tailwind-import .group:hover .group-hover\:border-blue-50 {
  border-color: #eff6ff;
}
.tailwind-import .group:hover .group-hover\:border-blue-100 {
  border-color: #dbeafe;
}
.tailwind-import .group:hover .group-hover\:border-blue-200 {
  border-color: #bfdbfe;
}
.tailwind-import .group:hover .group-hover\:border-blue-300 {
  border-color: #93c5fd;
}
.tailwind-import .group:hover .group-hover\:border-blue-400 {
  border-color: #60a5fa;
}
.tailwind-import .group:hover .group-hover\:border-blue-500 {
  border-color: #3b82f6;
}
.tailwind-import .group:hover .group-hover\:border-blue-600 {
  border-color: #2563eb;
}
.tailwind-import .group:hover .group-hover\:border-blue-700 {
  border-color: #1d4ed8;
}
.tailwind-import .group:hover .group-hover\:border-blue-800 {
  border-color: #1e40af;
}
.tailwind-import .group:hover .group-hover\:border-blue-900 {
  border-color: #1e3a8a;
}
.tailwind-import .group:hover .group-hover\:border-indigo-50 {
  border-color: #eef2ff;
}
.tailwind-import .group:hover .group-hover\:border-indigo-100 {
  border-color: #e0e7ff;
}
.tailwind-import .group:hover .group-hover\:border-indigo-200 {
  border-color: #c7d2fe;
}
.tailwind-import .group:hover .group-hover\:border-indigo-300 {
  border-color: #a5b4fc;
}
.tailwind-import .group:hover .group-hover\:border-indigo-400 {
  border-color: #818cf8;
}
.tailwind-import .group:hover .group-hover\:border-indigo-500 {
  border-color: #6366f1;
}
.tailwind-import .group:hover .group-hover\:border-indigo-600 {
  border-color: #4f46e5;
}
.tailwind-import .group:hover .group-hover\:border-indigo-700 {
  border-color: #4338ca;
}
.tailwind-import .group:hover .group-hover\:border-indigo-800 {
  border-color: #3730a3;
}
.tailwind-import .group:hover .group-hover\:border-indigo-900 {
  border-color: #312e81;
}
.tailwind-import .group:hover .group-hover\:border-purple-50 {
  border-color: #f5f3ff;
}
.tailwind-import .group:hover .group-hover\:border-purple-100 {
  border-color: #ede9fe;
}
.tailwind-import .group:hover .group-hover\:border-purple-200 {
  border-color: #ddd6fe;
}
.tailwind-import .group:hover .group-hover\:border-purple-300 {
  border-color: #c4b5fd;
}
.tailwind-import .group:hover .group-hover\:border-purple-400 {
  border-color: #a78bfa;
}
.tailwind-import .group:hover .group-hover\:border-purple-500 {
  border-color: #8b5cf6;
}
.tailwind-import .group:hover .group-hover\:border-purple-600 {
  border-color: #7c3aed;
}
.tailwind-import .group:hover .group-hover\:border-purple-700 {
  border-color: #6d28d9;
}
.tailwind-import .group:hover .group-hover\:border-purple-800 {
  border-color: #5b21b6;
}
.tailwind-import .group:hover .group-hover\:border-purple-900 {
  border-color: #4c1d95;
}
.tailwind-import .group:hover .group-hover\:border-pink-50 {
  border-color: #fdf2f8;
}
.tailwind-import .group:hover .group-hover\:border-pink-100 {
  border-color: #fce7f3;
}
.tailwind-import .group:hover .group-hover\:border-pink-200 {
  border-color: #fbcfe8;
}
.tailwind-import .group:hover .group-hover\:border-pink-300 {
  border-color: #f9a8d4;
}
.tailwind-import .group:hover .group-hover\:border-pink-400 {
  border-color: #f472b6;
}
.tailwind-import .group:hover .group-hover\:border-pink-500 {
  border-color: #ec4899;
}
.tailwind-import .group:hover .group-hover\:border-pink-600 {
  border-color: #db2777;
}
.tailwind-import .group:hover .group-hover\:border-pink-700 {
  border-color: #be185d;
}
.tailwind-import .group:hover .group-hover\:border-pink-800 {
  border-color: #9d174d;
}
.tailwind-import .group:hover .group-hover\:border-pink-900 {
  border-color: #831843;
}
.tailwind-import .focus-within\:border-transparent:focus-within {
  border-color: transparent;
}
.tailwind-import .focus-within\:border-current:focus-within {
  border-color: currentColor;
}
.tailwind-import .focus-within\:border-black:focus-within {
  border-color: black;
}
.tailwind-import .focus-within\:border-white:focus-within {
  border-color: white;
}
.tailwind-import .focus-within\:border-gray-50:focus-within {
  border-color: #f9fafb;
}
.tailwind-import .focus-within\:border-gray-100:focus-within {
  border-color: #f3f4f6;
}
.tailwind-import .focus-within\:border-gray-200:focus-within {
  border-color: #e5e7eb;
}
.tailwind-import .focus-within\:border-gray-300:focus-within {
  border-color: #d1d5db;
}
.tailwind-import .focus-within\:border-gray-400:focus-within {
  border-color: #9ca3af;
}
.tailwind-import .focus-within\:border-gray-500:focus-within {
  border-color: #6b7280;
}
.tailwind-import .focus-within\:border-gray-600:focus-within {
  border-color: #4b5563;
}
.tailwind-import .focus-within\:border-gray-700:focus-within {
  border-color: #374151;
}
.tailwind-import .focus-within\:border-gray-800:focus-within {
  border-color: #1f2937;
}
.tailwind-import .focus-within\:border-gray-900:focus-within {
  border-color: #111827;
}
.tailwind-import .focus-within\:border-red-50:focus-within {
  border-color: #fef2f2;
}
.tailwind-import .focus-within\:border-red-100:focus-within {
  border-color: #fee2e2;
}
.tailwind-import .focus-within\:border-red-200:focus-within {
  border-color: #fecaca;
}
.tailwind-import .focus-within\:border-red-300:focus-within {
  border-color: #fca5a5;
}
.tailwind-import .focus-within\:border-red-400:focus-within {
  border-color: #f87171;
}
.tailwind-import .focus-within\:border-red-500:focus-within {
  border-color: #ef4444;
}
.tailwind-import .focus-within\:border-red-600:focus-within {
  border-color: #dc2626;
}
.tailwind-import .focus-within\:border-red-700:focus-within {
  border-color: #b91c1c;
}
.tailwind-import .focus-within\:border-red-800:focus-within {
  border-color: #991b1b;
}
.tailwind-import .focus-within\:border-red-900:focus-within {
  border-color: #7f1d1d;
}
.tailwind-import .focus-within\:border-yellow-50:focus-within {
  border-color: #fffbeb;
}
.tailwind-import .focus-within\:border-yellow-100:focus-within {
  border-color: #fef3c7;
}
.tailwind-import .focus-within\:border-yellow-200:focus-within {
  border-color: #fde68a;
}
.tailwind-import .focus-within\:border-yellow-300:focus-within {
  border-color: #fcd34d;
}
.tailwind-import .focus-within\:border-yellow-400:focus-within {
  border-color: #fbbf24;
}
.tailwind-import .focus-within\:border-yellow-500:focus-within {
  border-color: #f59e0b;
}
.tailwind-import .focus-within\:border-yellow-600:focus-within {
  border-color: #d97706;
}
.tailwind-import .focus-within\:border-yellow-700:focus-within {
  border-color: #b45309;
}
.tailwind-import .focus-within\:border-yellow-800:focus-within {
  border-color: #92400e;
}
.tailwind-import .focus-within\:border-yellow-900:focus-within {
  border-color: #78350f;
}
.tailwind-import .focus-within\:border-green-50:focus-within {
  border-color: #ecfdf5;
}
.tailwind-import .focus-within\:border-green-100:focus-within {
  border-color: #d1fae5;
}
.tailwind-import .focus-within\:border-green-200:focus-within {
  border-color: #a7f3d0;
}
.tailwind-import .focus-within\:border-green-300:focus-within {
  border-color: #6ee7b7;
}
.tailwind-import .focus-within\:border-green-400:focus-within {
  border-color: #34d399;
}
.tailwind-import .focus-within\:border-green-500:focus-within {
  border-color: #10b981;
}
.tailwind-import .focus-within\:border-green-600:focus-within {
  border-color: #059669;
}
.tailwind-import .focus-within\:border-green-700:focus-within {
  border-color: #047857;
}
.tailwind-import .focus-within\:border-green-800:focus-within {
  border-color: #065f46;
}
.tailwind-import .focus-within\:border-green-900:focus-within {
  border-color: #064e3b;
}
.tailwind-import .focus-within\:border-blue-50:focus-within {
  border-color: #eff6ff;
}
.tailwind-import .focus-within\:border-blue-100:focus-within {
  border-color: #dbeafe;
}
.tailwind-import .focus-within\:border-blue-200:focus-within {
  border-color: #bfdbfe;
}
.tailwind-import .focus-within\:border-blue-300:focus-within {
  border-color: #93c5fd;
}
.tailwind-import .focus-within\:border-blue-400:focus-within {
  border-color: #60a5fa;
}
.tailwind-import .focus-within\:border-blue-500:focus-within {
  border-color: #3b82f6;
}
.tailwind-import .focus-within\:border-blue-600:focus-within {
  border-color: #2563eb;
}
.tailwind-import .focus-within\:border-blue-700:focus-within {
  border-color: #1d4ed8;
}
.tailwind-import .focus-within\:border-blue-800:focus-within {
  border-color: #1e40af;
}
.tailwind-import .focus-within\:border-blue-900:focus-within {
  border-color: #1e3a8a;
}
.tailwind-import .focus-within\:border-indigo-50:focus-within {
  border-color: #eef2ff;
}
.tailwind-import .focus-within\:border-indigo-100:focus-within {
  border-color: #e0e7ff;
}
.tailwind-import .focus-within\:border-indigo-200:focus-within {
  border-color: #c7d2fe;
}
.tailwind-import .focus-within\:border-indigo-300:focus-within {
  border-color: #a5b4fc;
}
.tailwind-import .focus-within\:border-indigo-400:focus-within {
  border-color: #818cf8;
}
.tailwind-import .focus-within\:border-indigo-500:focus-within {
  border-color: #6366f1;
}
.tailwind-import .focus-within\:border-indigo-600:focus-within {
  border-color: #4f46e5;
}
.tailwind-import .focus-within\:border-indigo-700:focus-within {
  border-color: #4338ca;
}
.tailwind-import .focus-within\:border-indigo-800:focus-within {
  border-color: #3730a3;
}
.tailwind-import .focus-within\:border-indigo-900:focus-within {
  border-color: #312e81;
}
.tailwind-import .focus-within\:border-purple-50:focus-within {
  border-color: #f5f3ff;
}
.tailwind-import .focus-within\:border-purple-100:focus-within {
  border-color: #ede9fe;
}
.tailwind-import .focus-within\:border-purple-200:focus-within {
  border-color: #ddd6fe;
}
.tailwind-import .focus-within\:border-purple-300:focus-within {
  border-color: #c4b5fd;
}
.tailwind-import .focus-within\:border-purple-400:focus-within {
  border-color: #a78bfa;
}
.tailwind-import .focus-within\:border-purple-500:focus-within {
  border-color: #8b5cf6;
}
.tailwind-import .focus-within\:border-purple-600:focus-within {
  border-color: #7c3aed;
}
.tailwind-import .focus-within\:border-purple-700:focus-within {
  border-color: #6d28d9;
}
.tailwind-import .focus-within\:border-purple-800:focus-within {
  border-color: #5b21b6;
}
.tailwind-import .focus-within\:border-purple-900:focus-within {
  border-color: #4c1d95;
}
.tailwind-import .focus-within\:border-pink-50:focus-within {
  border-color: #fdf2f8;
}
.tailwind-import .focus-within\:border-pink-100:focus-within {
  border-color: #fce7f3;
}
.tailwind-import .focus-within\:border-pink-200:focus-within {
  border-color: #fbcfe8;
}
.tailwind-import .focus-within\:border-pink-300:focus-within {
  border-color: #f9a8d4;
}
.tailwind-import .focus-within\:border-pink-400:focus-within {
  border-color: #f472b6;
}
.tailwind-import .focus-within\:border-pink-500:focus-within {
  border-color: #ec4899;
}
.tailwind-import .focus-within\:border-pink-600:focus-within {
  border-color: #db2777;
}
.tailwind-import .focus-within\:border-pink-700:focus-within {
  border-color: #be185d;
}
.tailwind-import .focus-within\:border-pink-800:focus-within {
  border-color: #9d174d;
}
.tailwind-import .focus-within\:border-pink-900:focus-within {
  border-color: #831843;
}
.tailwind-import .hover\:border-transparent:hover {
  border-color: transparent;
}
.tailwind-import .hover\:border-current:hover {
  border-color: currentColor;
}
.tailwind-import .hover\:border-black:hover {
  border-color: black;
}
.tailwind-import .hover\:border-white:hover {
  border-color: white;
}
.tailwind-import .hover\:border-gray-50:hover {
  border-color: #f9fafb;
}
.tailwind-import .hover\:border-gray-100:hover {
  border-color: #f3f4f6;
}
.tailwind-import .hover\:border-gray-200:hover {
  border-color: #e5e7eb;
}
.tailwind-import .hover\:border-gray-300:hover {
  border-color: #d1d5db;
}
.tailwind-import .hover\:border-gray-400:hover {
  border-color: #9ca3af;
}
.tailwind-import .hover\:border-gray-500:hover {
  border-color: #6b7280;
}
.tailwind-import .hover\:border-gray-600:hover {
  border-color: #4b5563;
}
.tailwind-import .hover\:border-gray-700:hover {
  border-color: #374151;
}
.tailwind-import .hover\:border-gray-800:hover {
  border-color: #1f2937;
}
.tailwind-import .hover\:border-gray-900:hover {
  border-color: #111827;
}
.tailwind-import .hover\:border-red-50:hover {
  border-color: #fef2f2;
}
.tailwind-import .hover\:border-red-100:hover {
  border-color: #fee2e2;
}
.tailwind-import .hover\:border-red-200:hover {
  border-color: #fecaca;
}
.tailwind-import .hover\:border-red-300:hover {
  border-color: #fca5a5;
}
.tailwind-import .hover\:border-red-400:hover {
  border-color: #f87171;
}
.tailwind-import .hover\:border-red-500:hover {
  border-color: #ef4444;
}
.tailwind-import .hover\:border-red-600:hover {
  border-color: #dc2626;
}
.tailwind-import .hover\:border-red-700:hover {
  border-color: #b91c1c;
}
.tailwind-import .hover\:border-red-800:hover {
  border-color: #991b1b;
}
.tailwind-import .hover\:border-red-900:hover {
  border-color: #7f1d1d;
}
.tailwind-import .hover\:border-yellow-50:hover {
  border-color: #fffbeb;
}
.tailwind-import .hover\:border-yellow-100:hover {
  border-color: #fef3c7;
}
.tailwind-import .hover\:border-yellow-200:hover {
  border-color: #fde68a;
}
.tailwind-import .hover\:border-yellow-300:hover {
  border-color: #fcd34d;
}
.tailwind-import .hover\:border-yellow-400:hover {
  border-color: #fbbf24;
}
.tailwind-import .hover\:border-yellow-500:hover {
  border-color: #f59e0b;
}
.tailwind-import .hover\:border-yellow-600:hover {
  border-color: #d97706;
}
.tailwind-import .hover\:border-yellow-700:hover {
  border-color: #b45309;
}
.tailwind-import .hover\:border-yellow-800:hover {
  border-color: #92400e;
}
.tailwind-import .hover\:border-yellow-900:hover {
  border-color: #78350f;
}
.tailwind-import .hover\:border-green-50:hover {
  border-color: #ecfdf5;
}
.tailwind-import .hover\:border-green-100:hover {
  border-color: #d1fae5;
}
.tailwind-import .hover\:border-green-200:hover {
  border-color: #a7f3d0;
}
.tailwind-import .hover\:border-green-300:hover {
  border-color: #6ee7b7;
}
.tailwind-import .hover\:border-green-400:hover {
  border-color: #34d399;
}
.tailwind-import .hover\:border-green-500:hover {
  border-color: #10b981;
}
.tailwind-import .hover\:border-green-600:hover {
  border-color: #059669;
}
.tailwind-import .hover\:border-green-700:hover {
  border-color: #047857;
}
.tailwind-import .hover\:border-green-800:hover {
  border-color: #065f46;
}
.tailwind-import .hover\:border-green-900:hover {
  border-color: #064e3b;
}
.tailwind-import .hover\:border-blue-50:hover {
  border-color: #eff6ff;
}
.tailwind-import .hover\:border-blue-100:hover {
  border-color: #dbeafe;
}
.tailwind-import .hover\:border-blue-200:hover {
  border-color: #bfdbfe;
}
.tailwind-import .hover\:border-blue-300:hover {
  border-color: #93c5fd;
}
.tailwind-import .hover\:border-blue-400:hover {
  border-color: #60a5fa;
}
.tailwind-import .hover\:border-blue-500:hover {
  border-color: #3b82f6;
}
.tailwind-import .hover\:border-blue-600:hover {
  border-color: #2563eb;
}
.tailwind-import .hover\:border-blue-700:hover {
  border-color: #1d4ed8;
}
.tailwind-import .hover\:border-blue-800:hover {
  border-color: #1e40af;
}
.tailwind-import .hover\:border-blue-900:hover {
  border-color: #1e3a8a;
}
.tailwind-import .hover\:border-indigo-50:hover {
  border-color: #eef2ff;
}
.tailwind-import .hover\:border-indigo-100:hover {
  border-color: #e0e7ff;
}
.tailwind-import .hover\:border-indigo-200:hover {
  border-color: #c7d2fe;
}
.tailwind-import .hover\:border-indigo-300:hover {
  border-color: #a5b4fc;
}
.tailwind-import .hover\:border-indigo-400:hover {
  border-color: #818cf8;
}
.tailwind-import .hover\:border-indigo-500:hover {
  border-color: #6366f1;
}
.tailwind-import .hover\:border-indigo-600:hover {
  border-color: #4f46e5;
}
.tailwind-import .hover\:border-indigo-700:hover {
  border-color: #4338ca;
}
.tailwind-import .hover\:border-indigo-800:hover {
  border-color: #3730a3;
}
.tailwind-import .hover\:border-indigo-900:hover {
  border-color: #312e81;
}
.tailwind-import .hover\:border-purple-50:hover {
  border-color: #f5f3ff;
}
.tailwind-import .hover\:border-purple-100:hover {
  border-color: #ede9fe;
}
.tailwind-import .hover\:border-purple-200:hover {
  border-color: #ddd6fe;
}
.tailwind-import .hover\:border-purple-300:hover {
  border-color: #c4b5fd;
}
.tailwind-import .hover\:border-purple-400:hover {
  border-color: #a78bfa;
}
.tailwind-import .hover\:border-purple-500:hover {
  border-color: #8b5cf6;
}
.tailwind-import .hover\:border-purple-600:hover {
  border-color: #7c3aed;
}
.tailwind-import .hover\:border-purple-700:hover {
  border-color: #6d28d9;
}
.tailwind-import .hover\:border-purple-800:hover {
  border-color: #5b21b6;
}
.tailwind-import .hover\:border-purple-900:hover {
  border-color: #4c1d95;
}
.tailwind-import .hover\:border-pink-50:hover {
  border-color: #fdf2f8;
}
.tailwind-import .hover\:border-pink-100:hover {
  border-color: #fce7f3;
}
.tailwind-import .hover\:border-pink-200:hover {
  border-color: #fbcfe8;
}
.tailwind-import .hover\:border-pink-300:hover {
  border-color: #f9a8d4;
}
.tailwind-import .hover\:border-pink-400:hover {
  border-color: #f472b6;
}
.tailwind-import .hover\:border-pink-500:hover {
  border-color: #ec4899;
}
.tailwind-import .hover\:border-pink-600:hover {
  border-color: #db2777;
}
.tailwind-import .hover\:border-pink-700:hover {
  border-color: #be185d;
}
.tailwind-import .hover\:border-pink-800:hover {
  border-color: #9d174d;
}
.tailwind-import .hover\:border-pink-900:hover {
  border-color: #831843;
}
.tailwind-import .focus\:border-transparent:focus {
  border-color: transparent;
}
.tailwind-import .focus\:border-current:focus {
  border-color: currentColor;
}
.tailwind-import .focus\:border-black:focus {
  border-color: black;
}
.tailwind-import .focus\:border-white:focus {
  border-color: white;
}
.tailwind-import .focus\:border-gray-50:focus {
  border-color: #f9fafb;
}
.tailwind-import .focus\:border-gray-100:focus {
  border-color: #f3f4f6;
}
.tailwind-import .focus\:border-gray-200:focus {
  border-color: #e5e7eb;
}
.tailwind-import .focus\:border-gray-300:focus {
  border-color: #d1d5db;
}
.tailwind-import .focus\:border-gray-400:focus {
  border-color: #9ca3af;
}
.tailwind-import .focus\:border-gray-500:focus {
  border-color: #6b7280;
}
.tailwind-import .focus\:border-gray-600:focus {
  border-color: #4b5563;
}
.tailwind-import .focus\:border-gray-700:focus {
  border-color: #374151;
}
.tailwind-import .focus\:border-gray-800:focus {
  border-color: #1f2937;
}
.tailwind-import .focus\:border-gray-900:focus {
  border-color: #111827;
}
.tailwind-import .focus\:border-red-50:focus {
  border-color: #fef2f2;
}
.tailwind-import .focus\:border-red-100:focus {
  border-color: #fee2e2;
}
.tailwind-import .focus\:border-red-200:focus {
  border-color: #fecaca;
}
.tailwind-import .focus\:border-red-300:focus {
  border-color: #fca5a5;
}
.tailwind-import .focus\:border-red-400:focus {
  border-color: #f87171;
}
.tailwind-import .focus\:border-red-500:focus {
  border-color: #ef4444;
}
.tailwind-import .focus\:border-red-600:focus {
  border-color: #dc2626;
}
.tailwind-import .focus\:border-red-700:focus {
  border-color: #b91c1c;
}
.tailwind-import .focus\:border-red-800:focus {
  border-color: #991b1b;
}
.tailwind-import .focus\:border-red-900:focus {
  border-color: #7f1d1d;
}
.tailwind-import .focus\:border-yellow-50:focus {
  border-color: #fffbeb;
}
.tailwind-import .focus\:border-yellow-100:focus {
  border-color: #fef3c7;
}
.tailwind-import .focus\:border-yellow-200:focus {
  border-color: #fde68a;
}
.tailwind-import .focus\:border-yellow-300:focus {
  border-color: #fcd34d;
}
.tailwind-import .focus\:border-yellow-400:focus {
  border-color: #fbbf24;
}
.tailwind-import .focus\:border-yellow-500:focus {
  border-color: #f59e0b;
}
.tailwind-import .focus\:border-yellow-600:focus {
  border-color: #d97706;
}
.tailwind-import .focus\:border-yellow-700:focus {
  border-color: #b45309;
}
.tailwind-import .focus\:border-yellow-800:focus {
  border-color: #92400e;
}
.tailwind-import .focus\:border-yellow-900:focus {
  border-color: #78350f;
}
.tailwind-import .focus\:border-green-50:focus {
  border-color: #ecfdf5;
}
.tailwind-import .focus\:border-green-100:focus {
  border-color: #d1fae5;
}
.tailwind-import .focus\:border-green-200:focus {
  border-color: #a7f3d0;
}
.tailwind-import .focus\:border-green-300:focus {
  border-color: #6ee7b7;
}
.tailwind-import .focus\:border-green-400:focus {
  border-color: #34d399;
}
.tailwind-import .focus\:border-green-500:focus {
  border-color: #10b981;
}
.tailwind-import .focus\:border-green-600:focus {
  border-color: #059669;
}
.tailwind-import .focus\:border-green-700:focus {
  border-color: #047857;
}
.tailwind-import .focus\:border-green-800:focus {
  border-color: #065f46;
}
.tailwind-import .focus\:border-green-900:focus {
  border-color: #064e3b;
}
.tailwind-import .focus\:border-blue-50:focus {
  border-color: #eff6ff;
}
.tailwind-import .focus\:border-blue-100:focus {
  border-color: #dbeafe;
}
.tailwind-import .focus\:border-blue-200:focus {
  border-color: #bfdbfe;
}
.tailwind-import .focus\:border-blue-300:focus {
  border-color: #93c5fd;
}
.tailwind-import .focus\:border-blue-400:focus {
  border-color: #60a5fa;
}
.tailwind-import .focus\:border-blue-500:focus {
  border-color: #3b82f6;
}
.tailwind-import .focus\:border-blue-600:focus {
  border-color: #2563eb;
}
.tailwind-import .focus\:border-blue-700:focus {
  border-color: #1d4ed8;
}
.tailwind-import .focus\:border-blue-800:focus {
  border-color: #1e40af;
}
.tailwind-import .focus\:border-blue-900:focus {
  border-color: #1e3a8a;
}
.tailwind-import .focus\:border-indigo-50:focus {
  border-color: #eef2ff;
}
.tailwind-import .focus\:border-indigo-100:focus {
  border-color: #e0e7ff;
}
.tailwind-import .focus\:border-indigo-200:focus {
  border-color: #c7d2fe;
}
.tailwind-import .focus\:border-indigo-300:focus {
  border-color: #a5b4fc;
}
.tailwind-import .focus\:border-indigo-400:focus {
  border-color: #818cf8;
}
.tailwind-import .focus\:border-indigo-500:focus {
  border-color: #6366f1;
}
.tailwind-import .focus\:border-indigo-600:focus {
  border-color: #4f46e5;
}
.tailwind-import .focus\:border-indigo-700:focus {
  border-color: #4338ca;
}
.tailwind-import .focus\:border-indigo-800:focus {
  border-color: #3730a3;
}
.tailwind-import .focus\:border-indigo-900:focus {
  border-color: #312e81;
}
.tailwind-import .focus\:border-purple-50:focus {
  border-color: #f5f3ff;
}
.tailwind-import .focus\:border-purple-100:focus {
  border-color: #ede9fe;
}
.tailwind-import .focus\:border-purple-200:focus {
  border-color: #ddd6fe;
}
.tailwind-import .focus\:border-purple-300:focus {
  border-color: #c4b5fd;
}
.tailwind-import .focus\:border-purple-400:focus {
  border-color: #a78bfa;
}
.tailwind-import .focus\:border-purple-500:focus {
  border-color: #8b5cf6;
}
.tailwind-import .focus\:border-purple-600:focus {
  border-color: #7c3aed;
}
.tailwind-import .focus\:border-purple-700:focus {
  border-color: #6d28d9;
}
.tailwind-import .focus\:border-purple-800:focus {
  border-color: #5b21b6;
}
.tailwind-import .focus\:border-purple-900:focus {
  border-color: #4c1d95;
}
.tailwind-import .focus\:border-pink-50:focus {
  border-color: #fdf2f8;
}
.tailwind-import .focus\:border-pink-100:focus {
  border-color: #fce7f3;
}
.tailwind-import .focus\:border-pink-200:focus {
  border-color: #fbcfe8;
}
.tailwind-import .focus\:border-pink-300:focus {
  border-color: #f9a8d4;
}
.tailwind-import .focus\:border-pink-400:focus {
  border-color: #f472b6;
}
.tailwind-import .focus\:border-pink-500:focus {
  border-color: #ec4899;
}
.tailwind-import .focus\:border-pink-600:focus {
  border-color: #db2777;
}
.tailwind-import .focus\:border-pink-700:focus {
  border-color: #be185d;
}
.tailwind-import .focus\:border-pink-800:focus {
  border-color: #9d174d;
}
.tailwind-import .focus\:border-pink-900:focus {
  border-color: #831843;
}
.tailwind-import .rounded-none {
  border-radius: 0px;
}
.tailwind-import .rounded-sm {
  border-radius: 0.125rem;
}
.tailwind-import .rounded {
  border-radius: 0.25rem;
}
.tailwind-import .rounded-md {
  border-radius: 0.375rem;
}
.tailwind-import .rounded-lg {
  border-radius: 0.5rem;
}
.tailwind-import .rounded-xl {
  border-radius: 0.75rem;
}
.tailwind-import .rounded-2xl {
  border-radius: 1rem;
}
.tailwind-import .rounded-3xl {
  border-radius: 1.5rem;
}
.tailwind-import .rounded-full {
  border-radius: 9999px;
}
.tailwind-import .rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.tailwind-import .rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tailwind-import .rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tailwind-import .rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tailwind-import .rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.tailwind-import .rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.tailwind-import .rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.tailwind-import .rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.tailwind-import .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tailwind-import .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tailwind-import .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tailwind-import .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tailwind-import .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.tailwind-import .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.tailwind-import .rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tailwind-import .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tailwind-import .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tailwind-import .rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.tailwind-import .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tailwind-import .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tailwind-import .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.tailwind-import .rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.tailwind-import .rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.tailwind-import .rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.tailwind-import .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tailwind-import .rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.tailwind-import .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.tailwind-import .rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.tailwind-import .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.tailwind-import .rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.tailwind-import .rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.tailwind-import .rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.tailwind-import .rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.tailwind-import .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.tailwind-import .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.tailwind-import .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.tailwind-import .rounded-tl-none {
  border-top-left-radius: 0px;
}
.tailwind-import .rounded-tr-none {
  border-top-right-radius: 0px;
}
.tailwind-import .rounded-br-none {
  border-bottom-right-radius: 0px;
}
.tailwind-import .rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.tailwind-import .rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.tailwind-import .rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.tailwind-import .rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.tailwind-import .rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.tailwind-import .rounded-tl {
  border-top-left-radius: 0.25rem;
}
.tailwind-import .rounded-tr {
  border-top-right-radius: 0.25rem;
}
.tailwind-import .rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.tailwind-import .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.tailwind-import .rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.tailwind-import .rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.tailwind-import .rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.tailwind-import .rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.tailwind-import .rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.tailwind-import .rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.tailwind-import .rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.tailwind-import .rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.tailwind-import .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.tailwind-import .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.tailwind-import .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.tailwind-import .rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.tailwind-import .rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.tailwind-import .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.tailwind-import .rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.tailwind-import .rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.tailwind-import .rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.tailwind-import .rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.tailwind-import .rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.tailwind-import .rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.tailwind-import .rounded-tl-full {
  border-top-left-radius: 9999px;
}
.tailwind-import .rounded-tr-full {
  border-top-right-radius: 9999px;
}
.tailwind-import .rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.tailwind-import .rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.tailwind-import .border-solid {
  border-style: solid;
}
.tailwind-import .border-dashed {
  border-style: dashed;
}
.tailwind-import .border-dotted {
  border-style: dotted;
}
.tailwind-import .border-double {
  border-style: double;
}
.tailwind-import .border-none {
  border-style: none;
}
.tailwind-import .border-0 {
  border-width: 0px;
}
.tailwind-import .border-2 {
  border-width: 2px;
}
.tailwind-import .border-4 {
  border-width: 4px;
}
.tailwind-import .border-8 {
  border-width: 8px;
}
.tailwind-import .border {
  border-width: 1px;
}
.tailwind-import .border-t-0 {
  border-top-width: 0px;
}
.tailwind-import .border-r-0 {
  border-right-width: 0px;
}
.tailwind-import .border-b-0 {
  border-bottom-width: 0px;
}
.tailwind-import .border-l-0 {
  border-left-width: 0px;
}
.tailwind-import .border-t-2 {
  border-top-width: 2px;
}
.tailwind-import .border-r-2 {
  border-right-width: 2px;
}
.tailwind-import .border-b-2 {
  border-bottom-width: 2px;
}
.tailwind-import .border-l-2 {
  border-left-width: 2px;
}
.tailwind-import .border-t-4 {
  border-top-width: 4px;
}
.tailwind-import .border-r-4 {
  border-right-width: 4px;
}
.tailwind-import .border-b-4 {
  border-bottom-width: 4px;
}
.tailwind-import .border-l-4 {
  border-left-width: 4px;
}
.tailwind-import .border-t-8 {
  border-top-width: 8px;
}
.tailwind-import .border-r-8 {
  border-right-width: 8px;
}
.tailwind-import .border-b-8 {
  border-bottom-width: 8px;
}
.tailwind-import .border-l-8 {
  border-left-width: 8px;
}
.tailwind-import .border-t {
  border-top-width: 1px;
}
.tailwind-import .border-r {
  border-right-width: 1px;
}
.tailwind-import .border-b {
  border-bottom-width: 1px;
}
.tailwind-import .border-l {
  border-left-width: 1px;
}
.tailwind-import .box-border {
  box-sizing: border-box;
}
.tailwind-import .box-content {
  box-sizing: content-box;
}
.tailwind-import .cursor-auto {
  cursor: auto;
}
.tailwind-import .cursor-default {
  cursor: default;
}
.tailwind-import .cursor-pointer {
  cursor: pointer;
}
.tailwind-import .cursor-wait {
  cursor: wait;
}
.tailwind-import .cursor-text {
  cursor: text;
}
.tailwind-import .cursor-move {
  cursor: move;
}
.tailwind-import .cursor-help {
  cursor: help;
}
.tailwind-import .cursor-not-allowed {
  cursor: not-allowed;
}
.tailwind-import .block {
  display: block;
}
.tailwind-import .inline-block {
  display: inline-block;
}
.tailwind-import .inline {
  display: inline;
}
.tailwind-import .flex {
  display: flex;
}
.tailwind-import .inline-flex {
  display: inline-flex;
}
.tailwind-import .table {
  display: table;
}
.tailwind-import .table-caption {
  display: table-caption;
}
.tailwind-import .table-cell {
  display: table-cell;
}
.tailwind-import .table-column {
  display: table-column;
}
.tailwind-import .table-column-group {
  display: table-column-group;
}
.tailwind-import .table-footer-group {
  display: table-footer-group;
}
.tailwind-import .table-header-group {
  display: table-header-group;
}
.tailwind-import .table-row-group {
  display: table-row-group;
}
.tailwind-import .table-row {
  display: table-row;
}
.tailwind-import .flow-root {
  display: flow-root;
}
.tailwind-import .grid {
  display: grid;
}
.tailwind-import .inline-grid {
  display: inline-grid;
}
.tailwind-import .contents {
  display: contents;
}
.tailwind-import .hidden {
  display: none;
}
.tailwind-import .flex-row {
  flex-direction: row;
}
.tailwind-import .flex-row-reverse {
  flex-direction: row-reverse;
}
.tailwind-import .flex-col {
  flex-direction: column;
}
.tailwind-import .flex-col-reverse {
  flex-direction: column-reverse;
}
.tailwind-import .flex-wrap {
  flex-wrap: wrap;
}
.tailwind-import .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.tailwind-import .flex-nowrap {
  flex-wrap: nowrap;
}
.tailwind-import .place-items-auto {
  place-items: auto;
}
.tailwind-import .place-items-start {
  place-items: start;
}
.tailwind-import .place-items-end {
  place-items: end;
}
.tailwind-import .place-items-center {
  place-items: center;
}
.tailwind-import .place-items-stretch {
  place-items: stretch;
}
.tailwind-import .place-content-center {
  place-content: center;
}
.tailwind-import .place-content-start {
  place-content: start;
}
.tailwind-import .place-content-end {
  place-content: end;
}
.tailwind-import .place-content-between {
  place-content: space-between;
}
.tailwind-import .place-content-around {
  place-content: space-around;
}
.tailwind-import .place-content-evenly {
  place-content: space-evenly;
}
.tailwind-import .place-content-stretch {
  place-content: stretch;
}
.tailwind-import .place-self-auto {
  place-self: auto;
}
.tailwind-import .place-self-start {
  place-self: start;
}
.tailwind-import .place-self-end {
  place-self: end;
}
.tailwind-import .place-self-center {
  place-self: center;
}
.tailwind-import .place-self-stretch {
  place-self: stretch;
}
.tailwind-import .items-start {
  align-items: flex-start;
}
.tailwind-import .items-end {
  align-items: flex-end;
}
.tailwind-import .items-center {
  align-items: center;
}
.tailwind-import .items-baseline {
  align-items: baseline;
}
.tailwind-import .items-stretch {
  align-items: stretch;
}
.tailwind-import .content-center {
  align-content: center;
}
.tailwind-import .content-start {
  align-content: flex-start;
}
.tailwind-import .content-end {
  align-content: flex-end;
}
.tailwind-import .content-between {
  align-content: space-between;
}
.tailwind-import .content-around {
  align-content: space-around;
}
.tailwind-import .content-evenly {
  align-content: space-evenly;
}
.tailwind-import .self-auto {
  align-self: auto;
}
.tailwind-import .self-start {
  align-self: flex-start;
}
.tailwind-import .self-end {
  align-self: flex-end;
}
.tailwind-import .self-center {
  align-self: center;
}
.tailwind-import .self-stretch {
  align-self: stretch;
}
.tailwind-import .justify-items-auto {
  justify-items: auto;
}
.tailwind-import .justify-items-start {
  justify-items: start;
}
.tailwind-import .justify-items-end {
  justify-items: end;
}
.tailwind-import .justify-items-center {
  justify-items: center;
}
.tailwind-import .justify-items-stretch {
  justify-items: stretch;
}
.tailwind-import .justify-start {
  justify-content: flex-start;
}
.tailwind-import .justify-end {
  justify-content: flex-end;
}
.tailwind-import .justify-center {
  justify-content: center;
}
.tailwind-import .justify-between {
  justify-content: space-between;
}
.tailwind-import .justify-around {
  justify-content: space-around;
}
.tailwind-import .justify-evenly {
  justify-content: space-evenly;
}
.tailwind-import .justify-self-auto {
  justify-self: auto;
}
.tailwind-import .justify-self-start {
  justify-self: start;
}
.tailwind-import .justify-self-end {
  justify-self: end;
}
.tailwind-import .justify-self-center {
  justify-self: center;
}
.tailwind-import .justify-self-stretch {
  justify-self: stretch;
}
.tailwind-import .flex-1 {
  flex: 1 1 0%;
}
.tailwind-import .flex-auto {
  flex: 1 1 auto;
}
.tailwind-import .flex-initial {
  flex: 0 1 auto;
}
.tailwind-import .flex-none {
  flex: none;
}
.tailwind-import .flex-grow-0 {
  flex-grow: 0;
}
.tailwind-import .flex-grow {
  flex-grow: 1;
}
.tailwind-import .flex-shrink-0 {
  flex-shrink: 0;
}
.tailwind-import .flex-shrink {
  flex-shrink: 1;
}
.tailwind-import .order-1 {
  order: 1;
}
.tailwind-import .order-2 {
  order: 2;
}
.tailwind-import .order-3 {
  order: 3;
}
.tailwind-import .order-4 {
  order: 4;
}
.tailwind-import .order-5 {
  order: 5;
}
.tailwind-import .order-6 {
  order: 6;
}
.tailwind-import .order-7 {
  order: 7;
}
.tailwind-import .order-8 {
  order: 8;
}
.tailwind-import .order-9 {
  order: 9;
}
.tailwind-import .order-10 {
  order: 10;
}
.tailwind-import .order-11 {
  order: 11;
}
.tailwind-import .order-12 {
  order: 12;
}
.tailwind-import .order-first {
  order: -9999;
}
.tailwind-import .order-last {
  order: 9999;
}
.tailwind-import .order-none {
  order: 0;
}
.tailwind-import .float-right {
  float: right;
}
.tailwind-import .float-left {
  float: left;
}
.tailwind-import .float-none {
  float: none;
}
.tailwind-import .clear-left {
  clear: left;
}
.tailwind-import .clear-right {
  clear: right;
}
.tailwind-import .clear-both {
  clear: both;
}
.tailwind-import .clear-none {
  clear: none;
}
.tailwind-import .font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tailwind-import .font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.tailwind-import .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tailwind-import .font-thin {
  font-weight: 100;
}
.tailwind-import .font-extralight {
  font-weight: 200;
}
.tailwind-import .font-light {
  font-weight: 300;
}
.tailwind-import .font-normal {
  font-weight: 400;
}
.tailwind-import .font-medium {
  font-weight: 500;
}
.tailwind-import .font-semibold {
  font-weight: 600;
}
.tailwind-import .font-bold {
  font-weight: 700;
}
.tailwind-import .font-extrabold {
  font-weight: 800;
}
.tailwind-import .font-black {
  font-weight: 900;
}
.tailwind-import .h-0 {
  height: 0px;
}
.tailwind-import .h-1 {
  height: 0.25rem;
}
.tailwind-import .h-2 {
  height: 0.5rem;
}
.tailwind-import .h-3 {
  height: 0.75rem;
}
.tailwind-import .h-4 {
  height: 1rem;
}
.tailwind-import .h-5 {
  height: 1.25rem;
}
.tailwind-import .h-6 {
  height: 1.5rem;
}
.tailwind-import .h-7 {
  height: 1.75rem;
}
.tailwind-import .h-8 {
  height: 2rem;
}
.tailwind-import .h-9 {
  height: 2.25rem;
}
.tailwind-import .h-10 {
  height: 2.5rem;
}
.tailwind-import .h-11 {
  height: 2.75rem;
}
.tailwind-import .h-12 {
  height: 3rem;
}
.tailwind-import .h-14 {
  height: 3.5rem;
}
.tailwind-import .h-16 {
  height: 4rem;
}
.tailwind-import .h-20 {
  height: 5rem;
}
.tailwind-import .h-24 {
  height: 6rem;
}
.tailwind-import .h-28 {
  height: 7rem;
}
.tailwind-import .h-32 {
  height: 8rem;
}
.tailwind-import .h-36 {
  height: 9rem;
}
.tailwind-import .h-40 {
  height: 10rem;
}
.tailwind-import .h-44 {
  height: 11rem;
}
.tailwind-import .h-48 {
  height: 12rem;
}
.tailwind-import .h-52 {
  height: 13rem;
}
.tailwind-import .h-56 {
  height: 14rem;
}
.tailwind-import .h-60 {
  height: 15rem;
}
.tailwind-import .h-64 {
  height: 16rem;
}
.tailwind-import .h-72 {
  height: 18rem;
}
.tailwind-import .h-80 {
  height: 20rem;
}
.tailwind-import .h-96 {
  height: 24rem;
}
.tailwind-import .h-auto {
  height: auto;
}
.tailwind-import .h-px {
  height: 1px;
}
.tailwind-import .h-0\.5 {
  height: 0.125rem;
}
.tailwind-import .h-1\.5 {
  height: 0.375rem;
}
.tailwind-import .h-2\.5 {
  height: 0.625rem;
}
.tailwind-import .h-3\.5 {
  height: 0.875rem;
}
.tailwind-import .h-1\/2 {
  height: 50%;
}
.tailwind-import .h-1\/3 {
  height: 33.333333%;
}
.tailwind-import .h-2\/3 {
  height: 66.666667%;
}
.tailwind-import .h-1\/4 {
  height: 25%;
}
.tailwind-import .h-2\/4 {
  height: 50%;
}
.tailwind-import .h-3\/4 {
  height: 75%;
}
.tailwind-import .h-1\/5 {
  height: 20%;
}
.tailwind-import .h-2\/5 {
  height: 40%;
}
.tailwind-import .h-3\/5 {
  height: 60%;
}
.tailwind-import .h-4\/5 {
  height: 80%;
}
.tailwind-import .h-1\/6 {
  height: 16.666667%;
}
.tailwind-import .h-2\/6 {
  height: 33.333333%;
}
.tailwind-import .h-3\/6 {
  height: 50%;
}
.tailwind-import .h-4\/6 {
  height: 66.666667%;
}
.tailwind-import .h-5\/6 {
  height: 83.333333%;
}
.tailwind-import .h-full {
  height: 100%;
}
.tailwind-import .h-screen {
  height: 100vh;
}
.tailwind-import .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tailwind-import .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tailwind-import .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tailwind-import .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tailwind-import .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tailwind-import .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tailwind-import .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tailwind-import .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tailwind-import .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tailwind-import .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.tailwind-import .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.tailwind-import .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.tailwind-import .text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.tailwind-import .leading-3 {
  line-height: 0.75rem;
}
.tailwind-import .leading-4 {
  line-height: 1rem;
}
.tailwind-import .leading-5 {
  line-height: 1.25rem;
}
.tailwind-import .leading-6 {
  line-height: 1.5rem;
}
.tailwind-import .leading-7 {
  line-height: 1.75rem;
}
.tailwind-import .leading-8 {
  line-height: 2rem;
}
.tailwind-import .leading-9 {
  line-height: 2.25rem;
}
.tailwind-import .leading-10 {
  line-height: 2.5rem;
}
.tailwind-import .leading-none {
  line-height: 1;
}
.tailwind-import .leading-tight {
  line-height: 1.25;
}
.tailwind-import .leading-snug {
  line-height: 1.375;
}
.tailwind-import .leading-normal {
  line-height: 1.5;
}
.tailwind-import .leading-relaxed {
  line-height: 1.625;
}
.tailwind-import .leading-loose {
  line-height: 2;
}
.tailwind-import .list-inside {
  list-style-position: inside;
}
.tailwind-import .list-outside {
  list-style-position: outside;
}
.tailwind-import .list-none {
  list-style-type: none;
}
.tailwind-import .list-disc {
  list-style-type: disc;
}
.tailwind-import .list-decimal {
  list-style-type: decimal;
}
.tailwind-import .m-0 {
  margin: 0px;
}
.tailwind-import .m-1 {
  margin: 0.25rem;
}
.tailwind-import .m-2 {
  margin: 0.5rem;
}
.tailwind-import .m-3 {
  margin: 0.75rem;
}
.tailwind-import .m-4 {
  margin: 1rem;
}
.tailwind-import .m-5 {
  margin: 1.25rem;
}
.tailwind-import .m-6 {
  margin: 1.5rem;
}
.tailwind-import .m-7 {
  margin: 1.75rem;
}
.tailwind-import .m-8 {
  margin: 2rem;
}
.tailwind-import .m-9 {
  margin: 2.25rem;
}
.tailwind-import .m-10 {
  margin: 2.5rem;
}
.tailwind-import .m-11 {
  margin: 2.75rem;
}
.tailwind-import .m-12 {
  margin: 3rem;
}
.tailwind-import .m-14 {
  margin: 3.5rem;
}
.tailwind-import .m-16 {
  margin: 4rem;
}
.tailwind-import .m-20 {
  margin: 5rem;
}
.tailwind-import .m-24 {
  margin: 6rem;
}
.tailwind-import .m-28 {
  margin: 7rem;
}
.tailwind-import .m-32 {
  margin: 8rem;
}
.tailwind-import .m-36 {
  margin: 9rem;
}
.tailwind-import .m-40 {
  margin: 10rem;
}
.tailwind-import .m-44 {
  margin: 11rem;
}
.tailwind-import .m-48 {
  margin: 12rem;
}
.tailwind-import .m-52 {
  margin: 13rem;
}
.tailwind-import .m-56 {
  margin: 14rem;
}
.tailwind-import .m-60 {
  margin: 15rem;
}
.tailwind-import .m-64 {
  margin: 16rem;
}
.tailwind-import .m-72 {
  margin: 18rem;
}
.tailwind-import .m-80 {
  margin: 20rem;
}
.tailwind-import .m-96 {
  margin: 24rem;
}
.tailwind-import .m-auto {
  margin: auto;
}
.tailwind-import .m-px {
  margin: 1px;
}
.tailwind-import .m-0\.5 {
  margin: 0.125rem;
}
.tailwind-import .m-1\.5 {
  margin: 0.375rem;
}
.tailwind-import .m-2\.5 {
  margin: 0.625rem;
}
.tailwind-import .m-3\.5 {
  margin: 0.875rem;
}
.tailwind-import .-m-0 {
  margin: 0px;
}
.tailwind-import .-m-1 {
  margin: -0.25rem;
}
.tailwind-import .-m-2 {
  margin: -0.5rem;
}
.tailwind-import .-m-3 {
  margin: -0.75rem;
}
.tailwind-import .-m-4 {
  margin: -1rem;
}
.tailwind-import .-m-5 {
  margin: -1.25rem;
}
.tailwind-import .-m-6 {
  margin: -1.5rem;
}
.tailwind-import .-m-7 {
  margin: -1.75rem;
}
.tailwind-import .-m-8 {
  margin: -2rem;
}
.tailwind-import .-m-9 {
  margin: -2.25rem;
}
.tailwind-import .-m-10 {
  margin: -2.5rem;
}
.tailwind-import .-m-11 {
  margin: -2.75rem;
}
.tailwind-import .-m-12 {
  margin: -3rem;
}
.tailwind-import .-m-14 {
  margin: -3.5rem;
}
.tailwind-import .-m-16 {
  margin: -4rem;
}
.tailwind-import .-m-20 {
  margin: -5rem;
}
.tailwind-import .-m-24 {
  margin: -6rem;
}
.tailwind-import .-m-28 {
  margin: -7rem;
}
.tailwind-import .-m-32 {
  margin: -8rem;
}
.tailwind-import .-m-36 {
  margin: -9rem;
}
.tailwind-import .-m-40 {
  margin: -10rem;
}
.tailwind-import .-m-44 {
  margin: -11rem;
}
.tailwind-import .-m-48 {
  margin: -12rem;
}
.tailwind-import .-m-52 {
  margin: -13rem;
}
.tailwind-import .-m-56 {
  margin: -14rem;
}
.tailwind-import .-m-60 {
  margin: -15rem;
}
.tailwind-import .-m-64 {
  margin: -16rem;
}
.tailwind-import .-m-72 {
  margin: -18rem;
}
.tailwind-import .-m-80 {
  margin: -20rem;
}
.tailwind-import .-m-96 {
  margin: -24rem;
}
.tailwind-import .-m-px {
  margin: -1px;
}
.tailwind-import .-m-0\.5 {
  margin: -0.125rem;
}
.tailwind-import .-m-1\.5 {
  margin: -0.375rem;
}
.tailwind-import .-m-2\.5 {
  margin: -0.625rem;
}
.tailwind-import .-m-3\.5 {
  margin: -0.875rem;
}
.tailwind-import .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tailwind-import .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.tailwind-import .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tailwind-import .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tailwind-import .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tailwind-import .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tailwind-import .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tailwind-import .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.tailwind-import .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tailwind-import .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tailwind-import .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tailwind-import .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.tailwind-import .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tailwind-import .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tailwind-import .my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.tailwind-import .mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.tailwind-import .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tailwind-import .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tailwind-import .my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.tailwind-import .mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.tailwind-import .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.tailwind-import .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.tailwind-import .my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.tailwind-import .mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.tailwind-import .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tailwind-import .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.tailwind-import .my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.tailwind-import .mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.tailwind-import .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.tailwind-import .mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.tailwind-import .my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.tailwind-import .mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.tailwind-import .my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.tailwind-import .mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.tailwind-import .my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.tailwind-import .mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.tailwind-import .my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.tailwind-import .mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.tailwind-import .my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.tailwind-import .mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.tailwind-import .my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.tailwind-import .mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.tailwind-import .my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.tailwind-import .mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.tailwind-import .my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.tailwind-import .mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.tailwind-import .my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.tailwind-import .mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}
.tailwind-import .my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.tailwind-import .mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.tailwind-import .my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.tailwind-import .mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.tailwind-import .my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.tailwind-import .mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.tailwind-import .my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.tailwind-import .mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}
.tailwind-import .my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.tailwind-import .mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.tailwind-import .my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.tailwind-import .mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}
.tailwind-import .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.tailwind-import .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tailwind-import .my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.tailwind-import .mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.tailwind-import .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.tailwind-import .mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.tailwind-import .my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.tailwind-import .mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.tailwind-import .my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.tailwind-import .mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.tailwind-import .my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.tailwind-import .mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.tailwind-import .-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tailwind-import .-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.tailwind-import .-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.tailwind-import .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.tailwind-import .-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.tailwind-import .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.tailwind-import .-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.tailwind-import .-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.tailwind-import .-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.tailwind-import .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.tailwind-import .-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.tailwind-import .-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.tailwind-import .-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.tailwind-import .-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.tailwind-import .-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.tailwind-import .-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.tailwind-import .-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.tailwind-import .-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.tailwind-import .-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.tailwind-import .-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.tailwind-import .-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.tailwind-import .-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.tailwind-import .-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.tailwind-import .-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.tailwind-import .-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.tailwind-import .-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.tailwind-import .-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.tailwind-import .-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.tailwind-import .-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.tailwind-import .-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.tailwind-import .-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.tailwind-import .-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.tailwind-import .-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.tailwind-import .-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.tailwind-import .-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.tailwind-import .-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.tailwind-import .-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.tailwind-import .-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.tailwind-import .-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.tailwind-import .-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}
.tailwind-import .-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.tailwind-import .-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.tailwind-import .-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.tailwind-import .-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.tailwind-import .-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.tailwind-import .-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.tailwind-import .-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.tailwind-import .-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}
.tailwind-import .-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.tailwind-import .-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.tailwind-import .-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.tailwind-import .-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.tailwind-import .-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.tailwind-import .-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.tailwind-import .-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.tailwind-import .-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}
.tailwind-import .-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.tailwind-import .-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.tailwind-import .-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}
.tailwind-import .-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}
.tailwind-import .-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.tailwind-import .-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.tailwind-import .-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.tailwind-import .-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.tailwind-import .-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.tailwind-import .-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.tailwind-import .-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.tailwind-import .-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.tailwind-import .-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.tailwind-import .-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.tailwind-import .mt-0 {
  margin-top: 0px;
}
.tailwind-import .mr-0 {
  margin-right: 0px;
}
.tailwind-import .mb-0 {
  margin-bottom: 0px;
}
.tailwind-import .ml-0 {
  margin-left: 0px;
}
.tailwind-import .mt-1 {
  margin-top: 0.25rem;
}
.tailwind-import .mr-1 {
  margin-right: 0.25rem;
}
.tailwind-import .mb-1 {
  margin-bottom: 0.25rem;
}
.tailwind-import .ml-1 {
  margin-left: 0.25rem;
}
.tailwind-import .mt-2 {
  margin-top: 0.5rem;
}
.tailwind-import .mr-2 {
  margin-right: 0.5rem;
}
.tailwind-import .mb-2 {
  margin-bottom: 0.5rem;
}
.tailwind-import .ml-2 {
  margin-left: 0.5rem;
}
.tailwind-import .mt-3 {
  margin-top: 0.75rem;
}
.tailwind-import .mr-3 {
  margin-right: 0.75rem;
}
.tailwind-import .mb-3 {
  margin-bottom: 0.75rem;
}
.tailwind-import .ml-3 {
  margin-left: 0.75rem;
}
.tailwind-import .mt-4 {
  margin-top: 1rem;
}
.tailwind-import .mr-4 {
  margin-right: 1rem;
}
.tailwind-import .mb-4 {
  margin-bottom: 1rem;
}
.tailwind-import .ml-4 {
  margin-left: 1rem;
}
.tailwind-import .mt-5 {
  margin-top: 1.25rem;
}
.tailwind-import .mr-5 {
  margin-right: 1.25rem;
}
.tailwind-import .mb-5 {
  margin-bottom: 1.25rem;
}
.tailwind-import .ml-5 {
  margin-left: 1.25rem;
}
.tailwind-import .mt-6 {
  margin-top: 1.5rem;
}
.tailwind-import .mr-6 {
  margin-right: 1.5rem;
}
.tailwind-import .mb-6 {
  margin-bottom: 1.5rem;
}
.tailwind-import .ml-6 {
  margin-left: 1.5rem;
}
.tailwind-import .mt-7 {
  margin-top: 1.75rem;
}
.tailwind-import .mr-7 {
  margin-right: 1.75rem;
}
.tailwind-import .mb-7 {
  margin-bottom: 1.75rem;
}
.tailwind-import .ml-7 {
  margin-left: 1.75rem;
}
.tailwind-import .mt-8 {
  margin-top: 2rem;
}
.tailwind-import .mr-8 {
  margin-right: 2rem;
}
.tailwind-import .mb-8 {
  margin-bottom: 2rem;
}
.tailwind-import .ml-8 {
  margin-left: 2rem;
}
.tailwind-import .mt-9 {
  margin-top: 2.25rem;
}
.tailwind-import .mr-9 {
  margin-right: 2.25rem;
}
.tailwind-import .mb-9 {
  margin-bottom: 2.25rem;
}
.tailwind-import .ml-9 {
  margin-left: 2.25rem;
}
.tailwind-import .mt-10 {
  margin-top: 2.5rem;
}
.tailwind-import .mr-10 {
  margin-right: 2.5rem;
}
.tailwind-import .mb-10 {
  margin-bottom: 2.5rem;
}
.tailwind-import .ml-10 {
  margin-left: 2.5rem;
}
.tailwind-import .mt-11 {
  margin-top: 2.75rem;
}
.tailwind-import .mr-11 {
  margin-right: 2.75rem;
}
.tailwind-import .mb-11 {
  margin-bottom: 2.75rem;
}
.tailwind-import .ml-11 {
  margin-left: 2.75rem;
}
.tailwind-import .mt-12 {
  margin-top: 3rem;
}
.tailwind-import .mr-12 {
  margin-right: 3rem;
}
.tailwind-import .mb-12 {
  margin-bottom: 3rem;
}
.tailwind-import .ml-12 {
  margin-left: 3rem;
}
.tailwind-import .mt-14 {
  margin-top: 3.5rem;
}
.tailwind-import .mr-14 {
  margin-right: 3.5rem;
}
.tailwind-import .mb-14 {
  margin-bottom: 3.5rem;
}
.tailwind-import .ml-14 {
  margin-left: 3.5rem;
}
.tailwind-import .mt-16 {
  margin-top: 4rem;
}
.tailwind-import .mr-16 {
  margin-right: 4rem;
}
.tailwind-import .mb-16 {
  margin-bottom: 4rem;
}
.tailwind-import .ml-16 {
  margin-left: 4rem;
}
.tailwind-import .mt-20 {
  margin-top: 5rem;
}
.tailwind-import .mr-20 {
  margin-right: 5rem;
}
.tailwind-import .mb-20 {
  margin-bottom: 5rem;
}
.tailwind-import .ml-20 {
  margin-left: 5rem;
}
.tailwind-import .mt-24 {
  margin-top: 6rem;
}
.tailwind-import .mr-24 {
  margin-right: 6rem;
}
.tailwind-import .mb-24 {
  margin-bottom: 6rem;
}
.tailwind-import .ml-24 {
  margin-left: 6rem;
}
.tailwind-import .mt-28 {
  margin-top: 7rem;
}
.tailwind-import .mr-28 {
  margin-right: 7rem;
}
.tailwind-import .mb-28 {
  margin-bottom: 7rem;
}
.tailwind-import .ml-28 {
  margin-left: 7rem;
}
.tailwind-import .mt-32 {
  margin-top: 8rem;
}
.tailwind-import .mr-32 {
  margin-right: 8rem;
}
.tailwind-import .mb-32 {
  margin-bottom: 8rem;
}
.tailwind-import .ml-32 {
  margin-left: 8rem;
}
.tailwind-import .mt-36 {
  margin-top: 9rem;
}
.tailwind-import .mr-36 {
  margin-right: 9rem;
}
.tailwind-import .mb-36 {
  margin-bottom: 9rem;
}
.tailwind-import .ml-36 {
  margin-left: 9rem;
}
.tailwind-import .mt-40 {
  margin-top: 10rem;
}
.tailwind-import .mr-40 {
  margin-right: 10rem;
}
.tailwind-import .mb-40 {
  margin-bottom: 10rem;
}
.tailwind-import .ml-40 {
  margin-left: 10rem;
}
.tailwind-import .mt-44 {
  margin-top: 11rem;
}
.tailwind-import .mr-44 {
  margin-right: 11rem;
}
.tailwind-import .mb-44 {
  margin-bottom: 11rem;
}
.tailwind-import .ml-44 {
  margin-left: 11rem;
}
.tailwind-import .mt-48 {
  margin-top: 12rem;
}
.tailwind-import .mr-48 {
  margin-right: 12rem;
}
.tailwind-import .mb-48 {
  margin-bottom: 12rem;
}
.tailwind-import .ml-48 {
  margin-left: 12rem;
}
.tailwind-import .mt-52 {
  margin-top: 13rem;
}
.tailwind-import .mr-52 {
  margin-right: 13rem;
}
.tailwind-import .mb-52 {
  margin-bottom: 13rem;
}
.tailwind-import .ml-52 {
  margin-left: 13rem;
}
.tailwind-import .mt-56 {
  margin-top: 14rem;
}
.tailwind-import .mr-56 {
  margin-right: 14rem;
}
.tailwind-import .mb-56 {
  margin-bottom: 14rem;
}
.tailwind-import .ml-56 {
  margin-left: 14rem;
}
.tailwind-import .mt-60 {
  margin-top: 15rem;
}
.tailwind-import .mr-60 {
  margin-right: 15rem;
}
.tailwind-import .mb-60 {
  margin-bottom: 15rem;
}
.tailwind-import .ml-60 {
  margin-left: 15rem;
}
.tailwind-import .mt-64 {
  margin-top: 16rem;
}
.tailwind-import .mr-64 {
  margin-right: 16rem;
}
.tailwind-import .mb-64 {
  margin-bottom: 16rem;
}
.tailwind-import .ml-64 {
  margin-left: 16rem;
}
.tailwind-import .mt-72 {
  margin-top: 18rem;
}
.tailwind-import .mr-72 {
  margin-right: 18rem;
}
.tailwind-import .mb-72 {
  margin-bottom: 18rem;
}
.tailwind-import .ml-72 {
  margin-left: 18rem;
}
.tailwind-import .mt-80 {
  margin-top: 20rem;
}
.tailwind-import .mr-80 {
  margin-right: 20rem;
}
.tailwind-import .mb-80 {
  margin-bottom: 20rem;
}
.tailwind-import .ml-80 {
  margin-left: 20rem;
}
.tailwind-import .mt-96 {
  margin-top: 24rem;
}
.tailwind-import .mr-96 {
  margin-right: 24rem;
}
.tailwind-import .mb-96 {
  margin-bottom: 24rem;
}
.tailwind-import .ml-96 {
  margin-left: 24rem;
}
.tailwind-import .mt-auto {
  margin-top: auto;
}
.tailwind-import .mr-auto {
  margin-right: auto;
}
.tailwind-import .mb-auto {
  margin-bottom: auto;
}
.tailwind-import .ml-auto {
  margin-left: auto;
}
.tailwind-import .mt-px {
  margin-top: 1px;
}
.tailwind-import .mr-px {
  margin-right: 1px;
}
.tailwind-import .mb-px {
  margin-bottom: 1px;
}
.tailwind-import .ml-px {
  margin-left: 1px;
}
.tailwind-import .mt-0\.5 {
  margin-top: 0.125rem;
}
.tailwind-import .mr-0\.5 {
  margin-right: 0.125rem;
}
.tailwind-import .mb-0\.5 {
  margin-bottom: 0.125rem;
}
.tailwind-import .ml-0\.5 {
  margin-left: 0.125rem;
}
.tailwind-import .mt-1\.5 {
  margin-top: 0.375rem;
}
.tailwind-import .mr-1\.5 {
  margin-right: 0.375rem;
}
.tailwind-import .mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tailwind-import .ml-1\.5 {
  margin-left: 0.375rem;
}
.tailwind-import .mt-2\.5 {
  margin-top: 0.625rem;
}
.tailwind-import .mr-2\.5 {
  margin-right: 0.625rem;
}
.tailwind-import .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tailwind-import .ml-2\.5 {
  margin-left: 0.625rem;
}
.tailwind-import .mt-3\.5 {
  margin-top: 0.875rem;
}
.tailwind-import .mr-3\.5 {
  margin-right: 0.875rem;
}
.tailwind-import .mb-3\.5 {
  margin-bottom: 0.875rem;
}
.tailwind-import .ml-3\.5 {
  margin-left: 0.875rem;
}
.tailwind-import .-mt-0 {
  margin-top: 0px;
}
.tailwind-import .-mr-0 {
  margin-right: 0px;
}
.tailwind-import .-mb-0 {
  margin-bottom: 0px;
}
.tailwind-import .-ml-0 {
  margin-left: 0px;
}
.tailwind-import .-mt-1 {
  margin-top: -0.25rem;
}
.tailwind-import .-mr-1 {
  margin-right: -0.25rem;
}
.tailwind-import .-mb-1 {
  margin-bottom: -0.25rem;
}
.tailwind-import .-ml-1 {
  margin-left: -0.25rem;
}
.tailwind-import .-mt-2 {
  margin-top: -0.5rem;
}
.tailwind-import .-mr-2 {
  margin-right: -0.5rem;
}
.tailwind-import .-mb-2 {
  margin-bottom: -0.5rem;
}
.tailwind-import .-ml-2 {
  margin-left: -0.5rem;
}
.tailwind-import .-mt-3 {
  margin-top: -0.75rem;
}
.tailwind-import .-mr-3 {
  margin-right: -0.75rem;
}
.tailwind-import .-mb-3 {
  margin-bottom: -0.75rem;
}
.tailwind-import .-ml-3 {
  margin-left: -0.75rem;
}
.tailwind-import .-mt-4 {
  margin-top: -1rem;
}
.tailwind-import .-mr-4 {
  margin-right: -1rem;
}
.tailwind-import .-mb-4 {
  margin-bottom: -1rem;
}
.tailwind-import .-ml-4 {
  margin-left: -1rem;
}
.tailwind-import .-mt-5 {
  margin-top: -1.25rem;
}
.tailwind-import .-mr-5 {
  margin-right: -1.25rem;
}
.tailwind-import .-mb-5 {
  margin-bottom: -1.25rem;
}
.tailwind-import .-ml-5 {
  margin-left: -1.25rem;
}
.tailwind-import .-mt-6 {
  margin-top: -1.5rem;
}
.tailwind-import .-mr-6 {
  margin-right: -1.5rem;
}
.tailwind-import .-mb-6 {
  margin-bottom: -1.5rem;
}
.tailwind-import .-ml-6 {
  margin-left: -1.5rem;
}
.tailwind-import .-mt-7 {
  margin-top: -1.75rem;
}
.tailwind-import .-mr-7 {
  margin-right: -1.75rem;
}
.tailwind-import .-mb-7 {
  margin-bottom: -1.75rem;
}
.tailwind-import .-ml-7 {
  margin-left: -1.75rem;
}
.tailwind-import .-mt-8 {
  margin-top: -2rem;
}
.tailwind-import .-mr-8 {
  margin-right: -2rem;
}
.tailwind-import .-mb-8 {
  margin-bottom: -2rem;
}
.tailwind-import .-ml-8 {
  margin-left: -2rem;
}
.tailwind-import .-mt-9 {
  margin-top: -2.25rem;
}
.tailwind-import .-mr-9 {
  margin-right: -2.25rem;
}
.tailwind-import .-mb-9 {
  margin-bottom: -2.25rem;
}
.tailwind-import .-ml-9 {
  margin-left: -2.25rem;
}
.tailwind-import .-mt-10 {
  margin-top: -2.5rem;
}
.tailwind-import .-mr-10 {
  margin-right: -2.5rem;
}
.tailwind-import .-mb-10 {
  margin-bottom: -2.5rem;
}
.tailwind-import .-ml-10 {
  margin-left: -2.5rem;
}
.tailwind-import .-mt-11 {
  margin-top: -2.75rem;
}
.tailwind-import .-mr-11 {
  margin-right: -2.75rem;
}
.tailwind-import .-mb-11 {
  margin-bottom: -2.75rem;
}
.tailwind-import .-ml-11 {
  margin-left: -2.75rem;
}
.tailwind-import .-mt-12 {
  margin-top: -3rem;
}
.tailwind-import .-mr-12 {
  margin-right: -3rem;
}
.tailwind-import .-mb-12 {
  margin-bottom: -3rem;
}
.tailwind-import .-ml-12 {
  margin-left: -3rem;
}
.tailwind-import .-mt-14 {
  margin-top: -3.5rem;
}
.tailwind-import .-mr-14 {
  margin-right: -3.5rem;
}
.tailwind-import .-mb-14 {
  margin-bottom: -3.5rem;
}
.tailwind-import .-ml-14 {
  margin-left: -3.5rem;
}
.tailwind-import .-mt-16 {
  margin-top: -4rem;
}
.tailwind-import .-mr-16 {
  margin-right: -4rem;
}
.tailwind-import .-mb-16 {
  margin-bottom: -4rem;
}
.tailwind-import .-ml-16 {
  margin-left: -4rem;
}
.tailwind-import .-mt-20 {
  margin-top: -5rem;
}
.tailwind-import .-mr-20 {
  margin-right: -5rem;
}
.tailwind-import .-mb-20 {
  margin-bottom: -5rem;
}
.tailwind-import .-ml-20 {
  margin-left: -5rem;
}
.tailwind-import .-mt-24 {
  margin-top: -6rem;
}
.tailwind-import .-mr-24 {
  margin-right: -6rem;
}
.tailwind-import .-mb-24 {
  margin-bottom: -6rem;
}
.tailwind-import .-ml-24 {
  margin-left: -6rem;
}
.tailwind-import .-mt-28 {
  margin-top: -7rem;
}
.tailwind-import .-mr-28 {
  margin-right: -7rem;
}
.tailwind-import .-mb-28 {
  margin-bottom: -7rem;
}
.tailwind-import .-ml-28 {
  margin-left: -7rem;
}
.tailwind-import .-mt-32 {
  margin-top: -8rem;
}
.tailwind-import .-mr-32 {
  margin-right: -8rem;
}
.tailwind-import .-mb-32 {
  margin-bottom: -8rem;
}
.tailwind-import .-ml-32 {
  margin-left: -8rem;
}
.tailwind-import .-mt-36 {
  margin-top: -9rem;
}
.tailwind-import .-mr-36 {
  margin-right: -9rem;
}
.tailwind-import .-mb-36 {
  margin-bottom: -9rem;
}
.tailwind-import .-ml-36 {
  margin-left: -9rem;
}
.tailwind-import .-mt-40 {
  margin-top: -10rem;
}
.tailwind-import .-mr-40 {
  margin-right: -10rem;
}
.tailwind-import .-mb-40 {
  margin-bottom: -10rem;
}
.tailwind-import .-ml-40 {
  margin-left: -10rem;
}
.tailwind-import .-mt-44 {
  margin-top: -11rem;
}
.tailwind-import .-mr-44 {
  margin-right: -11rem;
}
.tailwind-import .-mb-44 {
  margin-bottom: -11rem;
}
.tailwind-import .-ml-44 {
  margin-left: -11rem;
}
.tailwind-import .-mt-48 {
  margin-top: -12rem;
}
.tailwind-import .-mr-48 {
  margin-right: -12rem;
}
.tailwind-import .-mb-48 {
  margin-bottom: -12rem;
}
.tailwind-import .-ml-48 {
  margin-left: -12rem;
}
.tailwind-import .-mt-52 {
  margin-top: -13rem;
}
.tailwind-import .-mr-52 {
  margin-right: -13rem;
}
.tailwind-import .-mb-52 {
  margin-bottom: -13rem;
}
.tailwind-import .-ml-52 {
  margin-left: -13rem;
}
.tailwind-import .-mt-56 {
  margin-top: -14rem;
}
.tailwind-import .-mr-56 {
  margin-right: -14rem;
}
.tailwind-import .-mb-56 {
  margin-bottom: -14rem;
}
.tailwind-import .-ml-56 {
  margin-left: -14rem;
}
.tailwind-import .-mt-60 {
  margin-top: -15rem;
}
.tailwind-import .-mr-60 {
  margin-right: -15rem;
}
.tailwind-import .-mb-60 {
  margin-bottom: -15rem;
}
.tailwind-import .-ml-60 {
  margin-left: -15rem;
}
.tailwind-import .-mt-64 {
  margin-top: -16rem;
}
.tailwind-import .-mr-64 {
  margin-right: -16rem;
}
.tailwind-import .-mb-64 {
  margin-bottom: -16rem;
}
.tailwind-import .-ml-64 {
  margin-left: -16rem;
}
.tailwind-import .-mt-72 {
  margin-top: -18rem;
}
.tailwind-import .-mr-72 {
  margin-right: -18rem;
}
.tailwind-import .-mb-72 {
  margin-bottom: -18rem;
}
.tailwind-import .-ml-72 {
  margin-left: -18rem;
}
.tailwind-import .-mt-80 {
  margin-top: -20rem;
}
.tailwind-import .-mr-80 {
  margin-right: -20rem;
}
.tailwind-import .-mb-80 {
  margin-bottom: -20rem;
}
.tailwind-import .-ml-80 {
  margin-left: -20rem;
}
.tailwind-import .-mt-96 {
  margin-top: -24rem;
}
.tailwind-import .-mr-96 {
  margin-right: -24rem;
}
.tailwind-import .-mb-96 {
  margin-bottom: -24rem;
}
.tailwind-import .-ml-96 {
  margin-left: -24rem;
}
.tailwind-import .-mt-px {
  margin-top: -1px;
}
.tailwind-import .-mr-px {
  margin-right: -1px;
}
.tailwind-import .-mb-px {
  margin-bottom: -1px;
}
.tailwind-import .-ml-px {
  margin-left: -1px;
}
.tailwind-import .-mt-0\.5 {
  margin-top: -0.125rem;
}
.tailwind-import .-mr-0\.5 {
  margin-right: -0.125rem;
}
.tailwind-import .-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.tailwind-import .-ml-0\.5 {
  margin-left: -0.125rem;
}
.tailwind-import .-mt-1\.5 {
  margin-top: -0.375rem;
}
.tailwind-import .-mr-1\.5 {
  margin-right: -0.375rem;
}
.tailwind-import .-mb-1\.5 {
  margin-bottom: -0.375rem;
}
.tailwind-import .-ml-1\.5 {
  margin-left: -0.375rem;
}
.tailwind-import .-mt-2\.5 {
  margin-top: -0.625rem;
}
.tailwind-import .-mr-2\.5 {
  margin-right: -0.625rem;
}
.tailwind-import .-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.tailwind-import .-ml-2\.5 {
  margin-left: -0.625rem;
}
.tailwind-import .-mt-3\.5 {
  margin-top: -0.875rem;
}
.tailwind-import .-mr-3\.5 {
  margin-right: -0.875rem;
}
.tailwind-import .-mb-3\.5 {
  margin-bottom: -0.875rem;
}
.tailwind-import .-ml-3\.5 {
  margin-left: -0.875rem;
}
.tailwind-import .max-h-0 {
  max-height: 0px;
}
.tailwind-import .max-h-1 {
  max-height: 0.25rem;
}
.tailwind-import .max-h-2 {
  max-height: 0.5rem;
}
.tailwind-import .max-h-3 {
  max-height: 0.75rem;
}
.tailwind-import .max-h-4 {
  max-height: 1rem;
}
.tailwind-import .max-h-5 {
  max-height: 1.25rem;
}
.tailwind-import .max-h-6 {
  max-height: 1.5rem;
}
.tailwind-import .max-h-7 {
  max-height: 1.75rem;
}
.tailwind-import .max-h-8 {
  max-height: 2rem;
}
.tailwind-import .max-h-9 {
  max-height: 2.25rem;
}
.tailwind-import .max-h-10 {
  max-height: 2.5rem;
}
.tailwind-import .max-h-11 {
  max-height: 2.75rem;
}
.tailwind-import .max-h-12 {
  max-height: 3rem;
}
.tailwind-import .max-h-14 {
  max-height: 3.5rem;
}
.tailwind-import .max-h-16 {
  max-height: 4rem;
}
.tailwind-import .max-h-20 {
  max-height: 5rem;
}
.tailwind-import .max-h-24 {
  max-height: 6rem;
}
.tailwind-import .max-h-28 {
  max-height: 7rem;
}
.tailwind-import .max-h-32 {
  max-height: 8rem;
}
.tailwind-import .max-h-36 {
  max-height: 9rem;
}
.tailwind-import .max-h-40 {
  max-height: 10rem;
}
.tailwind-import .max-h-44 {
  max-height: 11rem;
}
.tailwind-import .max-h-48 {
  max-height: 12rem;
}
.tailwind-import .max-h-52 {
  max-height: 13rem;
}
.tailwind-import .max-h-56 {
  max-height: 14rem;
}
.tailwind-import .max-h-60 {
  max-height: 15rem;
}
.tailwind-import .max-h-64 {
  max-height: 16rem;
}
.tailwind-import .max-h-72 {
  max-height: 18rem;
}
.tailwind-import .max-h-80 {
  max-height: 20rem;
}
.tailwind-import .max-h-96 {
  max-height: 24rem;
}
.tailwind-import .max-h-px {
  max-height: 1px;
}
.tailwind-import .max-h-0\.5 {
  max-height: 0.125rem;
}
.tailwind-import .max-h-1\.5 {
  max-height: 0.375rem;
}
.tailwind-import .max-h-2\.5 {
  max-height: 0.625rem;
}
.tailwind-import .max-h-3\.5 {
  max-height: 0.875rem;
}
.tailwind-import .max-h-full {
  max-height: 100%;
}
.tailwind-import .max-h-screen {
  max-height: 100vh;
}
.tailwind-import .max-w-0 {
  max-width: 0rem;
}
.tailwind-import .max-w-none {
  max-width: none;
}
.tailwind-import .max-w-xs {
  max-width: 20rem;
}
.tailwind-import .max-w-sm {
  max-width: 24rem;
}
.tailwind-import .max-w-md {
  max-width: 28rem;
}
.tailwind-import .max-w-lg {
  max-width: 32rem;
}
.tailwind-import .max-w-xl {
  max-width: 36rem;
}
.tailwind-import .max-w-2xl {
  max-width: 42rem;
}
.tailwind-import .max-w-3xl {
  max-width: 48rem;
}
.tailwind-import .max-w-4xl {
  max-width: 56rem;
}
.tailwind-import .max-w-5xl {
  max-width: 64rem;
}
.tailwind-import .max-w-6xl {
  max-width: 72rem;
}
.tailwind-import .max-w-7xl {
  max-width: 80rem;
}
.tailwind-import .max-w-full {
  max-width: 100%;
}
.tailwind-import .max-w-min {
  max-width: -webkit-min-content;
  max-width: min-content;
}
.tailwind-import .max-w-max {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.tailwind-import .max-w-prose {
  max-width: 65ch;
}
.tailwind-import .max-w-screen-sm {
  max-width: 640px;
}
.tailwind-import .max-w-screen-md {
  max-width: 768px;
}
.tailwind-import .max-w-screen-lg {
  max-width: 1024px;
}
.tailwind-import .max-w-screen-xl {
  max-width: 1280px;
}
.tailwind-import .max-w-screen-2xl {
  max-width: 1536px;
}
.tailwind-import .min-h-0 {
  min-height: 0px;
}
.tailwind-import .min-h-full {
  min-height: 100%;
}
.tailwind-import .min-h-screen {
  min-height: 100vh;
}
.tailwind-import .min-w-0 {
  min-width: 0px;
}
.tailwind-import .min-w-full {
  min-width: 100%;
}
.tailwind-import .min-w-min {
  min-width: -webkit-min-content;
  min-width: min-content;
}
.tailwind-import .min-w-max {
  min-width: -webkit-max-content;
  min-width: max-content;
}
.tailwind-import .object-contain {
  object-fit: contain;
}
.tailwind-import .object-cover {
  object-fit: cover;
}
.tailwind-import .object-fill {
  object-fit: fill;
}
.tailwind-import .object-none {
  object-fit: none;
}
.tailwind-import .object-scale-down {
  object-fit: scale-down;
}
.tailwind-import .object-bottom {
  object-position: bottom;
}
.tailwind-import .object-center {
  object-position: center;
}
.tailwind-import .object-left {
  object-position: left;
}
.tailwind-import .object-left-bottom {
  object-position: left bottom;
}
.tailwind-import .object-left-top {
  object-position: left top;
}
.tailwind-import .object-right {
  object-position: right;
}
.tailwind-import .object-right-bottom {
  object-position: right bottom;
}
.tailwind-import .object-right-top {
  object-position: right top;
}
.tailwind-import .object-top {
  object-position: top;
}
.tailwind-import .opacity-0 {
  opacity: 0;
}
.tailwind-import .opacity-5 {
  opacity: 0.05;
}
.tailwind-import .opacity-10 {
  opacity: 0.1;
}
.tailwind-import .opacity-20 {
  opacity: 0.2;
}
.tailwind-import .opacity-25 {
  opacity: 0.25;
}
.tailwind-import .opacity-30 {
  opacity: 0.3;
}
.tailwind-import .opacity-40 {
  opacity: 0.4;
}
.tailwind-import .opacity-50 {
  opacity: 0.5;
}
.tailwind-import .opacity-60 {
  opacity: 0.6;
}
.tailwind-import .opacity-70 {
  opacity: 0.7;
}
.tailwind-import .opacity-75 {
  opacity: 0.75;
}
.tailwind-import .opacity-80 {
  opacity: 0.8;
}
.tailwind-import .opacity-90 {
  opacity: 0.9;
}
.tailwind-import .opacity-95 {
  opacity: 0.95;
}
.tailwind-import .opacity-100 {
  opacity: 1;
}
.tailwind-import .group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.tailwind-import .group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}
.tailwind-import .group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}
.tailwind-import .group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}
.tailwind-import .group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}
.tailwind-import .group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}
.tailwind-import .group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}
.tailwind-import .group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.tailwind-import .group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}
.tailwind-import .group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
.tailwind-import .group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
.tailwind-import .group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
.tailwind-import .group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}
.tailwind-import .group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}
.tailwind-import .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.tailwind-import .focus-within\:opacity-0:focus-within {
  opacity: 0;
}
.tailwind-import .focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}
.tailwind-import .focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}
.tailwind-import .focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}
.tailwind-import .focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}
.tailwind-import .focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}
.tailwind-import .focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}
.tailwind-import .focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}
.tailwind-import .focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}
.tailwind-import .focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}
.tailwind-import .focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}
.tailwind-import .focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}
.tailwind-import .focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}
.tailwind-import .focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}
.tailwind-import .focus-within\:opacity-100:focus-within {
  opacity: 1;
}
.tailwind-import .hover\:opacity-0:hover {
  opacity: 0;
}
.tailwind-import .hover\:opacity-5:hover {
  opacity: 0.05;
}
.tailwind-import .hover\:opacity-10:hover {
  opacity: 0.1;
}
.tailwind-import .hover\:opacity-20:hover {
  opacity: 0.2;
}
.tailwind-import .hover\:opacity-25:hover {
  opacity: 0.25;
}
.tailwind-import .hover\:opacity-30:hover {
  opacity: 0.3;
}
.tailwind-import .hover\:opacity-40:hover {
  opacity: 0.4;
}
.tailwind-import .hover\:opacity-50:hover {
  opacity: 0.5;
}
.tailwind-import .hover\:opacity-60:hover {
  opacity: 0.6;
}
.tailwind-import .hover\:opacity-70:hover {
  opacity: 0.7;
}
.tailwind-import .hover\:opacity-75:hover {
  opacity: 0.75;
}
.tailwind-import .hover\:opacity-80:hover {
  opacity: 0.8;
}
.tailwind-import .hover\:opacity-90:hover {
  opacity: 0.9;
}
.tailwind-import .hover\:opacity-95:hover {
  opacity: 0.95;
}
.tailwind-import .hover\:opacity-100:hover {
  opacity: 1;
}
.tailwind-import .focus\:opacity-0:focus {
  opacity: 0;
}
.tailwind-import .focus\:opacity-5:focus {
  opacity: 0.05;
}
.tailwind-import .focus\:opacity-10:focus {
  opacity: 0.1;
}
.tailwind-import .focus\:opacity-20:focus {
  opacity: 0.2;
}
.tailwind-import .focus\:opacity-25:focus {
  opacity: 0.25;
}
.tailwind-import .focus\:opacity-30:focus {
  opacity: 0.3;
}
.tailwind-import .focus\:opacity-40:focus {
  opacity: 0.4;
}
.tailwind-import .focus\:opacity-50:focus {
  opacity: 0.5;
}
.tailwind-import .focus\:opacity-60:focus {
  opacity: 0.6;
}
.tailwind-import .focus\:opacity-70:focus {
  opacity: 0.7;
}
.tailwind-import .focus\:opacity-75:focus {
  opacity: 0.75;
}
.tailwind-import .focus\:opacity-80:focus {
  opacity: 0.8;
}
.tailwind-import .focus\:opacity-90:focus {
  opacity: 0.9;
}
.tailwind-import .focus\:opacity-95:focus {
  opacity: 0.95;
}
.tailwind-import .focus\:opacity-100:focus {
  opacity: 1;
}
.tailwind-import .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind-import .outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.tailwind-import .outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.tailwind-import .focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind-import .focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.tailwind-import .focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.tailwind-import .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind-import .focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.tailwind-import .focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.tailwind-import .overflow-auto {
  overflow: auto;
}
.tailwind-import .overflow-hidden {
  overflow: hidden;
}
.tailwind-import .overflow-visible {
  overflow: visible;
}
.tailwind-import .overflow-scroll {
  overflow: scroll;
}
.tailwind-import .overflow-x-auto {
  overflow-x: auto;
}
.tailwind-import .overflow-y-auto {
  overflow-y: auto;
}
.tailwind-import .overflow-x-hidden {
  overflow-x: hidden;
}
.tailwind-import .overflow-y-hidden {
  overflow-y: hidden;
}
.tailwind-import .overflow-x-visible {
  overflow-x: visible;
}
.tailwind-import .overflow-y-visible {
  overflow-y: visible;
}
.tailwind-import .overflow-x-scroll {
  overflow-x: scroll;
}
.tailwind-import .overflow-y-scroll {
  overflow-y: scroll;
}
.tailwind-import .overscroll-auto {
  overscroll-behavior: auto;
}
.tailwind-import .overscroll-contain {
  overscroll-behavior: contain;
}
.tailwind-import .overscroll-none {
  overscroll-behavior: none;
}
.tailwind-import .overscroll-y-auto {
  overscroll-behavior-y: auto;
}
.tailwind-import .overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.tailwind-import .overscroll-y-none {
  overscroll-behavior-y: none;
}
.tailwind-import .overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.tailwind-import .overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.tailwind-import .overscroll-x-none {
  overscroll-behavior-x: none;
}
.tailwind-import .p-0 {
  padding: 0px;
}
.tailwind-import .p-1 {
  padding: 0.25rem;
}
.tailwind-import .p-2 {
  padding: 0.5rem;
}
.tailwind-import .p-3 {
  padding: 0.75rem;
}
.tailwind-import .p-4 {
  padding: 1rem;
}
.tailwind-import .p-5 {
  padding: 1.25rem;
}
.tailwind-import .p-6 {
  padding: 1.5rem;
}
.tailwind-import .p-7 {
  padding: 1.75rem;
}
.tailwind-import .p-8 {
  padding: 2rem;
}
.tailwind-import .p-9 {
  padding: 2.25rem;
}
.tailwind-import .p-10 {
  padding: 2.5rem;
}
.tailwind-import .p-11 {
  padding: 2.75rem;
}
.tailwind-import .p-12 {
  padding: 3rem;
}
.tailwind-import .p-14 {
  padding: 3.5rem;
}
.tailwind-import .p-16 {
  padding: 4rem;
}
.tailwind-import .p-20 {
  padding: 5rem;
}
.tailwind-import .p-24 {
  padding: 6rem;
}
.tailwind-import .p-28 {
  padding: 7rem;
}
.tailwind-import .p-32 {
  padding: 8rem;
}
.tailwind-import .p-36 {
  padding: 9rem;
}
.tailwind-import .p-40 {
  padding: 10rem;
}
.tailwind-import .p-44 {
  padding: 11rem;
}
.tailwind-import .p-48 {
  padding: 12rem;
}
.tailwind-import .p-52 {
  padding: 13rem;
}
.tailwind-import .p-56 {
  padding: 14rem;
}
.tailwind-import .p-60 {
  padding: 15rem;
}
.tailwind-import .p-64 {
  padding: 16rem;
}
.tailwind-import .p-72 {
  padding: 18rem;
}
.tailwind-import .p-80 {
  padding: 20rem;
}
.tailwind-import .p-96 {
  padding: 24rem;
}
.tailwind-import .p-px {
  padding: 1px;
}
.tailwind-import .p-0\.5 {
  padding: 0.125rem;
}
.tailwind-import .p-1\.5 {
  padding: 0.375rem;
}
.tailwind-import .p-2\.5 {
  padding: 0.625rem;
}
.tailwind-import .p-3\.5 {
  padding: 0.875rem;
}
.tailwind-import .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tailwind-import .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.tailwind-import .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tailwind-import .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tailwind-import .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tailwind-import .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tailwind-import .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tailwind-import .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tailwind-import .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tailwind-import .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tailwind-import .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tailwind-import .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tailwind-import .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tailwind-import .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tailwind-import .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.tailwind-import .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tailwind-import .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tailwind-import .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tailwind-import .py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.tailwind-import .px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.tailwind-import .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tailwind-import .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tailwind-import .py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.tailwind-import .px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.tailwind-import .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tailwind-import .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tailwind-import .py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tailwind-import .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.tailwind-import .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tailwind-import .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tailwind-import .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tailwind-import .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tailwind-import .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.tailwind-import .px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.tailwind-import .py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.tailwind-import .px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.tailwind-import .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.tailwind-import .px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.tailwind-import .py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.tailwind-import .px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.tailwind-import .py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.tailwind-import .px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.tailwind-import .py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.tailwind-import .px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.tailwind-import .py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.tailwind-import .px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.tailwind-import .py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.tailwind-import .px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.tailwind-import .py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.tailwind-import .px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.tailwind-import .py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.tailwind-import .px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.tailwind-import .py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.tailwind-import .px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.tailwind-import .py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.tailwind-import .px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.tailwind-import .py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.tailwind-import .px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.tailwind-import .py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.tailwind-import .px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}
.tailwind-import .py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.tailwind-import .px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.tailwind-import .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tailwind-import .px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.tailwind-import .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tailwind-import .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.tailwind-import .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tailwind-import .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tailwind-import .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.tailwind-import .px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.tailwind-import .pt-0 {
  padding-top: 0px;
}
.tailwind-import .pr-0 {
  padding-right: 0px;
}
.tailwind-import .pb-0 {
  padding-bottom: 0px;
}
.tailwind-import .pl-0 {
  padding-left: 0px;
}
.tailwind-import .pt-1 {
  padding-top: 0.25rem;
}
.tailwind-import .pr-1 {
  padding-right: 0.25rem;
}
.tailwind-import .pb-1 {
  padding-bottom: 0.25rem;
}
.tailwind-import .pl-1 {
  padding-left: 0.25rem;
}
.tailwind-import .pt-2 {
  padding-top: 0.5rem;
}
.tailwind-import .pr-2 {
  padding-right: 0.5rem;
}
.tailwind-import .pb-2 {
  padding-bottom: 0.5rem;
}
.tailwind-import .pl-2 {
  padding-left: 0.5rem;
}
.tailwind-import .pt-3 {
  padding-top: 0.75rem;
}
.tailwind-import .pr-3 {
  padding-right: 0.75rem;
}
.tailwind-import .pb-3 {
  padding-bottom: 0.75rem;
}
.tailwind-import .pl-3 {
  padding-left: 0.75rem;
}
.tailwind-import .pt-4 {
  padding-top: 1rem;
}
.tailwind-import .pr-4 {
  padding-right: 1rem;
}
.tailwind-import .pb-4 {
  padding-bottom: 1rem;
}
.tailwind-import .pl-4 {
  padding-left: 1rem;
}
.tailwind-import .pt-5 {
  padding-top: 1.25rem;
}
.tailwind-import .pr-5 {
  padding-right: 1.25rem;
}
.tailwind-import .pb-5 {
  padding-bottom: 1.25rem;
}
.tailwind-import .pl-5 {
  padding-left: 1.25rem;
}
.tailwind-import .pt-6 {
  padding-top: 1.5rem;
}
.tailwind-import .pr-6 {
  padding-right: 1.5rem;
}
.tailwind-import .pb-6 {
  padding-bottom: 1.5rem;
}
.tailwind-import .pl-6 {
  padding-left: 1.5rem;
}
.tailwind-import .pt-7 {
  padding-top: 1.75rem;
}
.tailwind-import .pr-7 {
  padding-right: 1.75rem;
}
.tailwind-import .pb-7 {
  padding-bottom: 1.75rem;
}
.tailwind-import .pl-7 {
  padding-left: 1.75rem;
}
.tailwind-import .pt-8 {
  padding-top: 2rem;
}
.tailwind-import .pr-8 {
  padding-right: 2rem;
}
.tailwind-import .pb-8 {
  padding-bottom: 2rem;
}
.tailwind-import .pl-8 {
  padding-left: 2rem;
}
.tailwind-import .pt-9 {
  padding-top: 2.25rem;
}
.tailwind-import .pr-9 {
  padding-right: 2.25rem;
}
.tailwind-import .pb-9 {
  padding-bottom: 2.25rem;
}
.tailwind-import .pl-9 {
  padding-left: 2.25rem;
}
.tailwind-import .pt-10 {
  padding-top: 2.5rem;
}
.tailwind-import .pr-10 {
  padding-right: 2.5rem;
}
.tailwind-import .pb-10 {
  padding-bottom: 2.5rem;
}
.tailwind-import .pl-10 {
  padding-left: 2.5rem;
}
.tailwind-import .pt-11 {
  padding-top: 2.75rem;
}
.tailwind-import .pr-11 {
  padding-right: 2.75rem;
}
.tailwind-import .pb-11 {
  padding-bottom: 2.75rem;
}
.tailwind-import .pl-11 {
  padding-left: 2.75rem;
}
.tailwind-import .pt-12 {
  padding-top: 3rem;
}
.tailwind-import .pr-12 {
  padding-right: 3rem;
}
.tailwind-import .pb-12 {
  padding-bottom: 3rem;
}
.tailwind-import .pl-12 {
  padding-left: 3rem;
}
.tailwind-import .pt-14 {
  padding-top: 3.5rem;
}
.tailwind-import .pr-14 {
  padding-right: 3.5rem;
}
.tailwind-import .pb-14 {
  padding-bottom: 3.5rem;
}
.tailwind-import .pl-14 {
  padding-left: 3.5rem;
}
.tailwind-import .pt-16 {
  padding-top: 4rem;
}
.tailwind-import .pr-16 {
  padding-right: 4rem;
}
.tailwind-import .pb-16 {
  padding-bottom: 4rem;
}
.tailwind-import .pl-16 {
  padding-left: 4rem;
}
.tailwind-import .pt-20 {
  padding-top: 5rem;
}
.tailwind-import .pr-20 {
  padding-right: 5rem;
}
.tailwind-import .pb-20 {
  padding-bottom: 5rem;
}
.tailwind-import .pl-20 {
  padding-left: 5rem;
}
.tailwind-import .pt-24 {
  padding-top: 6rem;
}
.tailwind-import .pr-24 {
  padding-right: 6rem;
}
.tailwind-import .pb-24 {
  padding-bottom: 6rem;
}
.tailwind-import .pl-24 {
  padding-left: 6rem;
}
.tailwind-import .pt-28 {
  padding-top: 7rem;
}
.tailwind-import .pr-28 {
  padding-right: 7rem;
}
.tailwind-import .pb-28 {
  padding-bottom: 7rem;
}
.tailwind-import .pl-28 {
  padding-left: 7rem;
}
.tailwind-import .pt-32 {
  padding-top: 8rem;
}
.tailwind-import .pr-32 {
  padding-right: 8rem;
}
.tailwind-import .pb-32 {
  padding-bottom: 8rem;
}
.tailwind-import .pl-32 {
  padding-left: 8rem;
}
.tailwind-import .pt-36 {
  padding-top: 9rem;
}
.tailwind-import .pr-36 {
  padding-right: 9rem;
}
.tailwind-import .pb-36 {
  padding-bottom: 9rem;
}
.tailwind-import .pl-36 {
  padding-left: 9rem;
}
.tailwind-import .pt-40 {
  padding-top: 10rem;
}
.tailwind-import .pr-40 {
  padding-right: 10rem;
}
.tailwind-import .pb-40 {
  padding-bottom: 10rem;
}
.tailwind-import .pl-40 {
  padding-left: 10rem;
}
.tailwind-import .pt-44 {
  padding-top: 11rem;
}
.tailwind-import .pr-44 {
  padding-right: 11rem;
}
.tailwind-import .pb-44 {
  padding-bottom: 11rem;
}
.tailwind-import .pl-44 {
  padding-left: 11rem;
}
.tailwind-import .pt-48 {
  padding-top: 12rem;
}
.tailwind-import .pr-48 {
  padding-right: 12rem;
}
.tailwind-import .pb-48 {
  padding-bottom: 12rem;
}
.tailwind-import .pl-48 {
  padding-left: 12rem;
}
.tailwind-import .pt-52 {
  padding-top: 13rem;
}
.tailwind-import .pr-52 {
  padding-right: 13rem;
}
.tailwind-import .pb-52 {
  padding-bottom: 13rem;
}
.tailwind-import .pl-52 {
  padding-left: 13rem;
}
.tailwind-import .pt-56 {
  padding-top: 14rem;
}
.tailwind-import .pr-56 {
  padding-right: 14rem;
}
.tailwind-import .pb-56 {
  padding-bottom: 14rem;
}
.tailwind-import .pl-56 {
  padding-left: 14rem;
}
.tailwind-import .pt-60 {
  padding-top: 15rem;
}
.tailwind-import .pr-60 {
  padding-right: 15rem;
}
.tailwind-import .pb-60 {
  padding-bottom: 15rem;
}
.tailwind-import .pl-60 {
  padding-left: 15rem;
}
.tailwind-import .pt-64 {
  padding-top: 16rem;
}
.tailwind-import .pr-64 {
  padding-right: 16rem;
}
.tailwind-import .pb-64 {
  padding-bottom: 16rem;
}
.tailwind-import .pl-64 {
  padding-left: 16rem;
}
.tailwind-import .pt-72 {
  padding-top: 18rem;
}
.tailwind-import .pr-72 {
  padding-right: 18rem;
}
.tailwind-import .pb-72 {
  padding-bottom: 18rem;
}
.tailwind-import .pl-72 {
  padding-left: 18rem;
}
.tailwind-import .pt-80 {
  padding-top: 20rem;
}
.tailwind-import .pr-80 {
  padding-right: 20rem;
}
.tailwind-import .pb-80 {
  padding-bottom: 20rem;
}
.tailwind-import .pl-80 {
  padding-left: 20rem;
}
.tailwind-import .pt-96 {
  padding-top: 24rem;
}
.tailwind-import .pr-96 {
  padding-right: 24rem;
}
.tailwind-import .pb-96 {
  padding-bottom: 24rem;
}
.tailwind-import .pl-96 {
  padding-left: 24rem;
}
.tailwind-import .pt-px {
  padding-top: 1px;
}
.tailwind-import .pr-px {
  padding-right: 1px;
}
.tailwind-import .pb-px {
  padding-bottom: 1px;
}
.tailwind-import .pl-px {
  padding-left: 1px;
}
.tailwind-import .pt-0\.5 {
  padding-top: 0.125rem;
}
.tailwind-import .pr-0\.5 {
  padding-right: 0.125rem;
}
.tailwind-import .pb-0\.5 {
  padding-bottom: 0.125rem;
}
.tailwind-import .pl-0\.5 {
  padding-left: 0.125rem;
}
.tailwind-import .pt-1\.5 {
  padding-top: 0.375rem;
}
.tailwind-import .pr-1\.5 {
  padding-right: 0.375rem;
}
.tailwind-import .pb-1\.5 {
  padding-bottom: 0.375rem;
}
.tailwind-import .pl-1\.5 {
  padding-left: 0.375rem;
}
.tailwind-import .pt-2\.5 {
  padding-top: 0.625rem;
}
.tailwind-import .pr-2\.5 {
  padding-right: 0.625rem;
}
.tailwind-import .pb-2\.5 {
  padding-bottom: 0.625rem;
}
.tailwind-import .pl-2\.5 {
  padding-left: 0.625rem;
}
.tailwind-import .pt-3\.5 {
  padding-top: 0.875rem;
}
.tailwind-import .pr-3\.5 {
  padding-right: 0.875rem;
}
.tailwind-import .pb-3\.5 {
  padding-bottom: 0.875rem;
}
.tailwind-import .pl-3\.5 {
  padding-left: 0.875rem;
}
.tailwind-import .placeholder-transparent::placeholder {
  color: transparent;
}
.tailwind-import .placeholder-current::placeholder {
  color: currentColor;
}
.tailwind-import .placeholder-black::placeholder {
  color: black;
}
.tailwind-import .placeholder-white::placeholder {
  color: white;
}
.tailwind-import .placeholder-gray-50::placeholder {
  color: #f9fafb;
}
.tailwind-import .placeholder-gray-100::placeholder {
  color: #f3f4f6;
}
.tailwind-import .placeholder-gray-200::placeholder {
  color: #e5e7eb;
}
.tailwind-import .placeholder-gray-300::placeholder {
  color: #d1d5db;
}
.tailwind-import .placeholder-gray-400::placeholder {
  color: #9ca3af;
}
.tailwind-import .placeholder-gray-500::placeholder {
  color: #6b7280;
}
.tailwind-import .placeholder-gray-600::placeholder {
  color: #4b5563;
}
.tailwind-import .placeholder-gray-700::placeholder {
  color: #374151;
}
.tailwind-import .placeholder-gray-800::placeholder {
  color: #1f2937;
}
.tailwind-import .placeholder-gray-900::placeholder {
  color: #111827;
}
.tailwind-import .placeholder-red-50::placeholder {
  color: #fef2f2;
}
.tailwind-import .placeholder-red-100::placeholder {
  color: #fee2e2;
}
.tailwind-import .placeholder-red-200::placeholder {
  color: #fecaca;
}
.tailwind-import .placeholder-red-300::placeholder {
  color: #fca5a5;
}
.tailwind-import .placeholder-red-400::placeholder {
  color: #f87171;
}
.tailwind-import .placeholder-red-500::placeholder {
  color: #ef4444;
}
.tailwind-import .placeholder-red-600::placeholder {
  color: #dc2626;
}
.tailwind-import .placeholder-red-700::placeholder {
  color: #b91c1c;
}
.tailwind-import .placeholder-red-800::placeholder {
  color: #991b1b;
}
.tailwind-import .placeholder-red-900::placeholder {
  color: #7f1d1d;
}
.tailwind-import .placeholder-yellow-50::placeholder {
  color: #fffbeb;
}
.tailwind-import .placeholder-yellow-100::placeholder {
  color: #fef3c7;
}
.tailwind-import .placeholder-yellow-200::placeholder {
  color: #fde68a;
}
.tailwind-import .placeholder-yellow-300::placeholder {
  color: #fcd34d;
}
.tailwind-import .placeholder-yellow-400::placeholder {
  color: #fbbf24;
}
.tailwind-import .placeholder-yellow-500::placeholder {
  color: #f59e0b;
}
.tailwind-import .placeholder-yellow-600::placeholder {
  color: #d97706;
}
.tailwind-import .placeholder-yellow-700::placeholder {
  color: #b45309;
}
.tailwind-import .placeholder-yellow-800::placeholder {
  color: #92400e;
}
.tailwind-import .placeholder-yellow-900::placeholder {
  color: #78350f;
}
.tailwind-import .placeholder-green-50::placeholder {
  color: #ecfdf5;
}
.tailwind-import .placeholder-green-100::placeholder {
  color: #d1fae5;
}
.tailwind-import .placeholder-green-200::placeholder {
  color: #a7f3d0;
}
.tailwind-import .placeholder-green-300::placeholder {
  color: #6ee7b7;
}
.tailwind-import .placeholder-green-400::placeholder {
  color: #34d399;
}
.tailwind-import .placeholder-green-500::placeholder {
  color: #10b981;
}
.tailwind-import .placeholder-green-600::placeholder {
  color: #059669;
}
.tailwind-import .placeholder-green-700::placeholder {
  color: #047857;
}
.tailwind-import .placeholder-green-800::placeholder {
  color: #065f46;
}
.tailwind-import .placeholder-green-900::placeholder {
  color: #064e3b;
}
.tailwind-import .placeholder-blue-50::placeholder {
  color: #eff6ff;
}
.tailwind-import .placeholder-blue-100::placeholder {
  color: #dbeafe;
}
.tailwind-import .placeholder-blue-200::placeholder {
  color: #bfdbfe;
}
.tailwind-import .placeholder-blue-300::placeholder {
  color: #93c5fd;
}
.tailwind-import .placeholder-blue-400::placeholder {
  color: #60a5fa;
}
.tailwind-import .placeholder-blue-500::placeholder {
  color: #3b82f6;
}
.tailwind-import .placeholder-blue-600::placeholder {
  color: #2563eb;
}
.tailwind-import .placeholder-blue-700::placeholder {
  color: #1d4ed8;
}
.tailwind-import .placeholder-blue-800::placeholder {
  color: #1e40af;
}
.tailwind-import .placeholder-blue-900::placeholder {
  color: #1e3a8a;
}
.tailwind-import .placeholder-indigo-50::placeholder {
  color: #eef2ff;
}
.tailwind-import .placeholder-indigo-100::placeholder {
  color: #e0e7ff;
}
.tailwind-import .placeholder-indigo-200::placeholder {
  color: #c7d2fe;
}
.tailwind-import .placeholder-indigo-300::placeholder {
  color: #a5b4fc;
}
.tailwind-import .placeholder-indigo-400::placeholder {
  color: #818cf8;
}
.tailwind-import .placeholder-indigo-500::placeholder {
  color: #6366f1;
}
.tailwind-import .placeholder-indigo-600::placeholder {
  color: #4f46e5;
}
.tailwind-import .placeholder-indigo-700::placeholder {
  color: #4338ca;
}
.tailwind-import .placeholder-indigo-800::placeholder {
  color: #3730a3;
}
.tailwind-import .placeholder-indigo-900::placeholder {
  color: #312e81;
}
.tailwind-import .placeholder-purple-50::placeholder {
  color: #f5f3ff;
}
.tailwind-import .placeholder-purple-100::placeholder {
  color: #ede9fe;
}
.tailwind-import .placeholder-purple-200::placeholder {
  color: #ddd6fe;
}
.tailwind-import .placeholder-purple-300::placeholder {
  color: #c4b5fd;
}
.tailwind-import .placeholder-purple-400::placeholder {
  color: #a78bfa;
}
.tailwind-import .placeholder-purple-500::placeholder {
  color: #8b5cf6;
}
.tailwind-import .placeholder-purple-600::placeholder {
  color: #7c3aed;
}
.tailwind-import .placeholder-purple-700::placeholder {
  color: #6d28d9;
}
.tailwind-import .placeholder-purple-800::placeholder {
  color: #5b21b6;
}
.tailwind-import .placeholder-purple-900::placeholder {
  color: #4c1d95;
}
.tailwind-import .placeholder-pink-50::placeholder {
  color: #fdf2f8;
}
.tailwind-import .placeholder-pink-100::placeholder {
  color: #fce7f3;
}
.tailwind-import .placeholder-pink-200::placeholder {
  color: #fbcfe8;
}
.tailwind-import .placeholder-pink-300::placeholder {
  color: #f9a8d4;
}
.tailwind-import .placeholder-pink-400::placeholder {
  color: #f472b6;
}
.tailwind-import .placeholder-pink-500::placeholder {
  color: #ec4899;
}
.tailwind-import .placeholder-pink-600::placeholder {
  color: #db2777;
}
.tailwind-import .placeholder-pink-700::placeholder {
  color: #be185d;
}
.tailwind-import .placeholder-pink-800::placeholder {
  color: #9d174d;
}
.tailwind-import .placeholder-pink-900::placeholder {
  color: #831843;
}
.tailwind-import .focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}
.tailwind-import .focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}
.tailwind-import .focus\:placeholder-black:focus::placeholder {
  color: black;
}
.tailwind-import .focus\:placeholder-white:focus::placeholder {
  color: white;
}
.tailwind-import .focus\:placeholder-gray-50:focus::placeholder {
  color: #f9fafb;
}
.tailwind-import .focus\:placeholder-gray-100:focus::placeholder {
  color: #f3f4f6;
}
.tailwind-import .focus\:placeholder-gray-200:focus::placeholder {
  color: #e5e7eb;
}
.tailwind-import .focus\:placeholder-gray-300:focus::placeholder {
  color: #d1d5db;
}
.tailwind-import .focus\:placeholder-gray-400:focus::placeholder {
  color: #9ca3af;
}
.tailwind-import .focus\:placeholder-gray-500:focus::placeholder {
  color: #6b7280;
}
.tailwind-import .focus\:placeholder-gray-600:focus::placeholder {
  color: #4b5563;
}
.tailwind-import .focus\:placeholder-gray-700:focus::placeholder {
  color: #374151;
}
.tailwind-import .focus\:placeholder-gray-800:focus::placeholder {
  color: #1f2937;
}
.tailwind-import .focus\:placeholder-gray-900:focus::placeholder {
  color: #111827;
}
.tailwind-import .focus\:placeholder-red-50:focus::placeholder {
  color: #fef2f2;
}
.tailwind-import .focus\:placeholder-red-100:focus::placeholder {
  color: #fee2e2;
}
.tailwind-import .focus\:placeholder-red-200:focus::placeholder {
  color: #fecaca;
}
.tailwind-import .focus\:placeholder-red-300:focus::placeholder {
  color: #fca5a5;
}
.tailwind-import .focus\:placeholder-red-400:focus::placeholder {
  color: #f87171;
}
.tailwind-import .focus\:placeholder-red-500:focus::placeholder {
  color: #ef4444;
}
.tailwind-import .focus\:placeholder-red-600:focus::placeholder {
  color: #dc2626;
}
.tailwind-import .focus\:placeholder-red-700:focus::placeholder {
  color: #b91c1c;
}
.tailwind-import .focus\:placeholder-red-800:focus::placeholder {
  color: #991b1b;
}
.tailwind-import .focus\:placeholder-red-900:focus::placeholder {
  color: #7f1d1d;
}
.tailwind-import .focus\:placeholder-yellow-50:focus::placeholder {
  color: #fffbeb;
}
.tailwind-import .focus\:placeholder-yellow-100:focus::placeholder {
  color: #fef3c7;
}
.tailwind-import .focus\:placeholder-yellow-200:focus::placeholder {
  color: #fde68a;
}
.tailwind-import .focus\:placeholder-yellow-300:focus::placeholder {
  color: #fcd34d;
}
.tailwind-import .focus\:placeholder-yellow-400:focus::placeholder {
  color: #fbbf24;
}
.tailwind-import .focus\:placeholder-yellow-500:focus::placeholder {
  color: #f59e0b;
}
.tailwind-import .focus\:placeholder-yellow-600:focus::placeholder {
  color: #d97706;
}
.tailwind-import .focus\:placeholder-yellow-700:focus::placeholder {
  color: #b45309;
}
.tailwind-import .focus\:placeholder-yellow-800:focus::placeholder {
  color: #92400e;
}
.tailwind-import .focus\:placeholder-yellow-900:focus::placeholder {
  color: #78350f;
}
.tailwind-import .focus\:placeholder-green-50:focus::placeholder {
  color: #ecfdf5;
}
.tailwind-import .focus\:placeholder-green-100:focus::placeholder {
  color: #d1fae5;
}
.tailwind-import .focus\:placeholder-green-200:focus::placeholder {
  color: #a7f3d0;
}
.tailwind-import .focus\:placeholder-green-300:focus::placeholder {
  color: #6ee7b7;
}
.tailwind-import .focus\:placeholder-green-400:focus::placeholder {
  color: #34d399;
}
.tailwind-import .focus\:placeholder-green-500:focus::placeholder {
  color: #10b981;
}
.tailwind-import .focus\:placeholder-green-600:focus::placeholder {
  color: #059669;
}
.tailwind-import .focus\:placeholder-green-700:focus::placeholder {
  color: #047857;
}
.tailwind-import .focus\:placeholder-green-800:focus::placeholder {
  color: #065f46;
}
.tailwind-import .focus\:placeholder-green-900:focus::placeholder {
  color: #064e3b;
}
.tailwind-import .focus\:placeholder-blue-50:focus::placeholder {
  color: #eff6ff;
}
.tailwind-import .focus\:placeholder-blue-100:focus::placeholder {
  color: #dbeafe;
}
.tailwind-import .focus\:placeholder-blue-200:focus::placeholder {
  color: #bfdbfe;
}
.tailwind-import .focus\:placeholder-blue-300:focus::placeholder {
  color: #93c5fd;
}
.tailwind-import .focus\:placeholder-blue-400:focus::placeholder {
  color: #60a5fa;
}
.tailwind-import .focus\:placeholder-blue-500:focus::placeholder {
  color: #3b82f6;
}
.tailwind-import .focus\:placeholder-blue-600:focus::placeholder {
  color: #2563eb;
}
.tailwind-import .focus\:placeholder-blue-700:focus::placeholder {
  color: #1d4ed8;
}
.tailwind-import .focus\:placeholder-blue-800:focus::placeholder {
  color: #1e40af;
}
.tailwind-import .focus\:placeholder-blue-900:focus::placeholder {
  color: #1e3a8a;
}
.tailwind-import .focus\:placeholder-indigo-50:focus::placeholder {
  color: #eef2ff;
}
.tailwind-import .focus\:placeholder-indigo-100:focus::placeholder {
  color: #e0e7ff;
}
.tailwind-import .focus\:placeholder-indigo-200:focus::placeholder {
  color: #c7d2fe;
}
.tailwind-import .focus\:placeholder-indigo-300:focus::placeholder {
  color: #a5b4fc;
}
.tailwind-import .focus\:placeholder-indigo-400:focus::placeholder {
  color: #818cf8;
}
.tailwind-import .focus\:placeholder-indigo-500:focus::placeholder {
  color: #6366f1;
}
.tailwind-import .focus\:placeholder-indigo-600:focus::placeholder {
  color: #4f46e5;
}
.tailwind-import .focus\:placeholder-indigo-700:focus::placeholder {
  color: #4338ca;
}
.tailwind-import .focus\:placeholder-indigo-800:focus::placeholder {
  color: #3730a3;
}
.tailwind-import .focus\:placeholder-indigo-900:focus::placeholder {
  color: #312e81;
}
.tailwind-import .focus\:placeholder-purple-50:focus::placeholder {
  color: #f5f3ff;
}
.tailwind-import .focus\:placeholder-purple-100:focus::placeholder {
  color: #ede9fe;
}
.tailwind-import .focus\:placeholder-purple-200:focus::placeholder {
  color: #ddd6fe;
}
.tailwind-import .focus\:placeholder-purple-300:focus::placeholder {
  color: #c4b5fd;
}
.tailwind-import .focus\:placeholder-purple-400:focus::placeholder {
  color: #a78bfa;
}
.tailwind-import .focus\:placeholder-purple-500:focus::placeholder {
  color: #8b5cf6;
}
.tailwind-import .focus\:placeholder-purple-600:focus::placeholder {
  color: #7c3aed;
}
.tailwind-import .focus\:placeholder-purple-700:focus::placeholder {
  color: #6d28d9;
}
.tailwind-import .focus\:placeholder-purple-800:focus::placeholder {
  color: #5b21b6;
}
.tailwind-import .focus\:placeholder-purple-900:focus::placeholder {
  color: #4c1d95;
}
.tailwind-import .focus\:placeholder-pink-50:focus::placeholder {
  color: #fdf2f8;
}
.tailwind-import .focus\:placeholder-pink-100:focus::placeholder {
  color: #fce7f3;
}
.tailwind-import .focus\:placeholder-pink-200:focus::placeholder {
  color: #fbcfe8;
}
.tailwind-import .focus\:placeholder-pink-300:focus::placeholder {
  color: #f9a8d4;
}
.tailwind-import .focus\:placeholder-pink-400:focus::placeholder {
  color: #f472b6;
}
.tailwind-import .focus\:placeholder-pink-500:focus::placeholder {
  color: #ec4899;
}
.tailwind-import .focus\:placeholder-pink-600:focus::placeholder {
  color: #db2777;
}
.tailwind-import .focus\:placeholder-pink-700:focus::placeholder {
  color: #be185d;
}
.tailwind-import .focus\:placeholder-pink-800:focus::placeholder {
  color: #9d174d;
}
.tailwind-import .focus\:placeholder-pink-900:focus::placeholder {
  color: #831843;
}
.tailwind-import .pointer-events-none {
  pointer-events: none;
}
.tailwind-import .pointer-events-auto {
  pointer-events: auto;
}
.tailwind-import .static {
  position: static;
}
.tailwind-import .fixed {
  position: fixed;
}
.tailwind-import .absolute {
  position: absolute;
}
.tailwind-import .relative {
  position: relative;
}
.tailwind-import .sticky {
  position: -webkit-sticky;
  position: sticky;
}
.tailwind-import .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.tailwind-import .inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}
.tailwind-import .inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}
.tailwind-import .inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}
.tailwind-import .inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.tailwind-import .inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}
.tailwind-import .inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}
.tailwind-import .inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}
.tailwind-import .inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}
.tailwind-import .inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}
.tailwind-import .inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}
.tailwind-import .inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}
.tailwind-import .inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}
.tailwind-import .inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}
.tailwind-import .inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}
.tailwind-import .inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}
.tailwind-import .inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}
.tailwind-import .inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}
.tailwind-import .inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}
.tailwind-import .inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}
.tailwind-import .inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}
.tailwind-import .inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}
.tailwind-import .inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}
.tailwind-import .inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}
.tailwind-import .inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}
.tailwind-import .inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}
.tailwind-import .inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}
.tailwind-import .inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}
.tailwind-import .inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}
.tailwind-import .inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}
.tailwind-import .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tailwind-import .inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.tailwind-import .inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}
.tailwind-import .inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}
.tailwind-import .inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}
.tailwind-import .inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}
.tailwind-import .-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.tailwind-import .-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}
.tailwind-import .-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}
.tailwind-import .-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}
.tailwind-import .-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}
.tailwind-import .-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}
.tailwind-import .-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}
.tailwind-import .-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}
.tailwind-import .-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}
.tailwind-import .-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}
.tailwind-import .-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}
.tailwind-import .-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}
.tailwind-import .-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}
.tailwind-import .-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}
.tailwind-import .-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}
.tailwind-import .-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}
.tailwind-import .-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}
.tailwind-import .-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}
.tailwind-import .-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}
.tailwind-import .-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}
.tailwind-import .-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}
.tailwind-import .-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}
.tailwind-import .-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}
.tailwind-import .-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}
.tailwind-import .-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}
.tailwind-import .-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}
.tailwind-import .-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}
.tailwind-import .-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}
.tailwind-import .-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}
.tailwind-import .-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}
.tailwind-import .-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.tailwind-import .-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}
.tailwind-import .-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}
.tailwind-import .-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}
.tailwind-import .-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}
.tailwind-import .inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.tailwind-import .inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}
.tailwind-import .inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}
.tailwind-import .inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}
.tailwind-import .inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.tailwind-import .inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}
.tailwind-import .inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}
.tailwind-import .-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.tailwind-import .-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}
.tailwind-import .-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}
.tailwind-import .-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}
.tailwind-import .-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.tailwind-import .-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}
.tailwind-import .-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.tailwind-import .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.tailwind-import .inset-x-0 {
  right: 0px;
  left: 0px;
}
.tailwind-import .inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.tailwind-import .inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}
.tailwind-import .inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}
.tailwind-import .inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}
.tailwind-import .inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}
.tailwind-import .inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}
.tailwind-import .inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}
.tailwind-import .inset-x-4 {
  right: 1rem;
  left: 1rem;
}
.tailwind-import .inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}
.tailwind-import .inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}
.tailwind-import .inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}
.tailwind-import .inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}
.tailwind-import .inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}
.tailwind-import .inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}
.tailwind-import .inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}
.tailwind-import .inset-x-8 {
  right: 2rem;
  left: 2rem;
}
.tailwind-import .inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}
.tailwind-import .inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}
.tailwind-import .inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}
.tailwind-import .inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}
.tailwind-import .inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}
.tailwind-import .inset-x-11 {
  right: 2.75rem;
  left: 2.75rem;
}
.tailwind-import .inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}
.tailwind-import .inset-x-12 {
  right: 3rem;
  left: 3rem;
}
.tailwind-import .inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}
.tailwind-import .inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}
.tailwind-import .inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}
.tailwind-import .inset-x-16 {
  right: 4rem;
  left: 4rem;
}
.tailwind-import .inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}
.tailwind-import .inset-x-20 {
  right: 5rem;
  left: 5rem;
}
.tailwind-import .inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}
.tailwind-import .inset-x-24 {
  right: 6rem;
  left: 6rem;
}
.tailwind-import .inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}
.tailwind-import .inset-x-28 {
  right: 7rem;
  left: 7rem;
}
.tailwind-import .inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}
.tailwind-import .inset-x-32 {
  right: 8rem;
  left: 8rem;
}
.tailwind-import .inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}
.tailwind-import .inset-x-36 {
  right: 9rem;
  left: 9rem;
}
.tailwind-import .inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}
.tailwind-import .inset-x-40 {
  right: 10rem;
  left: 10rem;
}
.tailwind-import .inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}
.tailwind-import .inset-x-44 {
  right: 11rem;
  left: 11rem;
}
.tailwind-import .inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}
.tailwind-import .inset-x-48 {
  right: 12rem;
  left: 12rem;
}
.tailwind-import .inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}
.tailwind-import .inset-x-52 {
  right: 13rem;
  left: 13rem;
}
.tailwind-import .inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}
.tailwind-import .inset-x-56 {
  right: 14rem;
  left: 14rem;
}
.tailwind-import .inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}
.tailwind-import .inset-x-60 {
  right: 15rem;
  left: 15rem;
}
.tailwind-import .inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}
.tailwind-import .inset-x-64 {
  right: 16rem;
  left: 16rem;
}
.tailwind-import .inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}
.tailwind-import .inset-x-72 {
  right: 18rem;
  left: 18rem;
}
.tailwind-import .inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}
.tailwind-import .inset-x-80 {
  right: 20rem;
  left: 20rem;
}
.tailwind-import .inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}
.tailwind-import .inset-x-96 {
  right: 24rem;
  left: 24rem;
}
.tailwind-import .inset-y-auto {
  top: auto;
  bottom: auto;
}
.tailwind-import .inset-x-auto {
  right: auto;
  left: auto;
}
.tailwind-import .inset-y-px {
  top: 1px;
  bottom: 1px;
}
.tailwind-import .inset-x-px {
  right: 1px;
  left: 1px;
}
.tailwind-import .inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}
.tailwind-import .inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem;
}
.tailwind-import .inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}
.tailwind-import .inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem;
}
.tailwind-import .inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}
.tailwind-import .inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem;
}
.tailwind-import .inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}
.tailwind-import .inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem;
}
.tailwind-import .-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.tailwind-import .-inset-x-0 {
  right: 0px;
  left: 0px;
}
.tailwind-import .-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}
.tailwind-import .-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem;
}
.tailwind-import .-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}
.tailwind-import .-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem;
}
.tailwind-import .-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}
.tailwind-import .-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem;
}
.tailwind-import .-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}
.tailwind-import .-inset-x-4 {
  right: -1rem;
  left: -1rem;
}
.tailwind-import .-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}
.tailwind-import .-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem;
}
.tailwind-import .-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}
.tailwind-import .-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem;
}
.tailwind-import .-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}
.tailwind-import .-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem;
}
.tailwind-import .-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}
.tailwind-import .-inset-x-8 {
  right: -2rem;
  left: -2rem;
}
.tailwind-import .-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}
.tailwind-import .-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem;
}
.tailwind-import .-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}
.tailwind-import .-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem;
}
.tailwind-import .-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}
.tailwind-import .-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem;
}
.tailwind-import .-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}
.tailwind-import .-inset-x-12 {
  right: -3rem;
  left: -3rem;
}
.tailwind-import .-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}
.tailwind-import .-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem;
}
.tailwind-import .-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}
.tailwind-import .-inset-x-16 {
  right: -4rem;
  left: -4rem;
}
.tailwind-import .-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}
.tailwind-import .-inset-x-20 {
  right: -5rem;
  left: -5rem;
}
.tailwind-import .-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}
.tailwind-import .-inset-x-24 {
  right: -6rem;
  left: -6rem;
}
.tailwind-import .-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}
.tailwind-import .-inset-x-28 {
  right: -7rem;
  left: -7rem;
}
.tailwind-import .-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}
.tailwind-import .-inset-x-32 {
  right: -8rem;
  left: -8rem;
}
.tailwind-import .-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}
.tailwind-import .-inset-x-36 {
  right: -9rem;
  left: -9rem;
}
.tailwind-import .-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}
.tailwind-import .-inset-x-40 {
  right: -10rem;
  left: -10rem;
}
.tailwind-import .-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}
.tailwind-import .-inset-x-44 {
  right: -11rem;
  left: -11rem;
}
.tailwind-import .-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}
.tailwind-import .-inset-x-48 {
  right: -12rem;
  left: -12rem;
}
.tailwind-import .-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}
.tailwind-import .-inset-x-52 {
  right: -13rem;
  left: -13rem;
}
.tailwind-import .-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}
.tailwind-import .-inset-x-56 {
  right: -14rem;
  left: -14rem;
}
.tailwind-import .-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}
.tailwind-import .-inset-x-60 {
  right: -15rem;
  left: -15rem;
}
.tailwind-import .-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}
.tailwind-import .-inset-x-64 {
  right: -16rem;
  left: -16rem;
}
.tailwind-import .-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}
.tailwind-import .-inset-x-72 {
  right: -18rem;
  left: -18rem;
}
.tailwind-import .-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}
.tailwind-import .-inset-x-80 {
  right: -20rem;
  left: -20rem;
}
.tailwind-import .-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}
.tailwind-import .-inset-x-96 {
  right: -24rem;
  left: -24rem;
}
.tailwind-import .-inset-y-px {
  top: -1px;
  bottom: -1px;
}
.tailwind-import .-inset-x-px {
  right: -1px;
  left: -1px;
}
.tailwind-import .-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}
.tailwind-import .-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem;
}
.tailwind-import .-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}
.tailwind-import .-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem;
}
.tailwind-import .-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}
.tailwind-import .-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem;
}
.tailwind-import .-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}
.tailwind-import .-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem;
}
.tailwind-import .inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.tailwind-import .inset-x-1\/2 {
  right: 50%;
  left: 50%;
}
.tailwind-import .inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}
.tailwind-import .inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%;
}
.tailwind-import .inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}
.tailwind-import .inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%;
}
.tailwind-import .inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}
.tailwind-import .inset-x-1\/4 {
  right: 25%;
  left: 25%;
}
.tailwind-import .inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}
.tailwind-import .inset-x-2\/4 {
  right: 50%;
  left: 50%;
}
.tailwind-import .inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}
.tailwind-import .inset-x-3\/4 {
  right: 75%;
  left: 75%;
}
.tailwind-import .inset-y-full {
  top: 100%;
  bottom: 100%;
}
.tailwind-import .inset-x-full {
  right: 100%;
  left: 100%;
}
.tailwind-import .-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}
.tailwind-import .-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}
.tailwind-import .-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}
.tailwind-import .-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%;
}
.tailwind-import .-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}
.tailwind-import .-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%;
}
.tailwind-import .-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}
.tailwind-import .-inset-x-1\/4 {
  right: -25%;
  left: -25%;
}
.tailwind-import .-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}
.tailwind-import .-inset-x-2\/4 {
  right: -50%;
  left: -50%;
}
.tailwind-import .-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}
.tailwind-import .-inset-x-3\/4 {
  right: -75%;
  left: -75%;
}
.tailwind-import .-inset-y-full {
  top: -100%;
  bottom: -100%;
}
.tailwind-import .-inset-x-full {
  right: -100%;
  left: -100%;
}
.tailwind-import .top-0 {
  top: 0px;
}
.tailwind-import .right-0 {
  right: 0px;
}
.tailwind-import .bottom-0 {
  bottom: 0px;
}
.tailwind-import .left-0 {
  left: 0px;
}
.tailwind-import .top-1 {
  top: 0.25rem;
}
.tailwind-import .right-1 {
  right: 0.25rem;
}
.tailwind-import .bottom-1 {
  bottom: 0.25rem;
}
.tailwind-import .left-1 {
  left: 0.25rem;
}
.tailwind-import .top-2 {
  top: 0.5rem;
}
.tailwind-import .right-2 {
  right: 0.5rem;
}
.tailwind-import .bottom-2 {
  bottom: 0.5rem;
}
.tailwind-import .left-2 {
  left: 0.5rem;
}
.tailwind-import .top-3 {
  top: 0.75rem;
}
.tailwind-import .right-3 {
  right: 0.75rem;
}
.tailwind-import .bottom-3 {
  bottom: 0.75rem;
}
.tailwind-import .left-3 {
  left: 0.75rem;
}
.tailwind-import .top-4 {
  top: 1rem;
}
.tailwind-import .right-4 {
  right: 1rem;
}
.tailwind-import .bottom-4 {
  bottom: 1rem;
}
.tailwind-import .left-4 {
  left: 1rem;
}
.tailwind-import .top-5 {
  top: 1.25rem;
}
.tailwind-import .right-5 {
  right: 1.25rem;
}
.tailwind-import .bottom-5 {
  bottom: 1.25rem;
}
.tailwind-import .left-5 {
  left: 1.25rem;
}
.tailwind-import .top-6 {
  top: 1.5rem;
}
.tailwind-import .right-6 {
  right: 1.5rem;
}
.tailwind-import .bottom-6 {
  bottom: 1.5rem;
}
.tailwind-import .left-6 {
  left: 1.5rem;
}
.tailwind-import .top-7 {
  top: 1.75rem;
}
.tailwind-import .right-7 {
  right: 1.75rem;
}
.tailwind-import .bottom-7 {
  bottom: 1.75rem;
}
.tailwind-import .left-7 {
  left: 1.75rem;
}
.tailwind-import .top-8 {
  top: 2rem;
}
.tailwind-import .right-8 {
  right: 2rem;
}
.tailwind-import .bottom-8 {
  bottom: 2rem;
}
.tailwind-import .left-8 {
  left: 2rem;
}
.tailwind-import .top-9 {
  top: 2.25rem;
}
.tailwind-import .right-9 {
  right: 2.25rem;
}
.tailwind-import .bottom-9 {
  bottom: 2.25rem;
}
.tailwind-import .left-9 {
  left: 2.25rem;
}
.tailwind-import .top-10 {
  top: 2.5rem;
}
.tailwind-import .right-10 {
  right: 2.5rem;
}
.tailwind-import .bottom-10 {
  bottom: 2.5rem;
}
.tailwind-import .left-10 {
  left: 2.5rem;
}
.tailwind-import .top-11 {
  top: 2.75rem;
}
.tailwind-import .right-11 {
  right: 2.75rem;
}
.tailwind-import .bottom-11 {
  bottom: 2.75rem;
}
.tailwind-import .left-11 {
  left: 2.75rem;
}
.tailwind-import .top-12 {
  top: 3rem;
}
.tailwind-import .right-12 {
  right: 3rem;
}
.tailwind-import .bottom-12 {
  bottom: 3rem;
}
.tailwind-import .left-12 {
  left: 3rem;
}
.tailwind-import .top-14 {
  top: 3.5rem;
}
.tailwind-import .right-14 {
  right: 3.5rem;
}
.tailwind-import .bottom-14 {
  bottom: 3.5rem;
}
.tailwind-import .left-14 {
  left: 3.5rem;
}
.tailwind-import .top-16 {
  top: 4rem;
}
.tailwind-import .right-16 {
  right: 4rem;
}
.tailwind-import .bottom-16 {
  bottom: 4rem;
}
.tailwind-import .left-16 {
  left: 4rem;
}
.tailwind-import .top-20 {
  top: 5rem;
}
.tailwind-import .right-20 {
  right: 5rem;
}
.tailwind-import .bottom-20 {
  bottom: 5rem;
}
.tailwind-import .left-20 {
  left: 5rem;
}
.tailwind-import .top-24 {
  top: 6rem;
}
.tailwind-import .right-24 {
  right: 6rem;
}
.tailwind-import .bottom-24 {
  bottom: 6rem;
}
.tailwind-import .left-24 {
  left: 6rem;
}
.tailwind-import .top-28 {
  top: 7rem;
}
.tailwind-import .right-28 {
  right: 7rem;
}
.tailwind-import .bottom-28 {
  bottom: 7rem;
}
.tailwind-import .left-28 {
  left: 7rem;
}
.tailwind-import .top-32 {
  top: 8rem;
}
.tailwind-import .right-32 {
  right: 8rem;
}
.tailwind-import .bottom-32 {
  bottom: 8rem;
}
.tailwind-import .left-32 {
  left: 8rem;
}
.tailwind-import .top-36 {
  top: 9rem;
}
.tailwind-import .right-36 {
  right: 9rem;
}
.tailwind-import .bottom-36 {
  bottom: 9rem;
}
.tailwind-import .left-36 {
  left: 9rem;
}
.tailwind-import .top-40 {
  top: 10rem;
}
.tailwind-import .right-40 {
  right: 10rem;
}
.tailwind-import .bottom-40 {
  bottom: 10rem;
}
.tailwind-import .left-40 {
  left: 10rem;
}
.tailwind-import .top-44 {
  top: 11rem;
}
.tailwind-import .right-44 {
  right: 11rem;
}
.tailwind-import .bottom-44 {
  bottom: 11rem;
}
.tailwind-import .left-44 {
  left: 11rem;
}
.tailwind-import .top-48 {
  top: 12rem;
}
.tailwind-import .right-48 {
  right: 12rem;
}
.tailwind-import .bottom-48 {
  bottom: 12rem;
}
.tailwind-import .left-48 {
  left: 12rem;
}
.tailwind-import .top-52 {
  top: 13rem;
}
.tailwind-import .right-52 {
  right: 13rem;
}
.tailwind-import .bottom-52 {
  bottom: 13rem;
}
.tailwind-import .left-52 {
  left: 13rem;
}
.tailwind-import .top-56 {
  top: 14rem;
}
.tailwind-import .right-56 {
  right: 14rem;
}
.tailwind-import .bottom-56 {
  bottom: 14rem;
}
.tailwind-import .left-56 {
  left: 14rem;
}
.tailwind-import .top-60 {
  top: 15rem;
}
.tailwind-import .right-60 {
  right: 15rem;
}
.tailwind-import .bottom-60 {
  bottom: 15rem;
}
.tailwind-import .left-60 {
  left: 15rem;
}
.tailwind-import .top-64 {
  top: 16rem;
}
.tailwind-import .right-64 {
  right: 16rem;
}
.tailwind-import .bottom-64 {
  bottom: 16rem;
}
.tailwind-import .left-64 {
  left: 16rem;
}
.tailwind-import .top-72 {
  top: 18rem;
}
.tailwind-import .right-72 {
  right: 18rem;
}
.tailwind-import .bottom-72 {
  bottom: 18rem;
}
.tailwind-import .left-72 {
  left: 18rem;
}
.tailwind-import .top-80 {
  top: 20rem;
}
.tailwind-import .right-80 {
  right: 20rem;
}
.tailwind-import .bottom-80 {
  bottom: 20rem;
}
.tailwind-import .left-80 {
  left: 20rem;
}
.tailwind-import .top-96 {
  top: 24rem;
}
.tailwind-import .right-96 {
  right: 24rem;
}
.tailwind-import .bottom-96 {
  bottom: 24rem;
}
.tailwind-import .left-96 {
  left: 24rem;
}
.tailwind-import .top-auto {
  top: auto;
}
.tailwind-import .right-auto {
  right: auto;
}
.tailwind-import .bottom-auto {
  bottom: auto;
}
.tailwind-import .left-auto {
  left: auto;
}
.tailwind-import .top-px {
  top: 1px;
}
.tailwind-import .right-px {
  right: 1px;
}
.tailwind-import .bottom-px {
  bottom: 1px;
}
.tailwind-import .left-px {
  left: 1px;
}
.tailwind-import .top-0\.5 {
  top: 0.125rem;
}
.tailwind-import .right-0\.5 {
  right: 0.125rem;
}
.tailwind-import .bottom-0\.5 {
  bottom: 0.125rem;
}
.tailwind-import .left-0\.5 {
  left: 0.125rem;
}
.tailwind-import .top-1\.5 {
  top: 0.375rem;
}
.tailwind-import .right-1\.5 {
  right: 0.375rem;
}
.tailwind-import .bottom-1\.5 {
  bottom: 0.375rem;
}
.tailwind-import .left-1\.5 {
  left: 0.375rem;
}
.tailwind-import .top-2\.5 {
  top: 0.625rem;
}
.tailwind-import .right-2\.5 {
  right: 0.625rem;
}
.tailwind-import .bottom-2\.5 {
  bottom: 0.625rem;
}
.tailwind-import .left-2\.5 {
  left: 0.625rem;
}
.tailwind-import .top-3\.5 {
  top: 0.875rem;
}
.tailwind-import .right-3\.5 {
  right: 0.875rem;
}
.tailwind-import .bottom-3\.5 {
  bottom: 0.875rem;
}
.tailwind-import .left-3\.5 {
  left: 0.875rem;
}
.tailwind-import .-top-0 {
  top: 0px;
}
.tailwind-import .-right-0 {
  right: 0px;
}
.tailwind-import .-bottom-0 {
  bottom: 0px;
}
.tailwind-import .-left-0 {
  left: 0px;
}
.tailwind-import .-top-1 {
  top: -0.25rem;
}
.tailwind-import .-right-1 {
  right: -0.25rem;
}
.tailwind-import .-bottom-1 {
  bottom: -0.25rem;
}
.tailwind-import .-left-1 {
  left: -0.25rem;
}
.tailwind-import .-top-2 {
  top: -0.5rem;
}
.tailwind-import .-right-2 {
  right: -0.5rem;
}
.tailwind-import .-bottom-2 {
  bottom: -0.5rem;
}
.tailwind-import .-left-2 {
  left: -0.5rem;
}
.tailwind-import .-top-3 {
  top: -0.75rem;
}
.tailwind-import .-right-3 {
  right: -0.75rem;
}
.tailwind-import .-bottom-3 {
  bottom: -0.75rem;
}
.tailwind-import .-left-3 {
  left: -0.75rem;
}
.tailwind-import .-top-4 {
  top: -1rem;
}
.tailwind-import .-right-4 {
  right: -1rem;
}
.tailwind-import .-bottom-4 {
  bottom: -1rem;
}
.tailwind-import .-left-4 {
  left: -1rem;
}
.tailwind-import .-top-5 {
  top: -1.25rem;
}
.tailwind-import .-right-5 {
  right: -1.25rem;
}
.tailwind-import .-bottom-5 {
  bottom: -1.25rem;
}
.tailwind-import .-left-5 {
  left: -1.25rem;
}
.tailwind-import .-top-6 {
  top: -1.5rem;
}
.tailwind-import .-right-6 {
  right: -1.5rem;
}
.tailwind-import .-bottom-6 {
  bottom: -1.5rem;
}
.tailwind-import .-left-6 {
  left: -1.5rem;
}
.tailwind-import .-top-7 {
  top: -1.75rem;
}
.tailwind-import .-right-7 {
  right: -1.75rem;
}
.tailwind-import .-bottom-7 {
  bottom: -1.75rem;
}
.tailwind-import .-left-7 {
  left: -1.75rem;
}
.tailwind-import .-top-8 {
  top: -2rem;
}
.tailwind-import .-right-8 {
  right: -2rem;
}
.tailwind-import .-bottom-8 {
  bottom: -2rem;
}
.tailwind-import .-left-8 {
  left: -2rem;
}
.tailwind-import .-top-9 {
  top: -2.25rem;
}
.tailwind-import .-right-9 {
  right: -2.25rem;
}
.tailwind-import .-bottom-9 {
  bottom: -2.25rem;
}
.tailwind-import .-left-9 {
  left: -2.25rem;
}
.tailwind-import .-top-10 {
  top: -2.5rem;
}
.tailwind-import .-right-10 {
  right: -2.5rem;
}
.tailwind-import .-bottom-10 {
  bottom: -2.5rem;
}
.tailwind-import .-left-10 {
  left: -2.5rem;
}
.tailwind-import .-top-11 {
  top: -2.75rem;
}
.tailwind-import .-right-11 {
  right: -2.75rem;
}
.tailwind-import .-bottom-11 {
  bottom: -2.75rem;
}
.tailwind-import .-left-11 {
  left: -2.75rem;
}
.tailwind-import .-top-12 {
  top: -3rem;
}
.tailwind-import .-right-12 {
  right: -3rem;
}
.tailwind-import .-bottom-12 {
  bottom: -3rem;
}
.tailwind-import .-left-12 {
  left: -3rem;
}
.tailwind-import .-top-14 {
  top: -3.5rem;
}
.tailwind-import .-right-14 {
  right: -3.5rem;
}
.tailwind-import .-bottom-14 {
  bottom: -3.5rem;
}
.tailwind-import .-left-14 {
  left: -3.5rem;
}
.tailwind-import .-top-16 {
  top: -4rem;
}
.tailwind-import .-right-16 {
  right: -4rem;
}
.tailwind-import .-bottom-16 {
  bottom: -4rem;
}
.tailwind-import .-left-16 {
  left: -4rem;
}
.tailwind-import .-top-20 {
  top: -5rem;
}
.tailwind-import .-right-20 {
  right: -5rem;
}
.tailwind-import .-bottom-20 {
  bottom: -5rem;
}
.tailwind-import .-left-20 {
  left: -5rem;
}
.tailwind-import .-top-24 {
  top: -6rem;
}
.tailwind-import .-right-24 {
  right: -6rem;
}
.tailwind-import .-bottom-24 {
  bottom: -6rem;
}
.tailwind-import .-left-24 {
  left: -6rem;
}
.tailwind-import .-top-28 {
  top: -7rem;
}
.tailwind-import .-right-28 {
  right: -7rem;
}
.tailwind-import .-bottom-28 {
  bottom: -7rem;
}
.tailwind-import .-left-28 {
  left: -7rem;
}
.tailwind-import .-top-32 {
  top: -8rem;
}
.tailwind-import .-right-32 {
  right: -8rem;
}
.tailwind-import .-bottom-32 {
  bottom: -8rem;
}
.tailwind-import .-left-32 {
  left: -8rem;
}
.tailwind-import .-top-36 {
  top: -9rem;
}
.tailwind-import .-right-36 {
  right: -9rem;
}
.tailwind-import .-bottom-36 {
  bottom: -9rem;
}
.tailwind-import .-left-36 {
  left: -9rem;
}
.tailwind-import .-top-40 {
  top: -10rem;
}
.tailwind-import .-right-40 {
  right: -10rem;
}
.tailwind-import .-bottom-40 {
  bottom: -10rem;
}
.tailwind-import .-left-40 {
  left: -10rem;
}
.tailwind-import .-top-44 {
  top: -11rem;
}
.tailwind-import .-right-44 {
  right: -11rem;
}
.tailwind-import .-bottom-44 {
  bottom: -11rem;
}
.tailwind-import .-left-44 {
  left: -11rem;
}
.tailwind-import .-top-48 {
  top: -12rem;
}
.tailwind-import .-right-48 {
  right: -12rem;
}
.tailwind-import .-bottom-48 {
  bottom: -12rem;
}
.tailwind-import .-left-48 {
  left: -12rem;
}
.tailwind-import .-top-52 {
  top: -13rem;
}
.tailwind-import .-right-52 {
  right: -13rem;
}
.tailwind-import .-bottom-52 {
  bottom: -13rem;
}
.tailwind-import .-left-52 {
  left: -13rem;
}
.tailwind-import .-top-56 {
  top: -14rem;
}
.tailwind-import .-right-56 {
  right: -14rem;
}
.tailwind-import .-bottom-56 {
  bottom: -14rem;
}
.tailwind-import .-left-56 {
  left: -14rem;
}
.tailwind-import .-top-60 {
  top: -15rem;
}
.tailwind-import .-right-60 {
  right: -15rem;
}
.tailwind-import .-bottom-60 {
  bottom: -15rem;
}
.tailwind-import .-left-60 {
  left: -15rem;
}
.tailwind-import .-top-64 {
  top: -16rem;
}
.tailwind-import .-right-64 {
  right: -16rem;
}
.tailwind-import .-bottom-64 {
  bottom: -16rem;
}
.tailwind-import .-left-64 {
  left: -16rem;
}
.tailwind-import .-top-72 {
  top: -18rem;
}
.tailwind-import .-right-72 {
  right: -18rem;
}
.tailwind-import .-bottom-72 {
  bottom: -18rem;
}
.tailwind-import .-left-72 {
  left: -18rem;
}
.tailwind-import .-top-80 {
  top: -20rem;
}
.tailwind-import .-right-80 {
  right: -20rem;
}
.tailwind-import .-bottom-80 {
  bottom: -20rem;
}
.tailwind-import .-left-80 {
  left: -20rem;
}
.tailwind-import .-top-96 {
  top: -24rem;
}
.tailwind-import .-right-96 {
  right: -24rem;
}
.tailwind-import .-bottom-96 {
  bottom: -24rem;
}
.tailwind-import .-left-96 {
  left: -24rem;
}
.tailwind-import .-top-px {
  top: -1px;
}
.tailwind-import .-right-px {
  right: -1px;
}
.tailwind-import .-bottom-px {
  bottom: -1px;
}
.tailwind-import .-left-px {
  left: -1px;
}
.tailwind-import .-top-0\.5 {
  top: -0.125rem;
}
.tailwind-import .-right-0\.5 {
  right: -0.125rem;
}
.tailwind-import .-bottom-0\.5 {
  bottom: -0.125rem;
}
.tailwind-import .-left-0\.5 {
  left: -0.125rem;
}
.tailwind-import .-top-1\.5 {
  top: -0.375rem;
}
.tailwind-import .-right-1\.5 {
  right: -0.375rem;
}
.tailwind-import .-bottom-1\.5 {
  bottom: -0.375rem;
}
.tailwind-import .-left-1\.5 {
  left: -0.375rem;
}
.tailwind-import .-top-2\.5 {
  top: -0.625rem;
}
.tailwind-import .-right-2\.5 {
  right: -0.625rem;
}
.tailwind-import .-bottom-2\.5 {
  bottom: -0.625rem;
}
.tailwind-import .-left-2\.5 {
  left: -0.625rem;
}
.tailwind-import .-top-3\.5 {
  top: -0.875rem;
}
.tailwind-import .-right-3\.5 {
  right: -0.875rem;
}
.tailwind-import .-bottom-3\.5 {
  bottom: -0.875rem;
}
.tailwind-import .-left-3\.5 {
  left: -0.875rem;
}
.tailwind-import .top-1\/2 {
  top: 50%;
}
.tailwind-import .right-1\/2 {
  right: 50%;
}
.tailwind-import .bottom-1\/2 {
  bottom: 50%;
}
.tailwind-import .left-1\/2 {
  left: 50%;
}
.tailwind-import .top-1\/3 {
  top: 33.333333%;
}
.tailwind-import .right-1\/3 {
  right: 33.333333%;
}
.tailwind-import .bottom-1\/3 {
  bottom: 33.333333%;
}
.tailwind-import .left-1\/3 {
  left: 33.333333%;
}
.tailwind-import .top-2\/3 {
  top: 66.666667%;
}
.tailwind-import .right-2\/3 {
  right: 66.666667%;
}
.tailwind-import .bottom-2\/3 {
  bottom: 66.666667%;
}
.tailwind-import .left-2\/3 {
  left: 66.666667%;
}
.tailwind-import .top-1\/4 {
  top: 25%;
}
.tailwind-import .right-1\/4 {
  right: 25%;
}
.tailwind-import .bottom-1\/4 {
  bottom: 25%;
}
.tailwind-import .left-1\/4 {
  left: 25%;
}
.tailwind-import .top-2\/4 {
  top: 50%;
}
.tailwind-import .right-2\/4 {
  right: 50%;
}
.tailwind-import .bottom-2\/4 {
  bottom: 50%;
}
.tailwind-import .left-2\/4 {
  left: 50%;
}
.tailwind-import .top-3\/4 {
  top: 75%;
}
.tailwind-import .right-3\/4 {
  right: 75%;
}
.tailwind-import .bottom-3\/4 {
  bottom: 75%;
}
.tailwind-import .left-3\/4 {
  left: 75%;
}
.tailwind-import .top-full {
  top: 100%;
}
.tailwind-import .right-full {
  right: 100%;
}
.tailwind-import .bottom-full {
  bottom: 100%;
}
.tailwind-import .left-full {
  left: 100%;
}
.tailwind-import .-top-1\/2 {
  top: -50%;
}
.tailwind-import .-right-1\/2 {
  right: -50%;
}
.tailwind-import .-bottom-1\/2 {
  bottom: -50%;
}
.tailwind-import .-left-1\/2 {
  left: -50%;
}
.tailwind-import .-top-1\/3 {
  top: -33.333333%;
}
.tailwind-import .-right-1\/3 {
  right: -33.333333%;
}
.tailwind-import .-bottom-1\/3 {
  bottom: -33.333333%;
}
.tailwind-import .-left-1\/3 {
  left: -33.333333%;
}
.tailwind-import .-top-2\/3 {
  top: -66.666667%;
}
.tailwind-import .-right-2\/3 {
  right: -66.666667%;
}
.tailwind-import .-bottom-2\/3 {
  bottom: -66.666667%;
}
.tailwind-import .-left-2\/3 {
  left: -66.666667%;
}
.tailwind-import .-top-1\/4 {
  top: -25%;
}
.tailwind-import .-right-1\/4 {
  right: -25%;
}
.tailwind-import .-bottom-1\/4 {
  bottom: -25%;
}
.tailwind-import .-left-1\/4 {
  left: -25%;
}
.tailwind-import .-top-2\/4 {
  top: -50%;
}
.tailwind-import .-right-2\/4 {
  right: -50%;
}
.tailwind-import .-bottom-2\/4 {
  bottom: -50%;
}
.tailwind-import .-left-2\/4 {
  left: -50%;
}
.tailwind-import .-top-3\/4 {
  top: -75%;
}
.tailwind-import .-right-3\/4 {
  right: -75%;
}
.tailwind-import .-bottom-3\/4 {
  bottom: -75%;
}
.tailwind-import .-left-3\/4 {
  left: -75%;
}
.tailwind-import .-top-full {
  top: -100%;
}
.tailwind-import .-right-full {
  right: -100%;
}
.tailwind-import .-bottom-full {
  bottom: -100%;
}
.tailwind-import .-left-full {
  left: -100%;
}
.tailwind-import .resize-none {
  resize: none;
}
.tailwind-import .resize-y {
  resize: vertical;
}
.tailwind-import .resize-x {
  resize: horizontal;
}
.tailwind-import .resize {
  resize: both;
}
.tailwind-import .fill-current {
  fill: currentColor;
}
.tailwind-import .stroke-current {
  stroke: currentColor;
}
.tailwind-import .stroke-0 {
  stroke-width: 0;
}
.tailwind-import .stroke-1 {
  stroke-width: 1;
}
.tailwind-import .stroke-2 {
  stroke-width: 2;
}
.tailwind-import .table-auto {
  table-layout: auto;
}
.tailwind-import .table-fixed {
  table-layout: fixed;
}
.tailwind-import .text-left {
  text-align: left;
}
.tailwind-import .text-center {
  text-align: center;
}
.tailwind-import .text-right {
  text-align: right;
}
.tailwind-import .text-justify {
  text-align: justify;
}
.tailwind-import .text-transparent {
  color: transparent;
}
.tailwind-import .text-current {
  color: currentColor;
}
.tailwind-import .text-black {
  color: black;
}
.tailwind-import .text-white {
  color: white;
}
.tailwind-import .text-gray-50 {
  color: #f9fafb;
}
.tailwind-import .text-gray-100 {
  color: #f3f4f6;
}
.tailwind-import .text-gray-200 {
  color: #e5e7eb;
}
.tailwind-import .text-gray-300 {
  color: #d1d5db;
}
.tailwind-import .text-gray-400 {
  color: #9ca3af;
}
.tailwind-import .text-gray-500 {
  color: #6b7280;
}
.tailwind-import .text-gray-600 {
  color: #4b5563;
}
.tailwind-import .text-gray-700 {
  color: #374151;
}
.tailwind-import .text-gray-800 {
  color: #1f2937;
}
.tailwind-import .text-gray-900 {
  color: #111827;
}
.tailwind-import .text-red-50 {
  color: #fef2f2;
}
.tailwind-import .text-red-100 {
  color: #fee2e2;
}
.tailwind-import .text-red-200 {
  color: #fecaca;
}
.tailwind-import .text-red-300 {
  color: #fca5a5;
}
.tailwind-import .text-red-400 {
  color: #f87171;
}
.tailwind-import .text-red-500 {
  color: #ef4444;
}
.tailwind-import .text-red-600 {
  color: #dc2626;
}
.tailwind-import .text-red-700 {
  color: #b91c1c;
}
.tailwind-import .text-red-800 {
  color: #991b1b;
}
.tailwind-import .text-red-900 {
  color: #7f1d1d;
}
.tailwind-import .text-yellow-50 {
  color: #fffbeb;
}
.tailwind-import .text-yellow-100 {
  color: #fef3c7;
}
.tailwind-import .text-yellow-200 {
  color: #fde68a;
}
.tailwind-import .text-yellow-300 {
  color: #fcd34d;
}
.tailwind-import .text-yellow-400 {
  color: #fbbf24;
}
.tailwind-import .text-yellow-500 {
  color: #f59e0b;
}
.tailwind-import .text-yellow-600 {
  color: #d97706;
}
.tailwind-import .text-yellow-700 {
  color: #b45309;
}
.tailwind-import .text-yellow-800 {
  color: #92400e;
}
.tailwind-import .text-yellow-900 {
  color: #78350f;
}
.tailwind-import .text-green-50 {
  color: #ecfdf5;
}
.tailwind-import .text-green-100 {
  color: #d1fae5;
}
.tailwind-import .text-green-200 {
  color: #a7f3d0;
}
.tailwind-import .text-green-300 {
  color: #6ee7b7;
}
.tailwind-import .text-green-400 {
  color: #34d399;
}
.tailwind-import .text-green-500 {
  color: #10b981;
}
.tailwind-import .text-green-600 {
  color: #059669;
}
.tailwind-import .text-green-700 {
  color: #047857;
}
.tailwind-import .text-green-800 {
  color: #065f46;
}
.tailwind-import .text-green-900 {
  color: #064e3b;
}
.tailwind-import .text-blue-50 {
  color: #eff6ff;
}
.tailwind-import .text-blue-100 {
  color: #dbeafe;
}
.tailwind-import .text-blue-200 {
  color: #bfdbfe;
}
.tailwind-import .text-blue-300 {
  color: #93c5fd;
}
.tailwind-import .text-blue-400 {
  color: #60a5fa;
}
.tailwind-import .text-blue-500 {
  color: #3b82f6;
}
.tailwind-import .text-blue-600 {
  color: #2563eb;
}
.tailwind-import .text-blue-700 {
  color: #1d4ed8;
}
.tailwind-import .text-blue-800 {
  color: #1e40af;
}
.tailwind-import .text-blue-900 {
  color: #1e3a8a;
}
.tailwind-import .text-indigo-50 {
  color: #eef2ff;
}
.tailwind-import .text-indigo-100 {
  color: #e0e7ff;
}
.tailwind-import .text-indigo-200 {
  color: #c7d2fe;
}
.tailwind-import .text-indigo-300 {
  color: #a5b4fc;
}
.tailwind-import .text-indigo-400 {
  color: #818cf8;
}
.tailwind-import .text-indigo-500 {
  color: #6366f1;
}
.tailwind-import .text-indigo-600 {
  color: #4f46e5;
}
.tailwind-import .text-indigo-700 {
  color: #4338ca;
}
.tailwind-import .text-indigo-800 {
  color: #3730a3;
}
.tailwind-import .text-indigo-900 {
  color: #312e81;
}
.tailwind-import .text-purple-50 {
  color: #f5f3ff;
}
.tailwind-import .text-purple-100 {
  color: #ede9fe;
}
.tailwind-import .text-purple-200 {
  color: #ddd6fe;
}
.tailwind-import .text-purple-300 {
  color: #c4b5fd;
}
.tailwind-import .text-purple-400 {
  color: #a78bfa;
}
.tailwind-import .text-purple-500 {
  color: #8b5cf6;
}
.tailwind-import .text-purple-600 {
  color: #7c3aed;
}
.tailwind-import .text-purple-700 {
  color: #6d28d9;
}
.tailwind-import .text-purple-800 {
  color: #5b21b6;
}
.tailwind-import .text-purple-900 {
  color: #4c1d95;
}
.tailwind-import .text-pink-50 {
  color: #fdf2f8;
}
.tailwind-import .text-pink-100 {
  color: #fce7f3;
}
.tailwind-import .text-pink-200 {
  color: #fbcfe8;
}
.tailwind-import .text-pink-300 {
  color: #f9a8d4;
}
.tailwind-import .text-pink-400 {
  color: #f472b6;
}
.tailwind-import .text-pink-500 {
  color: #ec4899;
}
.tailwind-import .text-pink-600 {
  color: #db2777;
}
.tailwind-import .text-pink-700 {
  color: #be185d;
}
.tailwind-import .text-pink-800 {
  color: #9d174d;
}
.tailwind-import .text-pink-900 {
  color: #831843;
}
.tailwind-import .group:hover .group-hover\:text-transparent {
  color: transparent;
}
.tailwind-import .group:hover .group-hover\:text-current {
  color: currentColor;
}
.tailwind-import .group:hover .group-hover\:text-black {
  color: black;
}
.tailwind-import .group:hover .group-hover\:text-white {
  color: white;
}
.tailwind-import .group:hover .group-hover\:text-gray-50 {
  color: #f9fafb;
}
.tailwind-import .group:hover .group-hover\:text-gray-100 {
  color: #f3f4f6;
}
.tailwind-import .group:hover .group-hover\:text-gray-200 {
  color: #e5e7eb;
}
.tailwind-import .group:hover .group-hover\:text-gray-300 {
  color: #d1d5db;
}
.tailwind-import .group:hover .group-hover\:text-gray-400 {
  color: #9ca3af;
}
.tailwind-import .group:hover .group-hover\:text-gray-500 {
  color: #6b7280;
}
.tailwind-import .group:hover .group-hover\:text-gray-600 {
  color: #4b5563;
}
.tailwind-import .group:hover .group-hover\:text-gray-700 {
  color: #374151;
}
.tailwind-import .group:hover .group-hover\:text-gray-800 {
  color: #1f2937;
}
.tailwind-import .group:hover .group-hover\:text-gray-900 {
  color: #111827;
}
.tailwind-import .group:hover .group-hover\:text-red-50 {
  color: #fef2f2;
}
.tailwind-import .group:hover .group-hover\:text-red-100 {
  color: #fee2e2;
}
.tailwind-import .group:hover .group-hover\:text-red-200 {
  color: #fecaca;
}
.tailwind-import .group:hover .group-hover\:text-red-300 {
  color: #fca5a5;
}
.tailwind-import .group:hover .group-hover\:text-red-400 {
  color: #f87171;
}
.tailwind-import .group:hover .group-hover\:text-red-500 {
  color: #ef4444;
}
.tailwind-import .group:hover .group-hover\:text-red-600 {
  color: #dc2626;
}
.tailwind-import .group:hover .group-hover\:text-red-700 {
  color: #b91c1c;
}
.tailwind-import .group:hover .group-hover\:text-red-800 {
  color: #991b1b;
}
.tailwind-import .group:hover .group-hover\:text-red-900 {
  color: #7f1d1d;
}
.tailwind-import .group:hover .group-hover\:text-yellow-50 {
  color: #fffbeb;
}
.tailwind-import .group:hover .group-hover\:text-yellow-100 {
  color: #fef3c7;
}
.tailwind-import .group:hover .group-hover\:text-yellow-200 {
  color: #fde68a;
}
.tailwind-import .group:hover .group-hover\:text-yellow-300 {
  color: #fcd34d;
}
.tailwind-import .group:hover .group-hover\:text-yellow-400 {
  color: #fbbf24;
}
.tailwind-import .group:hover .group-hover\:text-yellow-500 {
  color: #f59e0b;
}
.tailwind-import .group:hover .group-hover\:text-yellow-600 {
  color: #d97706;
}
.tailwind-import .group:hover .group-hover\:text-yellow-700 {
  color: #b45309;
}
.tailwind-import .group:hover .group-hover\:text-yellow-800 {
  color: #92400e;
}
.tailwind-import .group:hover .group-hover\:text-yellow-900 {
  color: #78350f;
}
.tailwind-import .group:hover .group-hover\:text-green-50 {
  color: #ecfdf5;
}
.tailwind-import .group:hover .group-hover\:text-green-100 {
  color: #d1fae5;
}
.tailwind-import .group:hover .group-hover\:text-green-200 {
  color: #a7f3d0;
}
.tailwind-import .group:hover .group-hover\:text-green-300 {
  color: #6ee7b7;
}
.tailwind-import .group:hover .group-hover\:text-green-400 {
  color: #34d399;
}
.tailwind-import .group:hover .group-hover\:text-green-500 {
  color: #10b981;
}
.tailwind-import .group:hover .group-hover\:text-green-600 {
  color: #059669;
}
.tailwind-import .group:hover .group-hover\:text-green-700 {
  color: #047857;
}
.tailwind-import .group:hover .group-hover\:text-green-800 {
  color: #065f46;
}
.tailwind-import .group:hover .group-hover\:text-green-900 {
  color: #064e3b;
}
.tailwind-import .group:hover .group-hover\:text-blue-50 {
  color: #eff6ff;
}
.tailwind-import .group:hover .group-hover\:text-blue-100 {
  color: #dbeafe;
}
.tailwind-import .group:hover .group-hover\:text-blue-200 {
  color: #bfdbfe;
}
.tailwind-import .group:hover .group-hover\:text-blue-300 {
  color: #93c5fd;
}
.tailwind-import .group:hover .group-hover\:text-blue-400 {
  color: #60a5fa;
}
.tailwind-import .group:hover .group-hover\:text-blue-500 {
  color: #3b82f6;
}
.tailwind-import .group:hover .group-hover\:text-blue-600 {
  color: #2563eb;
}
.tailwind-import .group:hover .group-hover\:text-blue-700 {
  color: #1d4ed8;
}
.tailwind-import .group:hover .group-hover\:text-blue-800 {
  color: #1e40af;
}
.tailwind-import .group:hover .group-hover\:text-blue-900 {
  color: #1e3a8a;
}
.tailwind-import .group:hover .group-hover\:text-indigo-50 {
  color: #eef2ff;
}
.tailwind-import .group:hover .group-hover\:text-indigo-100 {
  color: #e0e7ff;
}
.tailwind-import .group:hover .group-hover\:text-indigo-200 {
  color: #c7d2fe;
}
.tailwind-import .group:hover .group-hover\:text-indigo-300 {
  color: #a5b4fc;
}
.tailwind-import .group:hover .group-hover\:text-indigo-400 {
  color: #818cf8;
}
.tailwind-import .group:hover .group-hover\:text-indigo-500 {
  color: #6366f1;
}
.tailwind-import .group:hover .group-hover\:text-indigo-600 {
  color: #4f46e5;
}
.tailwind-import .group:hover .group-hover\:text-indigo-700 {
  color: #4338ca;
}
.tailwind-import .group:hover .group-hover\:text-indigo-800 {
  color: #3730a3;
}
.tailwind-import .group:hover .group-hover\:text-indigo-900 {
  color: #312e81;
}
.tailwind-import .group:hover .group-hover\:text-purple-50 {
  color: #f5f3ff;
}
.tailwind-import .group:hover .group-hover\:text-purple-100 {
  color: #ede9fe;
}
.tailwind-import .group:hover .group-hover\:text-purple-200 {
  color: #ddd6fe;
}
.tailwind-import .group:hover .group-hover\:text-purple-300 {
  color: #c4b5fd;
}
.tailwind-import .group:hover .group-hover\:text-purple-400 {
  color: #a78bfa;
}
.tailwind-import .group:hover .group-hover\:text-purple-500 {
  color: #8b5cf6;
}
.tailwind-import .group:hover .group-hover\:text-purple-600 {
  color: #7c3aed;
}
.tailwind-import .group:hover .group-hover\:text-purple-700 {
  color: #6d28d9;
}
.tailwind-import .group:hover .group-hover\:text-purple-800 {
  color: #5b21b6;
}
.tailwind-import .group:hover .group-hover\:text-purple-900 {
  color: #4c1d95;
}
.tailwind-import .group:hover .group-hover\:text-pink-50 {
  color: #fdf2f8;
}
.tailwind-import .group:hover .group-hover\:text-pink-100 {
  color: #fce7f3;
}
.tailwind-import .group:hover .group-hover\:text-pink-200 {
  color: #fbcfe8;
}
.tailwind-import .group:hover .group-hover\:text-pink-300 {
  color: #f9a8d4;
}
.tailwind-import .group:hover .group-hover\:text-pink-400 {
  color: #f472b6;
}
.tailwind-import .group:hover .group-hover\:text-pink-500 {
  color: #ec4899;
}
.tailwind-import .group:hover .group-hover\:text-pink-600 {
  color: #db2777;
}
.tailwind-import .group:hover .group-hover\:text-pink-700 {
  color: #be185d;
}
.tailwind-import .group:hover .group-hover\:text-pink-800 {
  color: #9d174d;
}
.tailwind-import .group:hover .group-hover\:text-pink-900 {
  color: #831843;
}
.tailwind-import .focus-within\:text-transparent:focus-within {
  color: transparent;
}
.tailwind-import .focus-within\:text-current:focus-within {
  color: currentColor;
}
.tailwind-import .focus-within\:text-black:focus-within {
  color: black;
}
.tailwind-import .focus-within\:text-white:focus-within {
  color: white;
}
.tailwind-import .focus-within\:text-gray-50:focus-within {
  color: #f9fafb;
}
.tailwind-import .focus-within\:text-gray-100:focus-within {
  color: #f3f4f6;
}
.tailwind-import .focus-within\:text-gray-200:focus-within {
  color: #e5e7eb;
}
.tailwind-import .focus-within\:text-gray-300:focus-within {
  color: #d1d5db;
}
.tailwind-import .focus-within\:text-gray-400:focus-within {
  color: #9ca3af;
}
.tailwind-import .focus-within\:text-gray-500:focus-within {
  color: #6b7280;
}
.tailwind-import .focus-within\:text-gray-600:focus-within {
  color: #4b5563;
}
.tailwind-import .focus-within\:text-gray-700:focus-within {
  color: #374151;
}
.tailwind-import .focus-within\:text-gray-800:focus-within {
  color: #1f2937;
}
.tailwind-import .focus-within\:text-gray-900:focus-within {
  color: #111827;
}
.tailwind-import .focus-within\:text-red-50:focus-within {
  color: #fef2f2;
}
.tailwind-import .focus-within\:text-red-100:focus-within {
  color: #fee2e2;
}
.tailwind-import .focus-within\:text-red-200:focus-within {
  color: #fecaca;
}
.tailwind-import .focus-within\:text-red-300:focus-within {
  color: #fca5a5;
}
.tailwind-import .focus-within\:text-red-400:focus-within {
  color: #f87171;
}
.tailwind-import .focus-within\:text-red-500:focus-within {
  color: #ef4444;
}
.tailwind-import .focus-within\:text-red-600:focus-within {
  color: #dc2626;
}
.tailwind-import .focus-within\:text-red-700:focus-within {
  color: #b91c1c;
}
.tailwind-import .focus-within\:text-red-800:focus-within {
  color: #991b1b;
}
.tailwind-import .focus-within\:text-red-900:focus-within {
  color: #7f1d1d;
}
.tailwind-import .focus-within\:text-yellow-50:focus-within {
  color: #fffbeb;
}
.tailwind-import .focus-within\:text-yellow-100:focus-within {
  color: #fef3c7;
}
.tailwind-import .focus-within\:text-yellow-200:focus-within {
  color: #fde68a;
}
.tailwind-import .focus-within\:text-yellow-300:focus-within {
  color: #fcd34d;
}
.tailwind-import .focus-within\:text-yellow-400:focus-within {
  color: #fbbf24;
}
.tailwind-import .focus-within\:text-yellow-500:focus-within {
  color: #f59e0b;
}
.tailwind-import .focus-within\:text-yellow-600:focus-within {
  color: #d97706;
}
.tailwind-import .focus-within\:text-yellow-700:focus-within {
  color: #b45309;
}
.tailwind-import .focus-within\:text-yellow-800:focus-within {
  color: #92400e;
}
.tailwind-import .focus-within\:text-yellow-900:focus-within {
  color: #78350f;
}
.tailwind-import .focus-within\:text-green-50:focus-within {
  color: #ecfdf5;
}
.tailwind-import .focus-within\:text-green-100:focus-within {
  color: #d1fae5;
}
.tailwind-import .focus-within\:text-green-200:focus-within {
  color: #a7f3d0;
}
.tailwind-import .focus-within\:text-green-300:focus-within {
  color: #6ee7b7;
}
.tailwind-import .focus-within\:text-green-400:focus-within {
  color: #34d399;
}
.tailwind-import .focus-within\:text-green-500:focus-within {
  color: #10b981;
}
.tailwind-import .focus-within\:text-green-600:focus-within {
  color: #059669;
}
.tailwind-import .focus-within\:text-green-700:focus-within {
  color: #047857;
}
.tailwind-import .focus-within\:text-green-800:focus-within {
  color: #065f46;
}
.tailwind-import .focus-within\:text-green-900:focus-within {
  color: #064e3b;
}
.tailwind-import .focus-within\:text-blue-50:focus-within {
  color: #eff6ff;
}
.tailwind-import .focus-within\:text-blue-100:focus-within {
  color: #dbeafe;
}
.tailwind-import .focus-within\:text-blue-200:focus-within {
  color: #bfdbfe;
}
.tailwind-import .focus-within\:text-blue-300:focus-within {
  color: #93c5fd;
}
.tailwind-import .focus-within\:text-blue-400:focus-within {
  color: #60a5fa;
}
.tailwind-import .focus-within\:text-blue-500:focus-within {
  color: #3b82f6;
}
.tailwind-import .focus-within\:text-blue-600:focus-within {
  color: #2563eb;
}
.tailwind-import .focus-within\:text-blue-700:focus-within {
  color: #1d4ed8;
}
.tailwind-import .focus-within\:text-blue-800:focus-within {
  color: #1e40af;
}
.tailwind-import .focus-within\:text-blue-900:focus-within {
  color: #1e3a8a;
}
.tailwind-import .focus-within\:text-indigo-50:focus-within {
  color: #eef2ff;
}
.tailwind-import .focus-within\:text-indigo-100:focus-within {
  color: #e0e7ff;
}
.tailwind-import .focus-within\:text-indigo-200:focus-within {
  color: #c7d2fe;
}
.tailwind-import .focus-within\:text-indigo-300:focus-within {
  color: #a5b4fc;
}
.tailwind-import .focus-within\:text-indigo-400:focus-within {
  color: #818cf8;
}
.tailwind-import .focus-within\:text-indigo-500:focus-within {
  color: #6366f1;
}
.tailwind-import .focus-within\:text-indigo-600:focus-within {
  color: #4f46e5;
}
.tailwind-import .focus-within\:text-indigo-700:focus-within {
  color: #4338ca;
}
.tailwind-import .focus-within\:text-indigo-800:focus-within {
  color: #3730a3;
}
.tailwind-import .focus-within\:text-indigo-900:focus-within {
  color: #312e81;
}
.tailwind-import .focus-within\:text-purple-50:focus-within {
  color: #f5f3ff;
}
.tailwind-import .focus-within\:text-purple-100:focus-within {
  color: #ede9fe;
}
.tailwind-import .focus-within\:text-purple-200:focus-within {
  color: #ddd6fe;
}
.tailwind-import .focus-within\:text-purple-300:focus-within {
  color: #c4b5fd;
}
.tailwind-import .focus-within\:text-purple-400:focus-within {
  color: #a78bfa;
}
.tailwind-import .focus-within\:text-purple-500:focus-within {
  color: #8b5cf6;
}
.tailwind-import .focus-within\:text-purple-600:focus-within {
  color: #7c3aed;
}
.tailwind-import .focus-within\:text-purple-700:focus-within {
  color: #6d28d9;
}
.tailwind-import .focus-within\:text-purple-800:focus-within {
  color: #5b21b6;
}
.tailwind-import .focus-within\:text-purple-900:focus-within {
  color: #4c1d95;
}
.tailwind-import .focus-within\:text-pink-50:focus-within {
  color: #fdf2f8;
}
.tailwind-import .focus-within\:text-pink-100:focus-within {
  color: #fce7f3;
}
.tailwind-import .focus-within\:text-pink-200:focus-within {
  color: #fbcfe8;
}
.tailwind-import .focus-within\:text-pink-300:focus-within {
  color: #f9a8d4;
}
.tailwind-import .focus-within\:text-pink-400:focus-within {
  color: #f472b6;
}
.tailwind-import .focus-within\:text-pink-500:focus-within {
  color: #ec4899;
}
.tailwind-import .focus-within\:text-pink-600:focus-within {
  color: #db2777;
}
.tailwind-import .focus-within\:text-pink-700:focus-within {
  color: #be185d;
}
.tailwind-import .focus-within\:text-pink-800:focus-within {
  color: #9d174d;
}
.tailwind-import .focus-within\:text-pink-900:focus-within {
  color: #831843;
}
.tailwind-import .hover\:text-transparent:hover {
  color: transparent;
}
.tailwind-import .hover\:text-current:hover {
  color: currentColor;
}
.tailwind-import .hover\:text-black:hover {
  color: black;
}
.tailwind-import .hover\:text-white:hover {
  color: white;
}
.tailwind-import .hover\:text-gray-50:hover {
  color: #f9fafb;
}
.tailwind-import .hover\:text-gray-100:hover {
  color: #f3f4f6;
}
.tailwind-import .hover\:text-gray-200:hover {
  color: #e5e7eb;
}
.tailwind-import .hover\:text-gray-300:hover {
  color: #d1d5db;
}
.tailwind-import .hover\:text-gray-400:hover {
  color: #9ca3af;
}
.tailwind-import .hover\:text-gray-500:hover {
  color: #6b7280;
}
.tailwind-import .hover\:text-gray-600:hover {
  color: #4b5563;
}
.tailwind-import .hover\:text-gray-700:hover {
  color: #374151;
}
.tailwind-import .hover\:text-gray-800:hover {
  color: #1f2937;
}
.tailwind-import .hover\:text-gray-900:hover {
  color: #111827;
}
.tailwind-import .hover\:text-red-50:hover {
  color: #fef2f2;
}
.tailwind-import .hover\:text-red-100:hover {
  color: #fee2e2;
}
.tailwind-import .hover\:text-red-200:hover {
  color: #fecaca;
}
.tailwind-import .hover\:text-red-300:hover {
  color: #fca5a5;
}
.tailwind-import .hover\:text-red-400:hover {
  color: #f87171;
}
.tailwind-import .hover\:text-red-500:hover {
  color: #ef4444;
}
.tailwind-import .hover\:text-red-600:hover {
  color: #dc2626;
}
.tailwind-import .hover\:text-red-700:hover {
  color: #b91c1c;
}
.tailwind-import .hover\:text-red-800:hover {
  color: #991b1b;
}
.tailwind-import .hover\:text-red-900:hover {
  color: #7f1d1d;
}
.tailwind-import .hover\:text-yellow-50:hover {
  color: #fffbeb;
}
.tailwind-import .hover\:text-yellow-100:hover {
  color: #fef3c7;
}
.tailwind-import .hover\:text-yellow-200:hover {
  color: #fde68a;
}
.tailwind-import .hover\:text-yellow-300:hover {
  color: #fcd34d;
}
.tailwind-import .hover\:text-yellow-400:hover {
  color: #fbbf24;
}
.tailwind-import .hover\:text-yellow-500:hover {
  color: #f59e0b;
}
.tailwind-import .hover\:text-yellow-600:hover {
  color: #d97706;
}
.tailwind-import .hover\:text-yellow-700:hover {
  color: #b45309;
}
.tailwind-import .hover\:text-yellow-800:hover {
  color: #92400e;
}
.tailwind-import .hover\:text-yellow-900:hover {
  color: #78350f;
}
.tailwind-import .hover\:text-green-50:hover {
  color: #ecfdf5;
}
.tailwind-import .hover\:text-green-100:hover {
  color: #d1fae5;
}
.tailwind-import .hover\:text-green-200:hover {
  color: #a7f3d0;
}
.tailwind-import .hover\:text-green-300:hover {
  color: #6ee7b7;
}
.tailwind-import .hover\:text-green-400:hover {
  color: #34d399;
}
.tailwind-import .hover\:text-green-500:hover {
  color: #10b981;
}
.tailwind-import .hover\:text-green-600:hover {
  color: #059669;
}
.tailwind-import .hover\:text-green-700:hover {
  color: #047857;
}
.tailwind-import .hover\:text-green-800:hover {
  color: #065f46;
}
.tailwind-import .hover\:text-green-900:hover {
  color: #064e3b;
}
.tailwind-import .hover\:text-blue-50:hover {
  color: #eff6ff;
}
.tailwind-import .hover\:text-blue-100:hover {
  color: #dbeafe;
}
.tailwind-import .hover\:text-blue-200:hover {
  color: #bfdbfe;
}
.tailwind-import .hover\:text-blue-300:hover {
  color: #93c5fd;
}
.tailwind-import .hover\:text-blue-400:hover {
  color: #60a5fa;
}
.tailwind-import .hover\:text-blue-500:hover {
  color: #3b82f6;
}
.tailwind-import .hover\:text-blue-600:hover {
  color: #2563eb;
}
.tailwind-import .hover\:text-blue-700:hover {
  color: #1d4ed8;
}
.tailwind-import .hover\:text-blue-800:hover {
  color: #1e40af;
}
.tailwind-import .hover\:text-blue-900:hover {
  color: #1e3a8a;
}
.tailwind-import .hover\:text-indigo-50:hover {
  color: #eef2ff;
}
.tailwind-import .hover\:text-indigo-100:hover {
  color: #e0e7ff;
}
.tailwind-import .hover\:text-indigo-200:hover {
  color: #c7d2fe;
}
.tailwind-import .hover\:text-indigo-300:hover {
  color: #a5b4fc;
}
.tailwind-import .hover\:text-indigo-400:hover {
  color: #818cf8;
}
.tailwind-import .hover\:text-indigo-500:hover {
  color: #6366f1;
}
.tailwind-import .hover\:text-indigo-600:hover {
  color: #4f46e5;
}
.tailwind-import .hover\:text-indigo-700:hover {
  color: #4338ca;
}
.tailwind-import .hover\:text-indigo-800:hover {
  color: #3730a3;
}
.tailwind-import .hover\:text-indigo-900:hover {
  color: #312e81;
}
.tailwind-import .hover\:text-purple-50:hover {
  color: #f5f3ff;
}
.tailwind-import .hover\:text-purple-100:hover {
  color: #ede9fe;
}
.tailwind-import .hover\:text-purple-200:hover {
  color: #ddd6fe;
}
.tailwind-import .hover\:text-purple-300:hover {
  color: #c4b5fd;
}
.tailwind-import .hover\:text-purple-400:hover {
  color: #a78bfa;
}
.tailwind-import .hover\:text-purple-500:hover {
  color: #8b5cf6;
}
.tailwind-import .hover\:text-purple-600:hover {
  color: #7c3aed;
}
.tailwind-import .hover\:text-purple-700:hover {
  color: #6d28d9;
}
.tailwind-import .hover\:text-purple-800:hover {
  color: #5b21b6;
}
.tailwind-import .hover\:text-purple-900:hover {
  color: #4c1d95;
}
.tailwind-import .hover\:text-pink-50:hover {
  color: #fdf2f8;
}
.tailwind-import .hover\:text-pink-100:hover {
  color: #fce7f3;
}
.tailwind-import .hover\:text-pink-200:hover {
  color: #fbcfe8;
}
.tailwind-import .hover\:text-pink-300:hover {
  color: #f9a8d4;
}
.tailwind-import .hover\:text-pink-400:hover {
  color: #f472b6;
}
.tailwind-import .hover\:text-pink-500:hover {
  color: #ec4899;
}
.tailwind-import .hover\:text-pink-600:hover {
  color: #db2777;
}
.tailwind-import .hover\:text-pink-700:hover {
  color: #be185d;
}
.tailwind-import .hover\:text-pink-800:hover {
  color: #9d174d;
}
.tailwind-import .hover\:text-pink-900:hover {
  color: #831843;
}
.tailwind-import .focus\:text-transparent:focus {
  color: transparent;
}
.tailwind-import .focus\:text-current:focus {
  color: currentColor;
}
.tailwind-import .focus\:text-black:focus {
  color: black;
}
.tailwind-import .focus\:text-white:focus {
  color: white;
}
.tailwind-import .focus\:text-gray-50:focus {
  color: #f9fafb;
}
.tailwind-import .focus\:text-gray-100:focus {
  color: #f3f4f6;
}
.tailwind-import .focus\:text-gray-200:focus {
  color: #e5e7eb;
}
.tailwind-import .focus\:text-gray-300:focus {
  color: #d1d5db;
}
.tailwind-import .focus\:text-gray-400:focus {
  color: #9ca3af;
}
.tailwind-import .focus\:text-gray-500:focus {
  color: #6b7280;
}
.tailwind-import .focus\:text-gray-600:focus {
  color: #4b5563;
}
.tailwind-import .focus\:text-gray-700:focus {
  color: #374151;
}
.tailwind-import .focus\:text-gray-800:focus {
  color: #1f2937;
}
.tailwind-import .focus\:text-gray-900:focus {
  color: #111827;
}
.tailwind-import .focus\:text-red-50:focus {
  color: #fef2f2;
}
.tailwind-import .focus\:text-red-100:focus {
  color: #fee2e2;
}
.tailwind-import .focus\:text-red-200:focus {
  color: #fecaca;
}
.tailwind-import .focus\:text-red-300:focus {
  color: #fca5a5;
}
.tailwind-import .focus\:text-red-400:focus {
  color: #f87171;
}
.tailwind-import .focus\:text-red-500:focus {
  color: #ef4444;
}
.tailwind-import .focus\:text-red-600:focus {
  color: #dc2626;
}
.tailwind-import .focus\:text-red-700:focus {
  color: #b91c1c;
}
.tailwind-import .focus\:text-red-800:focus {
  color: #991b1b;
}
.tailwind-import .focus\:text-red-900:focus {
  color: #7f1d1d;
}
.tailwind-import .focus\:text-yellow-50:focus {
  color: #fffbeb;
}
.tailwind-import .focus\:text-yellow-100:focus {
  color: #fef3c7;
}
.tailwind-import .focus\:text-yellow-200:focus {
  color: #fde68a;
}
.tailwind-import .focus\:text-yellow-300:focus {
  color: #fcd34d;
}
.tailwind-import .focus\:text-yellow-400:focus {
  color: #fbbf24;
}
.tailwind-import .focus\:text-yellow-500:focus {
  color: #f59e0b;
}
.tailwind-import .focus\:text-yellow-600:focus {
  color: #d97706;
}
.tailwind-import .focus\:text-yellow-700:focus {
  color: #b45309;
}
.tailwind-import .focus\:text-yellow-800:focus {
  color: #92400e;
}
.tailwind-import .focus\:text-yellow-900:focus {
  color: #78350f;
}
.tailwind-import .focus\:text-green-50:focus {
  color: #ecfdf5;
}
.tailwind-import .focus\:text-green-100:focus {
  color: #d1fae5;
}
.tailwind-import .focus\:text-green-200:focus {
  color: #a7f3d0;
}
.tailwind-import .focus\:text-green-300:focus {
  color: #6ee7b7;
}
.tailwind-import .focus\:text-green-400:focus {
  color: #34d399;
}
.tailwind-import .focus\:text-green-500:focus {
  color: #10b981;
}
.tailwind-import .focus\:text-green-600:focus {
  color: #059669;
}
.tailwind-import .focus\:text-green-700:focus {
  color: #047857;
}
.tailwind-import .focus\:text-green-800:focus {
  color: #065f46;
}
.tailwind-import .focus\:text-green-900:focus {
  color: #064e3b;
}
.tailwind-import .focus\:text-blue-50:focus {
  color: #eff6ff;
}
.tailwind-import .focus\:text-blue-100:focus {
  color: #dbeafe;
}
.tailwind-import .focus\:text-blue-200:focus {
  color: #bfdbfe;
}
.tailwind-import .focus\:text-blue-300:focus {
  color: #93c5fd;
}
.tailwind-import .focus\:text-blue-400:focus {
  color: #60a5fa;
}
.tailwind-import .focus\:text-blue-500:focus {
  color: #3b82f6;
}
.tailwind-import .focus\:text-blue-600:focus {
  color: #2563eb;
}
.tailwind-import .focus\:text-blue-700:focus {
  color: #1d4ed8;
}
.tailwind-import .focus\:text-blue-800:focus {
  color: #1e40af;
}
.tailwind-import .focus\:text-blue-900:focus {
  color: #1e3a8a;
}
.tailwind-import .focus\:text-indigo-50:focus {
  color: #eef2ff;
}
.tailwind-import .focus\:text-indigo-100:focus {
  color: #e0e7ff;
}
.tailwind-import .focus\:text-indigo-200:focus {
  color: #c7d2fe;
}
.tailwind-import .focus\:text-indigo-300:focus {
  color: #a5b4fc;
}
.tailwind-import .focus\:text-indigo-400:focus {
  color: #818cf8;
}
.tailwind-import .focus\:text-indigo-500:focus {
  color: #6366f1;
}
.tailwind-import .focus\:text-indigo-600:focus {
  color: #4f46e5;
}
.tailwind-import .focus\:text-indigo-700:focus {
  color: #4338ca;
}
.tailwind-import .focus\:text-indigo-800:focus {
  color: #3730a3;
}
.tailwind-import .focus\:text-indigo-900:focus {
  color: #312e81;
}
.tailwind-import .focus\:text-purple-50:focus {
  color: #f5f3ff;
}
.tailwind-import .focus\:text-purple-100:focus {
  color: #ede9fe;
}
.tailwind-import .focus\:text-purple-200:focus {
  color: #ddd6fe;
}
.tailwind-import .focus\:text-purple-300:focus {
  color: #c4b5fd;
}
.tailwind-import .focus\:text-purple-400:focus {
  color: #a78bfa;
}
.tailwind-import .focus\:text-purple-500:focus {
  color: #8b5cf6;
}
.tailwind-import .focus\:text-purple-600:focus {
  color: #7c3aed;
}
.tailwind-import .focus\:text-purple-700:focus {
  color: #6d28d9;
}
.tailwind-import .focus\:text-purple-800:focus {
  color: #5b21b6;
}
.tailwind-import .focus\:text-purple-900:focus {
  color: #4c1d95;
}
.tailwind-import .focus\:text-pink-50:focus {
  color: #fdf2f8;
}
.tailwind-import .focus\:text-pink-100:focus {
  color: #fce7f3;
}
.tailwind-import .focus\:text-pink-200:focus {
  color: #fbcfe8;
}
.tailwind-import .focus\:text-pink-300:focus {
  color: #f9a8d4;
}
.tailwind-import .focus\:text-pink-400:focus {
  color: #f472b6;
}
.tailwind-import .focus\:text-pink-500:focus {
  color: #ec4899;
}
.tailwind-import .focus\:text-pink-600:focus {
  color: #db2777;
}
.tailwind-import .focus\:text-pink-700:focus {
  color: #be185d;
}
.tailwind-import .focus\:text-pink-800:focus {
  color: #9d174d;
}
.tailwind-import .focus\:text-pink-900:focus {
  color: #831843;
}
.tailwind-import .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tailwind-import .overflow-ellipsis {
  text-overflow: ellipsis;
}
.tailwind-import .overflow-clip {
  text-overflow: clip;
}
.tailwind-import .italic {
  font-style: italic;
}
.tailwind-import .not-italic {
  font-style: normal;
}
.tailwind-import .uppercase {
  text-transform: uppercase;
}
.tailwind-import .lowercase {
  text-transform: lowercase;
}
.tailwind-import .capitalize {
  text-transform: capitalize;
}
.tailwind-import .normal-case {
  text-transform: none;
}
.tailwind-import .underline {
  text-decoration: underline;
}
.tailwind-import .line-through {
  text-decoration: line-through;
}
.tailwind-import .no-underline {
  text-decoration: none;
}
.tailwind-import .group:hover .group-hover\:underline {
  text-decoration: underline;
}
.tailwind-import .group:hover .group-hover\:line-through {
  text-decoration: line-through;
}
.tailwind-import .group:hover .group-hover\:no-underline {
  text-decoration: none;
}
.tailwind-import .focus-within\:underline:focus-within {
  text-decoration: underline;
}
.tailwind-import .focus-within\:line-through:focus-within {
  text-decoration: line-through;
}
.tailwind-import .focus-within\:no-underline:focus-within {
  text-decoration: none;
}
.tailwind-import .hover\:underline:hover {
  text-decoration: underline;
}
.tailwind-import .hover\:line-through:hover {
  text-decoration: line-through;
}
.tailwind-import .hover\:no-underline:hover {
  text-decoration: none;
}
.tailwind-import .focus\:underline:focus {
  text-decoration: underline;
}
.tailwind-import .focus\:line-through:focus {
  text-decoration: line-through;
}
.tailwind-import .focus\:no-underline:focus {
  text-decoration: none;
}
.tailwind-import .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tailwind-import .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.tailwind-import .normal-nums {
  font-variant-numeric: normal;
}
.tailwind-import .tracking-tighter {
  letter-spacing: -0.05em;
}
.tailwind-import .tracking-tight {
  letter-spacing: -0.025em;
}
.tailwind-import .tracking-normal {
  letter-spacing: 0em;
}
.tailwind-import .tracking-wide {
  letter-spacing: 0.025em;
}
.tailwind-import .tracking-wider {
  letter-spacing: 0.05em;
}
.tailwind-import .tracking-widest {
  letter-spacing: 0.1em;
}
.tailwind-import .select-none {
  -webkit-user-select: none;
  user-select: none;
}
.tailwind-import .select-text {
  -webkit-user-select: text;
  user-select: text;
}
.tailwind-import .select-all {
  -webkit-user-select: all;
  user-select: all;
}
.tailwind-import .select-auto {
  -webkit-user-select: auto;
  user-select: auto;
}
.tailwind-import .align-baseline {
  vertical-align: baseline;
}
.tailwind-import .align-top {
  vertical-align: top;
}
.tailwind-import .align-middle {
  vertical-align: middle;
}
.tailwind-import .align-bottom {
  vertical-align: bottom;
}
.tailwind-import .align-text-top {
  vertical-align: text-top;
}
.tailwind-import .align-text-bottom {
  vertical-align: text-bottom;
}
.tailwind-import .visible {
  visibility: visible;
}
.tailwind-import .invisible {
  visibility: hidden;
}
.tailwind-import .whitespace-normal {
  white-space: normal;
}
.tailwind-import .whitespace-nowrap {
  white-space: nowrap;
}
.tailwind-import .whitespace-pre {
  white-space: pre;
}
.tailwind-import .whitespace-pre-line {
  white-space: pre-line;
}
.tailwind-import .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.tailwind-import .break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.tailwind-import .break-words {
  overflow-wrap: break-word;
}
.tailwind-import .break-all {
  word-break: break-all;
}
.tailwind-import .w-0 {
  width: 0px;
}
.tailwind-import .w-1 {
  width: 0.25rem;
}
.tailwind-import .w-2 {
  width: 0.5rem;
}
.tailwind-import .w-3 {
  width: 0.75rem;
}
.tailwind-import .w-4 {
  width: 1rem;
}
.tailwind-import .w-5 {
  width: 1.25rem;
}
.tailwind-import .w-6 {
  width: 1.5rem;
}
.tailwind-import .w-7 {
  width: 1.75rem;
}
.tailwind-import .w-8 {
  width: 2rem;
}
.tailwind-import .w-9 {
  width: 2.25rem;
}
.tailwind-import .w-10 {
  width: 2.5rem;
}
.tailwind-import .w-11 {
  width: 2.75rem;
}
.tailwind-import .w-12 {
  width: 3rem;
}
.tailwind-import .w-14 {
  width: 3.5rem;
}
.tailwind-import .w-16 {
  width: 4rem;
}
.tailwind-import .w-20 {
  width: 5rem;
}
.tailwind-import .w-24 {
  width: 6rem;
}
.tailwind-import .w-28 {
  width: 7rem;
}
.tailwind-import .w-32 {
  width: 8rem;
}
.tailwind-import .w-36 {
  width: 9rem;
}
.tailwind-import .w-40 {
  width: 10rem;
}
.tailwind-import .w-44 {
  width: 11rem;
}
.tailwind-import .w-48 {
  width: 12rem;
}
.tailwind-import .w-52 {
  width: 13rem;
}
.tailwind-import .w-56 {
  width: 14rem;
}
.tailwind-import .w-60 {
  width: 15rem;
}
.tailwind-import .w-64 {
  width: 16rem;
}
.tailwind-import .w-72 {
  width: 18rem;
}
.tailwind-import .w-80 {
  width: 20rem;
}
.tailwind-import .w-96 {
  width: 24rem;
}
.tailwind-import .w-auto {
  width: auto;
}
.tailwind-import .w-px {
  width: 1px;
}
.tailwind-import .w-0\.5 {
  width: 0.125rem;
}
.tailwind-import .w-1\.5 {
  width: 0.375rem;
}
.tailwind-import .w-2\.5 {
  width: 0.625rem;
}
.tailwind-import .w-3\.5 {
  width: 0.875rem;
}
.tailwind-import .w-1\/2 {
  width: 50%;
}
.tailwind-import .w-1\/3 {
  width: 33.333333%;
}
.tailwind-import .w-2\/3 {
  width: 66.666667%;
}
.tailwind-import .w-1\/4 {
  width: 25%;
}
.tailwind-import .w-2\/4 {
  width: 50%;
}
.tailwind-import .w-3\/4 {
  width: 75%;
}
.tailwind-import .w-1\/5 {
  width: 20%;
}
.tailwind-import .w-2\/5 {
  width: 40%;
}
.tailwind-import .w-3\/5 {
  width: 60%;
}
.tailwind-import .w-4\/5 {
  width: 80%;
}
.tailwind-import .w-1\/6 {
  width: 16.666667%;
}
.tailwind-import .w-2\/6 {
  width: 33.333333%;
}
.tailwind-import .w-3\/6 {
  width: 50%;
}
.tailwind-import .w-4\/6 {
  width: 66.666667%;
}
.tailwind-import .w-5\/6 {
  width: 83.333333%;
}
.tailwind-import .w-1\/12 {
  width: 8.333333%;
}
.tailwind-import .w-2\/12 {
  width: 16.666667%;
}
.tailwind-import .w-3\/12 {
  width: 25%;
}
.tailwind-import .w-4\/12 {
  width: 33.333333%;
}
.tailwind-import .w-5\/12 {
  width: 41.666667%;
}
.tailwind-import .w-6\/12 {
  width: 50%;
}
.tailwind-import .w-7\/12 {
  width: 58.333333%;
}
.tailwind-import .w-8\/12 {
  width: 66.666667%;
}
.tailwind-import .w-9\/12 {
  width: 75%;
}
.tailwind-import .w-10\/12 {
  width: 83.333333%;
}
.tailwind-import .w-11\/12 {
  width: 91.666667%;
}
.tailwind-import .w-full {
  width: 100%;
}
.tailwind-import .w-screen {
  width: 100vw;
}
.tailwind-import .w-min {
  width: -webkit-min-content;
  width: min-content;
}
.tailwind-import .w-max {
  width: -webkit-max-content;
  width: max-content;
}
.tailwind-import .z-0 {
  z-index: 0;
}
.tailwind-import .z-10 {
  z-index: 10;
}
.tailwind-import .z-20 {
  z-index: 20;
}
.tailwind-import .z-30 {
  z-index: 30;
}
.tailwind-import .z-40 {
  z-index: 40;
}
.tailwind-import .z-50 {
  z-index: 50;
}
.tailwind-import .z-auto {
  z-index: auto;
}
.tailwind-import .focus-within\:z-0:focus-within {
  z-index: 0;
}
.tailwind-import .focus-within\:z-10:focus-within {
  z-index: 10;
}
.tailwind-import .focus-within\:z-20:focus-within {
  z-index: 20;
}
.tailwind-import .focus-within\:z-30:focus-within {
  z-index: 30;
}
.tailwind-import .focus-within\:z-40:focus-within {
  z-index: 40;
}
.tailwind-import .focus-within\:z-50:focus-within {
  z-index: 50;
}
.tailwind-import .focus-within\:z-auto:focus-within {
  z-index: auto;
}
.tailwind-import .focus\:z-0:focus {
  z-index: 0;
}
.tailwind-import .focus\:z-10:focus {
  z-index: 10;
}
.tailwind-import .focus\:z-20:focus {
  z-index: 20;
}
.tailwind-import .focus\:z-30:focus {
  z-index: 30;
}
.tailwind-import .focus\:z-40:focus {
  z-index: 40;
}
.tailwind-import .focus\:z-50:focus {
  z-index: 50;
}
.tailwind-import .focus\:z-auto:focus {
  z-index: auto;
}
.tailwind-import .gap-0 {
  gap: 0px;
}
.tailwind-import .gap-1 {
  gap: 0.25rem;
}
.tailwind-import .gap-2 {
  gap: 0.5rem;
}
.tailwind-import .gap-3 {
  gap: 0.75rem;
}
.tailwind-import .gap-4 {
  gap: 1rem;
}
.tailwind-import .gap-5 {
  gap: 1.25rem;
}
.tailwind-import .gap-6 {
  gap: 1.5rem;
}
.tailwind-import .gap-7 {
  gap: 1.75rem;
}
.tailwind-import .gap-8 {
  gap: 2rem;
}
.tailwind-import .gap-9 {
  gap: 2.25rem;
}
.tailwind-import .gap-10 {
  gap: 2.5rem;
}
.tailwind-import .gap-11 {
  gap: 2.75rem;
}
.tailwind-import .gap-12 {
  gap: 3rem;
}
.tailwind-import .gap-14 {
  gap: 3.5rem;
}
.tailwind-import .gap-16 {
  gap: 4rem;
}
.tailwind-import .gap-20 {
  gap: 5rem;
}
.tailwind-import .gap-24 {
  gap: 6rem;
}
.tailwind-import .gap-28 {
  gap: 7rem;
}
.tailwind-import .gap-32 {
  gap: 8rem;
}
.tailwind-import .gap-36 {
  gap: 9rem;
}
.tailwind-import .gap-40 {
  gap: 10rem;
}
.tailwind-import .gap-44 {
  gap: 11rem;
}
.tailwind-import .gap-48 {
  gap: 12rem;
}
.tailwind-import .gap-52 {
  gap: 13rem;
}
.tailwind-import .gap-56 {
  gap: 14rem;
}
.tailwind-import .gap-60 {
  gap: 15rem;
}
.tailwind-import .gap-64 {
  gap: 16rem;
}
.tailwind-import .gap-72 {
  gap: 18rem;
}
.tailwind-import .gap-80 {
  gap: 20rem;
}
.tailwind-import .gap-96 {
  gap: 24rem;
}
.tailwind-import .gap-px {
  gap: 1px;
}
.tailwind-import .gap-0\.5 {
  gap: 0.125rem;
}
.tailwind-import .gap-1\.5 {
  gap: 0.375rem;
}
.tailwind-import .gap-2\.5 {
  gap: 0.625rem;
}
.tailwind-import .gap-3\.5 {
  gap: 0.875rem;
}
.tailwind-import .gap-x-0 {
  column-gap: 0px;
}
.tailwind-import .gap-x-1 {
  column-gap: 0.25rem;
}
.tailwind-import .gap-x-2 {
  column-gap: 0.5rem;
}
.tailwind-import .gap-x-3 {
  column-gap: 0.75rem;
}
.tailwind-import .gap-x-4 {
  column-gap: 1rem;
}
.tailwind-import .gap-x-5 {
  column-gap: 1.25rem;
}
.tailwind-import .gap-x-6 {
  column-gap: 1.5rem;
}
.tailwind-import .gap-x-7 {
  column-gap: 1.75rem;
}
.tailwind-import .gap-x-8 {
  column-gap: 2rem;
}
.tailwind-import .gap-x-9 {
  column-gap: 2.25rem;
}
.tailwind-import .gap-x-10 {
  column-gap: 2.5rem;
}
.tailwind-import .gap-x-11 {
  column-gap: 2.75rem;
}
.tailwind-import .gap-x-12 {
  column-gap: 3rem;
}
.tailwind-import .gap-x-14 {
  column-gap: 3.5rem;
}
.tailwind-import .gap-x-16 {
  column-gap: 4rem;
}
.tailwind-import .gap-x-20 {
  column-gap: 5rem;
}
.tailwind-import .gap-x-24 {
  column-gap: 6rem;
}
.tailwind-import .gap-x-28 {
  column-gap: 7rem;
}
.tailwind-import .gap-x-32 {
  column-gap: 8rem;
}
.tailwind-import .gap-x-36 {
  column-gap: 9rem;
}
.tailwind-import .gap-x-40 {
  column-gap: 10rem;
}
.tailwind-import .gap-x-44 {
  column-gap: 11rem;
}
.tailwind-import .gap-x-48 {
  column-gap: 12rem;
}
.tailwind-import .gap-x-52 {
  column-gap: 13rem;
}
.tailwind-import .gap-x-56 {
  column-gap: 14rem;
}
.tailwind-import .gap-x-60 {
  column-gap: 15rem;
}
.tailwind-import .gap-x-64 {
  column-gap: 16rem;
}
.tailwind-import .gap-x-72 {
  column-gap: 18rem;
}
.tailwind-import .gap-x-80 {
  column-gap: 20rem;
}
.tailwind-import .gap-x-96 {
  column-gap: 24rem;
}
.tailwind-import .gap-x-px {
  column-gap: 1px;
}
.tailwind-import .gap-x-0\.5 {
  column-gap: 0.125rem;
}
.tailwind-import .gap-x-1\.5 {
  column-gap: 0.375rem;
}
.tailwind-import .gap-x-2\.5 {
  column-gap: 0.625rem;
}
.tailwind-import .gap-x-3\.5 {
  column-gap: 0.875rem;
}
.tailwind-import .gap-y-0 {
  row-gap: 0px;
}
.tailwind-import .gap-y-1 {
  row-gap: 0.25rem;
}
.tailwind-import .gap-y-2 {
  row-gap: 0.5rem;
}
.tailwind-import .gap-y-3 {
  row-gap: 0.75rem;
}
.tailwind-import .gap-y-4 {
  row-gap: 1rem;
}
.tailwind-import .gap-y-5 {
  row-gap: 1.25rem;
}
.tailwind-import .gap-y-6 {
  row-gap: 1.5rem;
}
.tailwind-import .gap-y-7 {
  row-gap: 1.75rem;
}
.tailwind-import .gap-y-8 {
  row-gap: 2rem;
}
.tailwind-import .gap-y-9 {
  row-gap: 2.25rem;
}
.tailwind-import .gap-y-10 {
  row-gap: 2.5rem;
}
.tailwind-import .gap-y-11 {
  row-gap: 2.75rem;
}
.tailwind-import .gap-y-12 {
  row-gap: 3rem;
}
.tailwind-import .gap-y-14 {
  row-gap: 3.5rem;
}
.tailwind-import .gap-y-16 {
  row-gap: 4rem;
}
.tailwind-import .gap-y-20 {
  row-gap: 5rem;
}
.tailwind-import .gap-y-24 {
  row-gap: 6rem;
}
.tailwind-import .gap-y-28 {
  row-gap: 7rem;
}
.tailwind-import .gap-y-32 {
  row-gap: 8rem;
}
.tailwind-import .gap-y-36 {
  row-gap: 9rem;
}
.tailwind-import .gap-y-40 {
  row-gap: 10rem;
}
.tailwind-import .gap-y-44 {
  row-gap: 11rem;
}
.tailwind-import .gap-y-48 {
  row-gap: 12rem;
}
.tailwind-import .gap-y-52 {
  row-gap: 13rem;
}
.tailwind-import .gap-y-56 {
  row-gap: 14rem;
}
.tailwind-import .gap-y-60 {
  row-gap: 15rem;
}
.tailwind-import .gap-y-64 {
  row-gap: 16rem;
}
.tailwind-import .gap-y-72 {
  row-gap: 18rem;
}
.tailwind-import .gap-y-80 {
  row-gap: 20rem;
}
.tailwind-import .gap-y-96 {
  row-gap: 24rem;
}
.tailwind-import .gap-y-px {
  row-gap: 1px;
}
.tailwind-import .gap-y-0\.5 {
  row-gap: 0.125rem;
}
.tailwind-import .gap-y-1\.5 {
  row-gap: 0.375rem;
}
.tailwind-import .gap-y-2\.5 {
  row-gap: 0.625rem;
}
.tailwind-import .gap-y-3\.5 {
  row-gap: 0.875rem;
}
.tailwind-import .grid-flow-row {
  grid-auto-flow: row;
}
.tailwind-import .grid-flow-col {
  grid-auto-flow: column;
}
.tailwind-import .grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.tailwind-import .grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.tailwind-import .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tailwind-import .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tailwind-import .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tailwind-import .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tailwind-import .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tailwind-import .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tailwind-import .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.tailwind-import .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.tailwind-import .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.tailwind-import .grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.tailwind-import .grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.tailwind-import .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tailwind-import .grid-cols-none {
  grid-template-columns: none;
}
.tailwind-import .auto-cols-auto {
  grid-auto-columns: auto;
}
.tailwind-import .auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}
.tailwind-import .auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.tailwind-import .auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.tailwind-import .col-auto {
  grid-column: auto;
}
.tailwind-import .col-span-1 {
  grid-column: span 1/span 1;
}
.tailwind-import .col-span-2 {
  grid-column: span 2/span 2;
}
.tailwind-import .col-span-3 {
  grid-column: span 3/span 3;
}
.tailwind-import .col-span-4 {
  grid-column: span 4/span 4;
}
.tailwind-import .col-span-5 {
  grid-column: span 5/span 5;
}
.tailwind-import .col-span-6 {
  grid-column: span 6/span 6;
}
.tailwind-import .col-span-7 {
  grid-column: span 7/span 7;
}
.tailwind-import .col-span-8 {
  grid-column: span 8/span 8;
}
.tailwind-import .col-span-9 {
  grid-column: span 9/span 9;
}
.tailwind-import .col-span-10 {
  grid-column: span 10/span 10;
}
.tailwind-import .col-span-11 {
  grid-column: span 11/span 11;
}
.tailwind-import .col-span-12 {
  grid-column: span 12/span 12;
}
.tailwind-import .col-span-full {
  grid-column: 1/-1;
}
.tailwind-import .col-start-1 {
  grid-column-start: 1;
}
.tailwind-import .col-start-2 {
  grid-column-start: 2;
}
.tailwind-import .col-start-3 {
  grid-column-start: 3;
}
.tailwind-import .col-start-4 {
  grid-column-start: 4;
}
.tailwind-import .col-start-5 {
  grid-column-start: 5;
}
.tailwind-import .col-start-6 {
  grid-column-start: 6;
}
.tailwind-import .col-start-7 {
  grid-column-start: 7;
}
.tailwind-import .col-start-8 {
  grid-column-start: 8;
}
.tailwind-import .col-start-9 {
  grid-column-start: 9;
}
.tailwind-import .col-start-10 {
  grid-column-start: 10;
}
.tailwind-import .col-start-11 {
  grid-column-start: 11;
}
.tailwind-import .col-start-12 {
  grid-column-start: 12;
}
.tailwind-import .col-start-13 {
  grid-column-start: 13;
}
.tailwind-import .col-start-auto {
  grid-column-start: auto;
}
.tailwind-import .col-end-1 {
  grid-column-end: 1;
}
.tailwind-import .col-end-2 {
  grid-column-end: 2;
}
.tailwind-import .col-end-3 {
  grid-column-end: 3;
}
.tailwind-import .col-end-4 {
  grid-column-end: 4;
}
.tailwind-import .col-end-5 {
  grid-column-end: 5;
}
.tailwind-import .col-end-6 {
  grid-column-end: 6;
}
.tailwind-import .col-end-7 {
  grid-column-end: 7;
}
.tailwind-import .col-end-8 {
  grid-column-end: 8;
}
.tailwind-import .col-end-9 {
  grid-column-end: 9;
}
.tailwind-import .col-end-10 {
  grid-column-end: 10;
}
.tailwind-import .col-end-11 {
  grid-column-end: 11;
}
.tailwind-import .col-end-12 {
  grid-column-end: 12;
}
.tailwind-import .col-end-13 {
  grid-column-end: 13;
}
.tailwind-import .col-end-auto {
  grid-column-end: auto;
}
.tailwind-import .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tailwind-import .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.tailwind-import .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.tailwind-import .grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.tailwind-import .grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.tailwind-import .grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.tailwind-import .grid-rows-none {
  grid-template-rows: none;
}
.tailwind-import .auto-rows-auto {
  grid-auto-rows: auto;
}
.tailwind-import .auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.tailwind-import .auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.tailwind-import .auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.tailwind-import .row-auto {
  grid-row: auto;
}
.tailwind-import .row-span-1 {
  grid-row: span 1/span 1;
}
.tailwind-import .row-span-2 {
  grid-row: span 2/span 2;
}
.tailwind-import .row-span-3 {
  grid-row: span 3/span 3;
}
.tailwind-import .row-span-4 {
  grid-row: span 4/span 4;
}
.tailwind-import .row-span-5 {
  grid-row: span 5/span 5;
}
.tailwind-import .row-span-6 {
  grid-row: span 6/span 6;
}
.tailwind-import .row-span-full {
  grid-row: 1/-1;
}
.tailwind-import .row-start-1 {
  grid-row-start: 1;
}
.tailwind-import .row-start-2 {
  grid-row-start: 2;
}
.tailwind-import .row-start-3 {
  grid-row-start: 3;
}
.tailwind-import .row-start-4 {
  grid-row-start: 4;
}
.tailwind-import .row-start-5 {
  grid-row-start: 5;
}
.tailwind-import .row-start-6 {
  grid-row-start: 6;
}
.tailwind-import .row-start-7 {
  grid-row-start: 7;
}
.tailwind-import .row-start-auto {
  grid-row-start: auto;
}
.tailwind-import .row-end-1 {
  grid-row-end: 1;
}
.tailwind-import .row-end-2 {
  grid-row-end: 2;
}
.tailwind-import .row-end-3 {
  grid-row-end: 3;
}
.tailwind-import .row-end-4 {
  grid-row-end: 4;
}
.tailwind-import .row-end-5 {
  grid-row-end: 5;
}
.tailwind-import .row-end-6 {
  grid-row-end: 6;
}
.tailwind-import .row-end-7 {
  grid-row-end: 7;
}
.tailwind-import .row-end-auto {
  grid-row-end: auto;
}
.tailwind-import .transform {
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.tailwind-import .transform-gpu {
  transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.tailwind-import .transform-none {
  transform: none;
}
.tailwind-import .origin-center {
  transform-origin: center;
}
.tailwind-import .origin-top {
  transform-origin: top;
}
.tailwind-import .origin-top-right {
  transform-origin: top right;
}
.tailwind-import .origin-right {
  transform-origin: right;
}
.tailwind-import .origin-bottom-right {
  transform-origin: bottom right;
}
.tailwind-import .origin-bottom {
  transform-origin: bottom;
}
.tailwind-import .origin-bottom-left {
  transform-origin: bottom left;
}
.tailwind-import .origin-left {
  transform-origin: left;
}
.tailwind-import .origin-top-left {
  transform-origin: top left;
}
.tailwind-import .transition-none {
  transition-property: none;
}
.tailwind-import .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind-import .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind-import .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;
}
.tailwind-import .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind-import .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind-import .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind-import .ease-linear {
  transition-timing-function: linear;
}
.tailwind-import .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.tailwind-import .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tailwind-import .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind-import .duration-75 {
  transition-duration: 75ms;
}
.tailwind-import .duration-100 {
  transition-duration: 100ms;
}
.tailwind-import .duration-150 {
  transition-duration: 150ms;
}
.tailwind-import .duration-200 {
  transition-duration: 200ms;
}
.tailwind-import .duration-300 {
  transition-duration: 300ms;
}
.tailwind-import .duration-500 {
  transition-duration: 500ms;
}
.tailwind-import .duration-700 {
  transition-duration: 700ms;
}
.tailwind-import .duration-1000 {
  transition-duration: 1000ms;
}
.tailwind-import .delay-75 {
  transition-delay: 75ms;
}
.tailwind-import .delay-100 {
  transition-delay: 100ms;
}
.tailwind-import .delay-150 {
  transition-delay: 150ms;
}
.tailwind-import .delay-200 {
  transition-delay: 200ms;
}
.tailwind-import .delay-300 {
  transition-delay: 300ms;
}
.tailwind-import .delay-500 {
  transition-delay: 500ms;
}
.tailwind-import .delay-700 {
  transition-delay: 700ms;
}
.tailwind-import .delay-1000 {
  transition-delay: 1000ms;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.tailwind-import .animate-none {
  animation: none;
}
.tailwind-import .animate-spin {
  animation: spin 1s linear infinite;
}
.tailwind-import .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.tailwind-import .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tailwind-import .animate-bounce {
  animation: bounce 1s infinite;
}
@media (min-width: 640px) {
  .tailwind-import .sm\:container {
    width: 100%;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .tailwind-import .sm\:container {
    max-width: 640px;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .tailwind-import .sm\:container {
    max-width: 768px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .tailwind-import .sm\:container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .tailwind-import .sm\:container {
    max-width: 1280px;
  }
}
@media (min-width: 640px) and (min-width: 1536px) {
  .tailwind-import .sm\:container {
    max-width: 1536px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * $tw-space-x-reverse);
    margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.5rem * $tw-space-x-reverse);
    margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.75rem * $tw-space-x-reverse);
    margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * $tw-space-x-reverse);
    margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * $tw-space-x-reverse);
    margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.5rem * $tw-space-x-reverse);
    margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.75rem * $tw-space-x-reverse);
    margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2rem * $tw-space-x-reverse);
    margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * $tw-space-x-reverse);
    margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.5rem * $tw-space-x-reverse);
    margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.75rem * $tw-space-x-reverse);
    margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3rem * $tw-space-x-reverse);
    margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3.5rem * $tw-space-x-reverse);
    margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(4rem * $tw-space-x-reverse);
    margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(5rem * $tw-space-x-reverse);
    margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(6rem * $tw-space-x-reverse);
    margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(7rem * $tw-space-x-reverse);
    margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8rem * $tw-space-x-reverse);
    margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(9rem * $tw-space-x-reverse);
    margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(10rem * $tw-space-x-reverse);
    margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(11rem * $tw-space-x-reverse);
    margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(12rem * $tw-space-x-reverse);
    margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(13rem * $tw-space-x-reverse);
    margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(14rem * $tw-space-x-reverse);
    margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(15rem * $tw-space-x-reverse);
    margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(16rem * $tw-space-x-reverse);
    margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(18rem * $tw-space-x-reverse);
    margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(20rem * $tw-space-x-reverse);
    margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(24rem * $tw-space-x-reverse);
    margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1px * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1px * $tw-space-x-reverse);
    margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.125rem * $tw-space-x-reverse);
    margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.375rem * $tw-space-x-reverse);
    margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.625rem * $tw-space-x-reverse);
    margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.875rem * $tw-space-x-reverse);
    margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.25rem * $tw-space-x-reverse);
    margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.5rem * $tw-space-x-reverse);
    margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.75rem * $tw-space-x-reverse);
    margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1rem * $tw-space-x-reverse);
    margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.25rem * $tw-space-x-reverse);
    margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.5rem * $tw-space-x-reverse);
    margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.75rem * $tw-space-x-reverse);
    margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2rem * $tw-space-x-reverse);
    margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.25rem * $tw-space-x-reverse);
    margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.5rem * $tw-space-x-reverse);
    margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.75rem * $tw-space-x-reverse);
    margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3rem * $tw-space-x-reverse);
    margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3.5rem * $tw-space-x-reverse);
    margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-4rem * $tw-space-x-reverse);
    margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-5rem * $tw-space-x-reverse);
    margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-6rem * $tw-space-x-reverse);
    margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-7rem * $tw-space-x-reverse);
    margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-8rem * $tw-space-x-reverse);
    margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-9rem * $tw-space-x-reverse);
    margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-10rem * $tw-space-x-reverse);
    margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-11rem * $tw-space-x-reverse);
    margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-12rem * $tw-space-x-reverse);
    margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-13rem * $tw-space-x-reverse);
    margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-14rem * $tw-space-x-reverse);
    margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-15rem * $tw-space-x-reverse);
    margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-16rem * $tw-space-x-reverse);
    margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-18rem * $tw-space-x-reverse);
    margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-20rem * $tw-space-x-reverse);
    margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-24rem * $tw-space-x-reverse);
    margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1px * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1px * $tw-space-x-reverse);
    margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.125rem * $tw-space-x-reverse);
    margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.375rem * $tw-space-x-reverse);
    margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.625rem * $tw-space-x-reverse);
    margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.875rem * $tw-space-x-reverse);
    margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(0px * $tw-divide-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(0px * $tw-divide-x-reverse);
    border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(2px * $tw-divide-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(2px * $tw-divide-x-reverse);
    border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(4px * $tw-divide-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(4px * $tw-divide-x-reverse);
    border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(8px * $tw-divide-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(8px * $tw-divide-x-reverse);
    border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(1px * $tw-divide-y-reverse);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(1px * $tw-divide-x-reverse);
    border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\: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;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\: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;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\: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;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:appearance-none {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-local {
    background-attachment: local;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-black {
    background-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-white {
    background-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-black {
    background-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-white {
    background-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-black:focus-within {
    background-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-white:focus-within {
    background-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-50:focus-within {
    background-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-100:focus-within {
    background-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-200:focus-within {
    background-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-300:focus-within {
    background-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-400:focus-within {
    background-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-500:focus-within {
    background-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-600:focus-within {
    background-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-700:focus-within {
    background-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-800:focus-within {
    background-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-gray-900:focus-within {
    background-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-50:focus-within {
    background-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-100:focus-within {
    background-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-200:focus-within {
    background-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-300:focus-within {
    background-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-400:focus-within {
    background-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-500:focus-within {
    background-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-600:focus-within {
    background-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-700:focus-within {
    background-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-800:focus-within {
    background-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-red-900:focus-within {
    background-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-50:focus-within {
    background-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-300:focus-within {
    background-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-400:focus-within {
    background-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-500:focus-within {
    background-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-800:focus-within {
    background-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-yellow-900:focus-within {
    background-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-50:focus-within {
    background-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-100:focus-within {
    background-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-200:focus-within {
    background-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-300:focus-within {
    background-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-400:focus-within {
    background-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-500:focus-within {
    background-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-600:focus-within {
    background-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-700:focus-within {
    background-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-800:focus-within {
    background-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-green-900:focus-within {
    background-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-50:focus-within {
    background-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-100:focus-within {
    background-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-200:focus-within {
    background-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-300:focus-within {
    background-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-400:focus-within {
    background-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-500:focus-within {
    background-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-600:focus-within {
    background-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-700:focus-within {
    background-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-800:focus-within {
    background-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-blue-900:focus-within {
    background-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-50:focus-within {
    background-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-100:focus-within {
    background-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-400:focus-within {
    background-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-500:focus-within {
    background-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-600:focus-within {
    background-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-800:focus-within {
    background-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-indigo-900:focus-within {
    background-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-50:focus-within {
    background-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-100:focus-within {
    background-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-200:focus-within {
    background-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-300:focus-within {
    background-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-400:focus-within {
    background-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-500:focus-within {
    background-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-600:focus-within {
    background-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-700:focus-within {
    background-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-800:focus-within {
    background-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-purple-900:focus-within {
    background-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-50:focus-within {
    background-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-100:focus-within {
    background-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-200:focus-within {
    background-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-300:focus-within {
    background-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-400:focus-within {
    background-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-500:focus-within {
    background-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-600:focus-within {
    background-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-700:focus-within {
    background-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-800:focus-within {
    background-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:bg-pink-900:focus-within {
    background-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-black:hover {
    background-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-white:hover {
    background-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-600:hover {
    background-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-700:hover {
    background-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-black:focus {
    background-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-white:focus {
    background-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-600:focus {
    background-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-700:focus {
    background-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-none {
    background-image: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-center {
    background-position: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-left {
    background-position: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-right {
    background-position: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-top {
    background-position: top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-auto {
    background-size: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-cover {
    background-size: cover;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-black {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-white {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-black {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-white {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-black:focus-within {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-white:focus-within {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-50:focus-within {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-100:focus-within {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-200:focus-within {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-300:focus-within {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-400:focus-within {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-500:focus-within {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-600:focus-within {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-700:focus-within {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-800:focus-within {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-gray-900:focus-within {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-50:focus-within {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-100:focus-within {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-200:focus-within {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-300:focus-within {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-400:focus-within {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-500:focus-within {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-600:focus-within {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-700:focus-within {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-800:focus-within {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-red-900:focus-within {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-50:focus-within {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-100:focus-within {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-200:focus-within {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-300:focus-within {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-400:focus-within {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-500:focus-within {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-600:focus-within {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-700:focus-within {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-800:focus-within {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-yellow-900:focus-within {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-50:focus-within {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-100:focus-within {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-200:focus-within {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-300:focus-within {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-400:focus-within {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-500:focus-within {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-600:focus-within {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-700:focus-within {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-800:focus-within {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-green-900:focus-within {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-50:focus-within {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-100:focus-within {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-200:focus-within {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-300:focus-within {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-400:focus-within {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-500:focus-within {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-600:focus-within {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-700:focus-within {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-800:focus-within {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-blue-900:focus-within {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-50:focus-within {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-100:focus-within {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-200:focus-within {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-300:focus-within {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-400:focus-within {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-500:focus-within {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-600:focus-within {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-700:focus-within {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-800:focus-within {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-indigo-900:focus-within {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-50:focus-within {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-100:focus-within {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-200:focus-within {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-300:focus-within {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-400:focus-within {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-500:focus-within {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-600:focus-within {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-700:focus-within {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-800:focus-within {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-purple-900:focus-within {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-50:focus-within {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-100:focus-within {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-200:focus-within {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-300:focus-within {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-400:focus-within {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-500:focus-within {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-600:focus-within {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-700:focus-within {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-800:focus-within {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:border-pink-900:focus-within {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-black:hover {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-white:hover {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-700:hover {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-gray-900:hover {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-400:hover {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-400:hover {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-500:hover {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-600:hover {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-700:hover {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-800:hover {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:border-pink-900:hover {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-black:focus {
    border-color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-white:focus {
    border-color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-700:focus {
    border-color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-gray-900:focus {
    border-color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-400:focus {
    border-color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-400:focus {
    border-color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-500:focus {
    border-color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-600:focus {
    border-color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-700:focus {
    border-color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-800:focus {
    border-color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:border-pink-900:focus {
    border-color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-none {
    border-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-solid {
    border-style: solid;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-double {
    border-style: double;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-none {
    border-style: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-0 {
    border-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-2 {
    border-width: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-4 {
    border-width: 4px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-8 {
    border-width: 8px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border {
    border-width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-r-0 {
    border-right-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-b-0 {
    border-bottom-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-l-0 {
    border-left-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-default {
    cursor: default;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-text {
    cursor: text;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-move {
    cursor: move;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-help {
    cursor: help;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:block {
    display: block;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inline {
    display: inline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex {
    display: flex;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table {
    display: table;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-caption {
    display: table-caption;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-cell {
    display: table-cell;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-column {
    display: table-column;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-row {
    display: table-row;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flow-root {
    display: flow-root;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid {
    display: grid;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:contents {
    display: contents;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-items-start {
    place-items: start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-items-end {
    place-items: end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-items-center {
    place-items: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-center {
    place-content: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-start {
    place-content: start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-end {
    place-content: end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-self-end {
    place-self: end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-self-center {
    place-self: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:items-center {
    align-items: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-center {
    align-content: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-start {
    align-content: flex-start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-end {
    align-content: flex-end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-between {
    align-content: space-between;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-around {
    align-content: space-around;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:self-auto {
    align-self: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:self-end {
    align-self: flex-end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:self-center {
    align-self: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-none {
    flex: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-1 {
    order: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-2 {
    order: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-3 {
    order: 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-4 {
    order: 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-5 {
    order: 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-6 {
    order: 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-7 {
    order: 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-8 {
    order: 8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-9 {
    order: 9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-10 {
    order: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-11 {
    order: 11;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-12 {
    order: 12;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-first {
    order: -9999;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-last {
    order: 9999;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:order-none {
    order: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:float-right {
    float: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:float-left {
    float: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:float-none {
    float: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:clear-left {
    clear: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:clear-right {
    clear: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:clear-both {
    clear: both;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:clear-none {
    clear: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-thin {
    font-weight: 100;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-extralight {
    font-weight: 200;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-light {
    font-weight: 300;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:font-black {
    font-weight: 900;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-0 {
    height: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1 {
    height: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2 {
    height: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-3 {
    height: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-4 {
    height: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-5 {
    height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-6 {
    height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-7 {
    height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-8 {
    height: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-9 {
    height: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-10 {
    height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-11 {
    height: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-12 {
    height: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-14 {
    height: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-16 {
    height: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-20 {
    height: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-24 {
    height: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-28 {
    height: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-32 {
    height: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-36 {
    height: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-40 {
    height: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-44 {
    height: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-48 {
    height: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-52 {
    height: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-56 {
    height: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-60 {
    height: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-64 {
    height: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-72 {
    height: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-80 {
    height: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-96 {
    height: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-auto {
    height: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-px {
    height: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-0\.5 {
    height: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\.5 {
    height: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2\.5 {
    height: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-3\.5 {
    height: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\/2 {
    height: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\/3 {
    height: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2\/3 {
    height: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\/4 {
    height: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2\/4 {
    height: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-3\/4 {
    height: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\/5 {
    height: 20%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2\/5 {
    height: 40%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-3\/5 {
    height: 60%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-4\/5 {
    height: 80%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-1\/6 {
    height: 16.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-2\/6 {
    height: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-3\/6 {
    height: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-4\/6 {
    height: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-5\/6 {
    height: 83.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-full {
    height: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:h-screen {
    height: 100vh;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:leading-loose {
    line-height: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:list-none {
    list-style-type: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-0 {
    margin: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-1 {
    margin: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-2 {
    margin: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-3 {
    margin: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-4 {
    margin: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-5 {
    margin: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-6 {
    margin: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-7 {
    margin: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-8 {
    margin: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-9 {
    margin: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-10 {
    margin: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-11 {
    margin: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-12 {
    margin: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-14 {
    margin: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-16 {
    margin: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-20 {
    margin: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-24 {
    margin: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-28 {
    margin: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-32 {
    margin: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-36 {
    margin: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-40 {
    margin: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-44 {
    margin: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-48 {
    margin: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-52 {
    margin: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-56 {
    margin: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-60 {
    margin: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-64 {
    margin: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-72 {
    margin: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-80 {
    margin: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-96 {
    margin: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-auto {
    margin: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-px {
    margin: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-0\.5 {
    margin: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-1\.5 {
    margin: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-2\.5 {
    margin: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:m-3\.5 {
    margin: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-0 {
    margin: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-1 {
    margin: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-2 {
    margin: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-3 {
    margin: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-4 {
    margin: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-5 {
    margin: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-6 {
    margin: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-7 {
    margin: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-8 {
    margin: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-9 {
    margin: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-10 {
    margin: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-11 {
    margin: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-12 {
    margin: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-14 {
    margin: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-16 {
    margin: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-20 {
    margin: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-24 {
    margin: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-28 {
    margin: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-32 {
    margin: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-36 {
    margin: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-40 {
    margin: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-44 {
    margin: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-48 {
    margin: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-52 {
    margin: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-56 {
    margin: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-60 {
    margin: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-64 {
    margin: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-72 {
    margin: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-80 {
    margin: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-96 {
    margin: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-px {
    margin: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-0\.5 {
    margin: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-1\.5 {
    margin: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-2\.5 {
    margin: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-m-3\.5 {
    margin: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-1 {
    margin-right: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-1 {
    margin-left: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-2 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-2 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-2 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-3 {
    margin-right: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-3 {
    margin-left: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-4 {
    margin-top: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-4 {
    margin-left: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-5 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-5 {
    margin-left: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-6 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-7 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-7 {
    margin-right: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-7 {
    margin-left: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-8 {
    margin-top: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-8 {
    margin-right: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-8 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-8 {
    margin-left: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-9 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-9 {
    margin-right: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-9 {
    margin-left: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-10 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-10 {
    margin-right: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-10 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-11 {
    margin-top: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-11 {
    margin-right: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-11 {
    margin-left: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-12 {
    margin-top: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-12 {
    margin-right: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-12 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-12 {
    margin-left: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-14 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-14 {
    margin-right: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-14 {
    margin-left: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-16 {
    margin-right: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-16 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-16 {
    margin-left: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-20 {
    margin-top: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-20 {
    margin-right: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-20 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-20 {
    margin-left: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-24 {
    margin-right: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-24 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-24 {
    margin-left: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-28 {
    margin-top: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-28 {
    margin-right: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-28 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-28 {
    margin-left: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-32 {
    margin-top: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-32 {
    margin-right: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-32 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-32 {
    margin-left: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-36 {
    margin-top: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-36 {
    margin-right: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-36 {
    margin-bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-36 {
    margin-left: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-40 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-40 {
    margin-left: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-44 {
    margin-top: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-44 {
    margin-right: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-44 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-44 {
    margin-left: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-48 {
    margin-top: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-48 {
    margin-right: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-48 {
    margin-bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-48 {
    margin-left: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-52 {
    margin-top: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-52 {
    margin-right: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-52 {
    margin-bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-52 {
    margin-left: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-56 {
    margin-top: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-56 {
    margin-right: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-56 {
    margin-bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-56 {
    margin-left: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-60 {
    margin-top: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-60 {
    margin-right: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-60 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-60 {
    margin-left: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-64 {
    margin-top: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-64 {
    margin-right: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-64 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-64 {
    margin-left: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-72 {
    margin-top: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-72 {
    margin-right: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-72 {
    margin-bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-72 {
    margin-left: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-80 {
    margin-top: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-80 {
    margin-right: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-80 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-80 {
    margin-left: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-96 {
    margin-top: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-96 {
    margin-right: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-96 {
    margin-bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-96 {
    margin-left: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-2 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-2 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-3 {
    margin-right: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-4 {
    margin-top: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-4 {
    margin-right: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-4 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-4 {
    margin-left: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-5 {
    margin-top: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-5 {
    margin-right: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-5 {
    margin-left: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-6 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-6 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-7 {
    margin-top: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-7 {
    margin-right: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-7 {
    margin-left: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-8 {
    margin-top: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-8 {
    margin-right: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-8 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-8 {
    margin-left: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-9 {
    margin-top: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-9 {
    margin-right: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-9 {
    margin-left: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-10 {
    margin-top: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-10 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-11 {
    margin-top: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-11 {
    margin-right: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-11 {
    margin-left: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-12 {
    margin-top: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-12 {
    margin-right: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-12 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-12 {
    margin-left: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-14 {
    margin-top: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-14 {
    margin-right: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-14 {
    margin-left: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-16 {
    margin-top: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-16 {
    margin-right: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-16 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-16 {
    margin-left: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-20 {
    margin-top: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-20 {
    margin-right: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-20 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-20 {
    margin-left: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-24 {
    margin-top: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-24 {
    margin-right: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-24 {
    margin-bottom: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-24 {
    margin-left: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-28 {
    margin-top: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-28 {
    margin-right: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-28 {
    margin-bottom: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-28 {
    margin-left: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-32 {
    margin-top: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-32 {
    margin-right: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-32 {
    margin-bottom: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-32 {
    margin-left: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-36 {
    margin-top: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-36 {
    margin-right: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-36 {
    margin-bottom: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-36 {
    margin-left: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-40 {
    margin-top: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-40 {
    margin-right: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-40 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-40 {
    margin-left: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-44 {
    margin-top: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-44 {
    margin-right: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-44 {
    margin-bottom: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-44 {
    margin-left: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-48 {
    margin-top: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-48 {
    margin-right: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-48 {
    margin-bottom: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-48 {
    margin-left: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-52 {
    margin-top: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-52 {
    margin-right: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-52 {
    margin-bottom: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-52 {
    margin-left: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-56 {
    margin-top: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-56 {
    margin-right: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-56 {
    margin-bottom: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-56 {
    margin-left: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-60 {
    margin-top: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-60 {
    margin-right: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-60 {
    margin-bottom: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-60 {
    margin-left: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-64 {
    margin-top: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-64 {
    margin-right: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-64 {
    margin-bottom: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-64 {
    margin-left: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-72 {
    margin-top: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-72 {
    margin-right: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-72 {
    margin-bottom: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-72 {
    margin-left: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-80 {
    margin-top: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-80 {
    margin-right: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-80 {
    margin-bottom: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-80 {
    margin-left: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-96 {
    margin-right: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-96 {
    margin-bottom: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-96 {
    margin-left: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-0 {
    max-height: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-1 {
    max-height: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-2 {
    max-height: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-3 {
    max-height: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-4 {
    max-height: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-5 {
    max-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-6 {
    max-height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-7 {
    max-height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-8 {
    max-height: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-9 {
    max-height: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-10 {
    max-height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-11 {
    max-height: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-12 {
    max-height: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-14 {
    max-height: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-16 {
    max-height: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-20 {
    max-height: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-24 {
    max-height: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-28 {
    max-height: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-32 {
    max-height: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-36 {
    max-height: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-40 {
    max-height: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-44 {
    max-height: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-48 {
    max-height: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-52 {
    max-height: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-56 {
    max-height: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-60 {
    max-height: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-64 {
    max-height: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-72 {
    max-height: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-80 {
    max-height: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-96 {
    max-height: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-px {
    max-height: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-0 {
    max-width: 0rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-7xl {
    max-width: 80rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-prose {
    max-width: 65ch;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-h-0 {
    min-height: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-w-0 {
    min-width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-contain {
    object-fit: contain;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-cover {
    object-fit: cover;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-fill {
    object-fit: fill;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-none {
    object-fit: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-center {
    object-position: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-left {
    object-position: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-left-top {
    object-position: left top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-right {
    object-position: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-right-top {
    object-position: right top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:object-top {
    object-position: top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-1 {
    padding: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-5 {
    padding: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-9 {
    padding: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-11 {
    padding: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-14 {
    padding: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-20 {
    padding: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-24 {
    padding: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-28 {
    padding: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-32 {
    padding: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-36 {
    padding: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-40 {
    padding: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-44 {
    padding: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-48 {
    padding: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-52 {
    padding: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-56 {
    padding: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-60 {
    padding: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-64 {
    padding: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-72 {
    padding: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-80 {
    padding: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-96 {
    padding: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-px {
    padding: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-0\.5 {
    padding: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-1\.5 {
    padding: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-2\.5 {
    padding: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:p-3\.5 {
    padding: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-1 {
    padding-top: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-1 {
    padding-right: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-1 {
    padding-left: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-2 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-3 {
    padding-right: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-3 {
    padding-left: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-7 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-7 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-8 {
    padding-left: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-9 {
    padding-top: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-9 {
    padding-left: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-11 {
    padding-top: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-11 {
    padding-right: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-11 {
    padding-left: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-12 {
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-12 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-12 {
    padding-left: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-14 {
    padding-left: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-16 {
    padding-right: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-20 {
    padding-left: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-24 {
    padding-right: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-24 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-24 {
    padding-left: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-28 {
    padding-top: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-28 {
    padding-right: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-28 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-28 {
    padding-left: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-32 {
    padding-right: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-32 {
    padding-left: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-36 {
    padding-right: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-36 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-36 {
    padding-left: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-40 {
    padding-right: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-40 {
    padding-left: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-44 {
    padding-top: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-44 {
    padding-right: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-44 {
    padding-bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-44 {
    padding-left: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-48 {
    padding-top: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-48 {
    padding-right: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-48 {
    padding-left: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-52 {
    padding-right: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-52 {
    padding-bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-56 {
    padding-top: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-56 {
    padding-right: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-56 {
    padding-bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-56 {
    padding-left: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-60 {
    padding-top: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-60 {
    padding-right: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-60 {
    padding-left: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-64 {
    padding-top: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-64 {
    padding-right: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-64 {
    padding-bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-64 {
    padding-left: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-72 {
    padding-top: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-72 {
    padding-right: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-72 {
    padding-bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-72 {
    padding-left: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-80 {
    padding-top: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-80 {
    padding-right: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-80 {
    padding-bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-80 {
    padding-left: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-96 {
    padding-top: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-96 {
    padding-right: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-96 {
    padding-bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-96 {
    padding-left: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-current::placeholder {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-black::placeholder {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-white::placeholder {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-50::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-100::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-200::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-300::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-400::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-500::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-600::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-700::placeholder {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-800::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-gray-900::placeholder {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-50::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-100::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-200::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-300::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-400::placeholder {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-500::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-600::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-700::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-800::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-red-900::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-50::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-100::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-200::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-300::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-400::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-500::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-600::placeholder {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-700::placeholder {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-800::placeholder {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-yellow-900::placeholder {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-50::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-100::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-200::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-300::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-400::placeholder {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-500::placeholder {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-600::placeholder {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-700::placeholder {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-800::placeholder {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-green-900::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-50::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-100::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-200::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-300::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-400::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-500::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-600::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-700::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-800::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-blue-900::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-50::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-100::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-200::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-300::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-400::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-500::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-600::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-700::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-800::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-indigo-900::placeholder {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-50::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-100::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-200::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-300::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-400::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-500::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-600::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-700::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-800::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-purple-900::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-50::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-100::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-200::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-300::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-400::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-500::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-600::placeholder {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-700::placeholder {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-800::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:placeholder-pink-900::placeholder {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-black:focus::placeholder {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-white:focus::placeholder {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-50:focus::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-50:focus::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-100:focus::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-600:focus::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-700:focus::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-800:focus::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-red-900:focus::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-50:focus::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-100:focus::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-600:focus::placeholder {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-700:focus::placeholder {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-800:focus::placeholder {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-green-900:focus::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-50:focus::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-100:focus::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-600:focus::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-700:focus::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-800:focus::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-blue-900:focus::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-50:focus::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-100:focus::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-200:focus::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-300:focus::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-400:focus::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-500:focus::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-600:focus::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-800:focus::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-purple-900:focus::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-50:focus::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-300:focus::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-600:focus::placeholder {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-700:focus::placeholder {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-800:focus::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:placeholder-pink-900:focus::placeholder {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:static {
    position: static;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:fixed {
    position: fixed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:absolute {
    position: absolute;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:relative {
    position: relative;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-px {
    right: 1px;
    left: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-px {
    right: -1px;
    left: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:inset-x-full {
    right: 100%;
    left: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-inset-x-full {
    right: -100%;
    left: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-0 {
    top: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-0 {
    right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-0 {
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-1 {
    top: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-1 {
    right: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-1 {
    bottom: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-1 {
    left: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-2 {
    top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-2 {
    right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-2 {
    bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-3 {
    top: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-3 {
    right: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-3 {
    bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-3 {
    left: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-4 {
    right: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-4 {
    bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-4 {
    left: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-5 {
    top: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-5 {
    right: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-5 {
    bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-5 {
    left: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-6 {
    top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-6 {
    right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-6 {
    bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-6 {
    left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-7 {
    top: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-7 {
    right: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-7 {
    left: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-8 {
    top: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-8 {
    right: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-8 {
    bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-8 {
    left: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-9 {
    top: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-9 {
    right: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-9 {
    bottom: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-9 {
    left: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-10 {
    top: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-10 {
    right: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-10 {
    bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-10 {
    left: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-11 {
    top: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-11 {
    right: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-11 {
    bottom: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-11 {
    left: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-12 {
    top: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-12 {
    right: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-12 {
    bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-12 {
    left: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-14 {
    top: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-14 {
    right: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-14 {
    bottom: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-14 {
    left: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-16 {
    right: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-16 {
    bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-16 {
    left: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-20 {
    top: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-20 {
    right: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-20 {
    bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-20 {
    left: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-24 {
    top: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-24 {
    right: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-24 {
    bottom: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-24 {
    left: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-28 {
    top: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-28 {
    right: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-28 {
    bottom: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-28 {
    left: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-32 {
    top: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-32 {
    right: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-32 {
    bottom: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-32 {
    left: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-36 {
    top: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-36 {
    right: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-36 {
    bottom: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-36 {
    left: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-40 {
    top: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-40 {
    right: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-40 {
    bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-40 {
    left: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-44 {
    top: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-44 {
    right: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-44 {
    bottom: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-44 {
    left: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-48 {
    top: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-48 {
    right: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-48 {
    bottom: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-48 {
    left: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-52 {
    top: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-52 {
    right: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-52 {
    bottom: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-52 {
    left: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-56 {
    top: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-56 {
    right: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-56 {
    bottom: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-56 {
    left: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-60 {
    top: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-60 {
    right: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-60 {
    bottom: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-60 {
    left: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-64 {
    top: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-64 {
    right: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-64 {
    bottom: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-64 {
    left: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-72 {
    top: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-72 {
    right: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-72 {
    bottom: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-72 {
    left: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-80 {
    top: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-80 {
    right: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-80 {
    bottom: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-80 {
    left: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-96 {
    top: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-96 {
    right: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-96 {
    bottom: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-96 {
    left: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-auto {
    top: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-auto {
    right: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-auto {
    left: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-px {
    top: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-px {
    right: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-px {
    bottom: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-px {
    left: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-0\.5 {
    top: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-0\.5 {
    right: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-0\.5 {
    left: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-1\.5 {
    top: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-1\.5 {
    right: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-1\.5 {
    left: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-2\.5 {
    top: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-2\.5 {
    right: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-2\.5 {
    left: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-3\.5 {
    top: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-3\.5 {
    right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-3\.5 {
    left: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-0 {
    top: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-0 {
    right: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-0 {
    left: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-1 {
    top: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-1 {
    bottom: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-1 {
    left: -0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-2 {
    top: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-2 {
    right: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-2 {
    bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-2 {
    left: -0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-3 {
    top: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-3 {
    right: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-3 {
    bottom: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-3 {
    left: -0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-4 {
    top: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-4 {
    right: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-4 {
    bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-4 {
    left: -1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-5 {
    top: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-5 {
    right: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-5 {
    bottom: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-5 {
    left: -1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-6 {
    top: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-6 {
    right: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-6 {
    bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-6 {
    left: -1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-7 {
    top: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-7 {
    right: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-7 {
    bottom: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-7 {
    left: -1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-8 {
    top: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-8 {
    right: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-8 {
    bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-8 {
    left: -2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-9 {
    top: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-9 {
    right: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-9 {
    bottom: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-9 {
    left: -2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-10 {
    top: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-10 {
    right: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-10 {
    bottom: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-10 {
    left: -2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-11 {
    top: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-11 {
    right: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-11 {
    bottom: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-11 {
    left: -2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-12 {
    top: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-12 {
    right: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-12 {
    bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-12 {
    left: -3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-14 {
    top: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-14 {
    right: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-14 {
    bottom: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-14 {
    left: -3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-16 {
    top: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-16 {
    right: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-16 {
    bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-16 {
    left: -4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-20 {
    top: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-20 {
    right: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-20 {
    bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-20 {
    left: -5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-24 {
    top: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-24 {
    right: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-24 {
    bottom: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-24 {
    left: -6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-28 {
    top: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-28 {
    right: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-28 {
    bottom: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-28 {
    left: -7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-32 {
    top: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-32 {
    right: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-32 {
    bottom: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-32 {
    left: -8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-36 {
    top: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-36 {
    right: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-36 {
    bottom: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-36 {
    left: -9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-40 {
    top: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-40 {
    right: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-40 {
    bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-40 {
    left: -10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-44 {
    top: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-44 {
    right: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-44 {
    bottom: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-44 {
    left: -11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-48 {
    top: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-48 {
    right: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-48 {
    bottom: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-48 {
    left: -12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-52 {
    top: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-52 {
    right: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-52 {
    bottom: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-52 {
    left: -13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-56 {
    top: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-56 {
    right: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-56 {
    bottom: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-56 {
    left: -14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-60 {
    top: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-60 {
    right: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-60 {
    bottom: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-60 {
    left: -15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-64 {
    top: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-64 {
    right: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-64 {
    bottom: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-64 {
    left: -16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-72 {
    top: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-72 {
    right: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-72 {
    bottom: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-72 {
    left: -18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-80 {
    top: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-80 {
    right: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-80 {
    bottom: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-80 {
    left: -20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-96 {
    top: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-96 {
    right: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-96 {
    bottom: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-96 {
    left: -24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-px {
    top: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-px {
    right: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-px {
    bottom: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-px {
    left: -1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-0\.5 {
    top: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-0\.5 {
    right: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-0\.5 {
    left: -0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-1\.5 {
    top: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-1\.5 {
    right: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-1\.5 {
    left: -0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-2\.5 {
    top: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-2\.5 {
    right: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-2\.5 {
    left: -0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-3\.5 {
    top: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-3\.5 {
    right: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-3\.5 {
    left: -0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-1\/2 {
    top: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-1\/2 {
    right: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-1\/2 {
    bottom: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-1\/2 {
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-1\/3 {
    top: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-1\/3 {
    right: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-1\/3 {
    left: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-2\/3 {
    top: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-2\/3 {
    right: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-2\/3 {
    left: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-1\/4 {
    top: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-1\/4 {
    right: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-1\/4 {
    bottom: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-1\/4 {
    left: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-2\/4 {
    top: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-2\/4 {
    right: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-2\/4 {
    bottom: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-2\/4 {
    left: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-3\/4 {
    top: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-3\/4 {
    right: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-3\/4 {
    bottom: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-3\/4 {
    left: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:top-full {
    top: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:right-full {
    right: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:bottom-full {
    bottom: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:left-full {
    left: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-1\/2 {
    top: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-1\/2 {
    right: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-1\/2 {
    bottom: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-1\/2 {
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-1\/3 {
    top: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-1\/3 {
    right: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-1\/3 {
    left: -33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-2\/3 {
    top: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-2\/3 {
    right: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-2\/3 {
    left: -66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-1\/4 {
    top: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-1\/4 {
    right: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-1\/4 {
    bottom: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-1\/4 {
    left: -25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-2\/4 {
    top: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-2\/4 {
    right: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-2\/4 {
    bottom: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-2\/4 {
    left: -50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-3\/4 {
    top: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-3\/4 {
    right: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-3\/4 {
    bottom: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-3\/4 {
    left: -75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-top-full {
    top: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-right-full {
    right: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-bottom-full {
    bottom: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:-left-full {
    left: -100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:resize-none {
    resize: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:resize-y {
    resize: vertical;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:resize-x {
    resize: horizontal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:resize {
    resize: both;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:fill-current {
    fill: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-auto {
    table-layout: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-current {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-black {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-white {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-black {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-white {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-current:focus-within {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-black:focus-within {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-white:focus-within {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-50:focus-within {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-100:focus-within {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-200:focus-within {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-300:focus-within {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-400:focus-within {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-500:focus-within {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-600:focus-within {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-700:focus-within {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-800:focus-within {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-gray-900:focus-within {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-50:focus-within {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-100:focus-within {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-200:focus-within {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-300:focus-within {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-400:focus-within {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-500:focus-within {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-600:focus-within {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-700:focus-within {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-800:focus-within {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-red-900:focus-within {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-50:focus-within {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-100:focus-within {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-200:focus-within {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-300:focus-within {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-400:focus-within {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-500:focus-within {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-600:focus-within {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-700:focus-within {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-800:focus-within {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-yellow-900:focus-within {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-50:focus-within {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-100:focus-within {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-200:focus-within {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-300:focus-within {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-400:focus-within {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-500:focus-within {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-600:focus-within {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-700:focus-within {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-800:focus-within {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-green-900:focus-within {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-50:focus-within {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-100:focus-within {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-200:focus-within {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-300:focus-within {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-400:focus-within {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-500:focus-within {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-600:focus-within {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-700:focus-within {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-800:focus-within {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-blue-900:focus-within {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-50:focus-within {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-100:focus-within {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-200:focus-within {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-300:focus-within {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-400:focus-within {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-500:focus-within {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-600:focus-within {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-700:focus-within {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-800:focus-within {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-indigo-900:focus-within {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-50:focus-within {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-100:focus-within {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-200:focus-within {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-300:focus-within {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-400:focus-within {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-500:focus-within {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-600:focus-within {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-700:focus-within {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-800:focus-within {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-purple-900:focus-within {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-50:focus-within {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-100:focus-within {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-200:focus-within {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-300:focus-within {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-400:focus-within {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-500:focus-within {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-600:focus-within {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-700:focus-within {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-800:focus-within {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:text-pink-900:focus-within {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-transparent:hover {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-current:hover {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-black:hover {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-white:hover {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-500:hover {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-600:hover {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-800:hover {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-50:hover {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-100:hover {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-200:hover {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-300:hover {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-400:hover {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-500:hover {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-600:hover {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-700:hover {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-800:hover {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-600:hover {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-700:hover {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-800:hover {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-yellow-900:hover {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-100:hover {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-400:hover {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-500:hover {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-600:hover {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-700:hover {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-800:hover {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-green-900:hover {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-600:hover {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-800:hover {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-indigo-900:hover {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-400:hover {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-500:hover {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-600:hover {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-700:hover {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-800:hover {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:text-pink-900:hover {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-transparent:focus {
    color: transparent;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-current:focus {
    color: currentColor;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-black:focus {
    color: black;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-white:focus {
    color: white;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-500:focus {
    color: #6b7280;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-600:focus {
    color: #4b5563;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-700:focus {
    color: #374151;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-800:focus {
    color: #1f2937;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-gray-900:focus {
    color: #111827;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-50:focus {
    color: #fef2f2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-100:focus {
    color: #fee2e2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-200:focus {
    color: #fecaca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-300:focus {
    color: #fca5a5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-400:focus {
    color: #f87171;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-500:focus {
    color: #ef4444;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-600:focus {
    color: #dc2626;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-700:focus {
    color: #b91c1c;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-800:focus {
    color: #991b1b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-600:focus {
    color: #d97706;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-700:focus {
    color: #b45309;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-800:focus {
    color: #92400e;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-yellow-900:focus {
    color: #78350f;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-100:focus {
    color: #d1fae5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-400:focus {
    color: #34d399;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-500:focus {
    color: #10b981;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-600:focus {
    color: #059669;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-700:focus {
    color: #047857;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-800:focus {
    color: #065f46;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-green-900:focus {
    color: #064e3b;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-600:focus {
    color: #2563eb;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-800:focus {
    color: #1e40af;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-indigo-900:focus {
    color: #312e81;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-400:focus {
    color: #f472b6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-500:focus {
    color: #ec4899;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-600:focus {
    color: #db2777;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-700:focus {
    color: #be185d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-800:focus {
    color: #9d174d;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:text-pink-900:focus {
    color: #831843;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:overflow-clip {
    text-overflow: clip;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:italic {
    font-style: italic;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:not-italic {
    font-style: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:normal-case {
    text-transform: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .tailwind-import .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:visible {
    visibility: visible;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:invisible {
    visibility: hidden;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:break-words {
    overflow-wrap: break-word;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:break-all {
    word-break: break-all;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-0 {
    width: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1 {
    width: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2 {
    width: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3 {
    width: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-4 {
    width: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-6 {
    width: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-7 {
    width: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-8 {
    width: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-9 {
    width: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-10 {
    width: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-11 {
    width: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-12 {
    width: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-14 {
    width: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-16 {
    width: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-24 {
    width: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-36 {
    width: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-40 {
    width: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-44 {
    width: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-52 {
    width: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-56 {
    width: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-60 {
    width: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-80 {
    width: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-96 {
    width: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-auto {
    width: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-px {
    width: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-0\.5 {
    width: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\.5 {
    width: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\.5 {
    width: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3\.5 {
    width: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-full {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-screen {
    width: 100vw;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-0 {
    z-index: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-10 {
    z-index: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-20 {
    z-index: 20;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-30 {
    z-index: 30;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-40 {
    z-index: 40;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-50 {
    z-index: 50;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-0:focus {
    z-index: 0;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-10:focus {
    z-index: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-20:focus {
    z-index: 20;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-30:focus {
    z-index: 30;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-40:focus {
    z-index: 40;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-50:focus {
    z-index: 50;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:focus\:z-auto:focus {
    z-index: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-14 {
    gap: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-28 {
    gap: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-36 {
    gap: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-40 {
    gap: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-44 {
    gap: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-48 {
    gap: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-52 {
    gap: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-56 {
    gap: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-60 {
    gap: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-64 {
    gap: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-72 {
    gap: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-80 {
    gap: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-96 {
    gap: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-px {
    gap: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-0\.5 {
    gap: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-1\.5 {
    gap: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-3\.5 {
    gap: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-0 {
    column-gap: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-1 {
    column-gap: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-3 {
    column-gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-5 {
    column-gap: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-6 {
    column-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-7 {
    column-gap: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-9 {
    column-gap: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-10 {
    column-gap: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-11 {
    column-gap: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-12 {
    column-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-14 {
    column-gap: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-16 {
    column-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-20 {
    column-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-24 {
    column-gap: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-28 {
    column-gap: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-32 {
    column-gap: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-36 {
    column-gap: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-40 {
    column-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-44 {
    column-gap: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-48 {
    column-gap: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-52 {
    column-gap: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-56 {
    column-gap: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-60 {
    column-gap: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-64 {
    column-gap: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-72 {
    column-gap: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-80 {
    column-gap: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-96 {
    column-gap: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-px {
    column-gap: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-0 {
    row-gap: 0px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-4 {
    row-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-12 {
    row-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-16 {
    row-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-20 {
    row-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-24 {
    row-gap: 6rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-28 {
    row-gap: 7rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-32 {
    row-gap: 8rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-36 {
    row-gap: 9rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-40 {
    row-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-44 {
    row-gap: 11rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-48 {
    row-gap: 12rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-52 {
    row-gap: 13rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-56 {
    row-gap: 14rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-60 {
    row-gap: 15rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-64 {
    row-gap: 16rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-72 {
    row-gap: 18rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-80 {
    row-gap: 20rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-96 {
    row-gap: 24rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-px {
    row-gap: 1px;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-auto {
    grid-column: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-auto {
    grid-row: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transform {
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transform-gpu {
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transform-none {
    transform: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-center {
    transform-origin: center;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-top {
    transform-origin: top;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-right {
    transform-origin: right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-left {
    transform-origin: left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\: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;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:animate-none {
    animation: none;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 640px) {
  .tailwind-import .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:container {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .tailwind-import .md\:container {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tailwind-import .md\:container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .tailwind-import .md\:container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .tailwind-import .md\:container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) and (min-width: 1536px) {
  .tailwind-import .md\:container {
    max-width: 1536px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * $tw-space-x-reverse);
    margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.5rem * $tw-space-x-reverse);
    margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.75rem * $tw-space-x-reverse);
    margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * $tw-space-x-reverse);
    margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * $tw-space-x-reverse);
    margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.5rem * $tw-space-x-reverse);
    margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.75rem * $tw-space-x-reverse);
    margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2rem * $tw-space-x-reverse);
    margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * $tw-space-x-reverse);
    margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.5rem * $tw-space-x-reverse);
    margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.75rem * $tw-space-x-reverse);
    margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3rem * $tw-space-x-reverse);
    margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3.5rem * $tw-space-x-reverse);
    margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(4rem * $tw-space-x-reverse);
    margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(5rem * $tw-space-x-reverse);
    margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(6rem * $tw-space-x-reverse);
    margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(7rem * $tw-space-x-reverse);
    margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8rem * $tw-space-x-reverse);
    margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(9rem * $tw-space-x-reverse);
    margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(10rem * $tw-space-x-reverse);
    margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(11rem * $tw-space-x-reverse);
    margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(12rem * $tw-space-x-reverse);
    margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(13rem * $tw-space-x-reverse);
    margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(14rem * $tw-space-x-reverse);
    margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(15rem * $tw-space-x-reverse);
    margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(16rem * $tw-space-x-reverse);
    margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(18rem * $tw-space-x-reverse);
    margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(20rem * $tw-space-x-reverse);
    margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(24rem * $tw-space-x-reverse);
    margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1px * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1px * $tw-space-x-reverse);
    margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.125rem * $tw-space-x-reverse);
    margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.375rem * $tw-space-x-reverse);
    margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.625rem * $tw-space-x-reverse);
    margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.875rem * $tw-space-x-reverse);
    margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.25rem * $tw-space-x-reverse);
    margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.5rem * $tw-space-x-reverse);
    margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.75rem * $tw-space-x-reverse);
    margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1rem * $tw-space-x-reverse);
    margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.25rem * $tw-space-x-reverse);
    margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.5rem * $tw-space-x-reverse);
    margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.75rem * $tw-space-x-reverse);
    margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2rem * $tw-space-x-reverse);
    margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.25rem * $tw-space-x-reverse);
    margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.5rem * $tw-space-x-reverse);
    margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.75rem * $tw-space-x-reverse);
    margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3rem * $tw-space-x-reverse);
    margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3.5rem * $tw-space-x-reverse);
    margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-4rem * $tw-space-x-reverse);
    margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-5rem * $tw-space-x-reverse);
    margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-6rem * $tw-space-x-reverse);
    margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-7rem * $tw-space-x-reverse);
    margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-8rem * $tw-space-x-reverse);
    margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-9rem * $tw-space-x-reverse);
    margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-10rem * $tw-space-x-reverse);
    margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-11rem * $tw-space-x-reverse);
    margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-12rem * $tw-space-x-reverse);
    margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-13rem * $tw-space-x-reverse);
    margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-14rem * $tw-space-x-reverse);
    margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-15rem * $tw-space-x-reverse);
    margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-16rem * $tw-space-x-reverse);
    margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-18rem * $tw-space-x-reverse);
    margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-20rem * $tw-space-x-reverse);
    margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-24rem * $tw-space-x-reverse);
    margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1px * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1px * $tw-space-x-reverse);
    margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.125rem * $tw-space-x-reverse);
    margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.375rem * $tw-space-x-reverse);
    margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.625rem * $tw-space-x-reverse);
    margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.875rem * $tw-space-x-reverse);
    margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(0px * $tw-divide-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(0px * $tw-divide-x-reverse);
    border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(2px * $tw-divide-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(2px * $tw-divide-x-reverse);
    border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(4px * $tw-divide-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(4px * $tw-divide-x-reverse);
    border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(8px * $tw-divide-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(8px * $tw-divide-x-reverse);
    border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(1px * $tw-divide-y-reverse);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(1px * $tw-divide-x-reverse);
    border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\: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;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\: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;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\: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;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:appearance-none {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-local {
    background-attachment: local;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-black {
    background-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-white {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-black {
    background-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-white {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-black:focus-within {
    background-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-white:focus-within {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-50:focus-within {
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-100:focus-within {
    background-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-200:focus-within {
    background-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-300:focus-within {
    background-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-400:focus-within {
    background-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-500:focus-within {
    background-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-600:focus-within {
    background-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-700:focus-within {
    background-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-800:focus-within {
    background-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-gray-900:focus-within {
    background-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-50:focus-within {
    background-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-100:focus-within {
    background-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-200:focus-within {
    background-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-300:focus-within {
    background-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-400:focus-within {
    background-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-500:focus-within {
    background-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-600:focus-within {
    background-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-700:focus-within {
    background-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-800:focus-within {
    background-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-red-900:focus-within {
    background-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-50:focus-within {
    background-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-300:focus-within {
    background-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-400:focus-within {
    background-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-500:focus-within {
    background-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-800:focus-within {
    background-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-yellow-900:focus-within {
    background-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-50:focus-within {
    background-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-100:focus-within {
    background-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-200:focus-within {
    background-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-300:focus-within {
    background-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-400:focus-within {
    background-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-500:focus-within {
    background-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-600:focus-within {
    background-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-700:focus-within {
    background-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-800:focus-within {
    background-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-green-900:focus-within {
    background-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-50:focus-within {
    background-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-100:focus-within {
    background-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-200:focus-within {
    background-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-300:focus-within {
    background-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-400:focus-within {
    background-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-500:focus-within {
    background-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-600:focus-within {
    background-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-700:focus-within {
    background-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-800:focus-within {
    background-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-blue-900:focus-within {
    background-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-50:focus-within {
    background-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-100:focus-within {
    background-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-400:focus-within {
    background-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-500:focus-within {
    background-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-600:focus-within {
    background-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-800:focus-within {
    background-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-indigo-900:focus-within {
    background-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-50:focus-within {
    background-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-100:focus-within {
    background-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-200:focus-within {
    background-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-300:focus-within {
    background-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-400:focus-within {
    background-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-500:focus-within {
    background-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-600:focus-within {
    background-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-700:focus-within {
    background-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-800:focus-within {
    background-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-purple-900:focus-within {
    background-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-50:focus-within {
    background-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-100:focus-within {
    background-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-200:focus-within {
    background-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-300:focus-within {
    background-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-400:focus-within {
    background-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-500:focus-within {
    background-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-600:focus-within {
    background-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-700:focus-within {
    background-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-800:focus-within {
    background-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:bg-pink-900:focus-within {
    background-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-black:hover {
    background-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-white:hover {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-600:hover {
    background-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-700:hover {
    background-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-black:focus {
    background-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-white:focus {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-600:focus {
    background-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-700:focus {
    background-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-none {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-center {
    background-position: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-left {
    background-position: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-right {
    background-position: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-top {
    background-position: top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-auto {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-cover {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-black {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-white {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-black {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-white {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-black:focus-within {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-white:focus-within {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-50:focus-within {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-100:focus-within {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-200:focus-within {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-300:focus-within {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-400:focus-within {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-500:focus-within {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-600:focus-within {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-700:focus-within {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-800:focus-within {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-gray-900:focus-within {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-50:focus-within {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-100:focus-within {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-200:focus-within {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-300:focus-within {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-400:focus-within {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-500:focus-within {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-600:focus-within {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-700:focus-within {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-800:focus-within {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-red-900:focus-within {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-50:focus-within {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-100:focus-within {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-200:focus-within {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-300:focus-within {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-400:focus-within {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-500:focus-within {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-600:focus-within {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-700:focus-within {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-800:focus-within {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-yellow-900:focus-within {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-50:focus-within {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-100:focus-within {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-200:focus-within {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-300:focus-within {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-400:focus-within {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-500:focus-within {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-600:focus-within {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-700:focus-within {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-800:focus-within {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-green-900:focus-within {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-50:focus-within {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-100:focus-within {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-200:focus-within {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-300:focus-within {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-400:focus-within {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-500:focus-within {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-600:focus-within {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-700:focus-within {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-800:focus-within {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-blue-900:focus-within {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-50:focus-within {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-100:focus-within {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-200:focus-within {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-300:focus-within {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-400:focus-within {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-500:focus-within {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-600:focus-within {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-700:focus-within {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-800:focus-within {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-indigo-900:focus-within {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-50:focus-within {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-100:focus-within {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-200:focus-within {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-300:focus-within {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-400:focus-within {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-500:focus-within {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-600:focus-within {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-700:focus-within {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-800:focus-within {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-purple-900:focus-within {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-50:focus-within {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-100:focus-within {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-200:focus-within {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-300:focus-within {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-400:focus-within {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-500:focus-within {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-600:focus-within {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-700:focus-within {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-800:focus-within {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:border-pink-900:focus-within {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-current:hover {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-black:hover {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-white:hover {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-700:hover {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-gray-900:hover {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-400:hover {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-400:hover {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-500:hover {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-600:hover {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-700:hover {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-800:hover {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:border-pink-900:hover {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-current:focus {
    border-color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-black:focus {
    border-color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-white:focus {
    border-color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-700:focus {
    border-color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-gray-900:focus {
    border-color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-400:focus {
    border-color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-400:focus {
    border-color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-500:focus {
    border-color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-600:focus {
    border-color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-700:focus {
    border-color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-800:focus {
    border-color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:border-pink-900:focus {
    border-color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-none {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-solid {
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-double {
    border-style: double;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-none {
    border-style: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-0 {
    border-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-2 {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-4 {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-8 {
    border-width: 8px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-r-0 {
    border-right-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-b-0 {
    border-bottom-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-l-0 {
    border-left-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-default {
    cursor: default;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-text {
    cursor: text;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-move {
    cursor: move;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-help {
    cursor: help;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:block {
    display: block;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table {
    display: table;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-caption {
    display: table-caption;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-cell {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-column {
    display: table-column;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-row {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flow-root {
    display: flow-root;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:contents {
    display: contents;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-items-start {
    place-items: start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-items-end {
    place-items: end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-items-center {
    place-items: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-center {
    place-content: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-start {
    place-content: start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-end {
    place-content: end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-self-end {
    place-self: end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-self-center {
    place-self: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-center {
    align-content: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-start {
    align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-end {
    align-content: flex-end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-between {
    align-content: space-between;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-around {
    align-content: space-around;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:self-auto {
    align-self: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:self-end {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:self-center {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-none {
    flex: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-4 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-5 {
    order: 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-6 {
    order: 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-7 {
    order: 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-8 {
    order: 8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-9 {
    order: 9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-10 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-11 {
    order: 11;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-first {
    order: -9999;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-last {
    order: 9999;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:order-none {
    order: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:float-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:float-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:clear-left {
    clear: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:clear-right {
    clear: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:clear-both {
    clear: both;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:clear-none {
    clear: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-thin {
    font-weight: 100;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-extralight {
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-light {
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:font-black {
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-0 {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1 {
    height: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2 {
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-3 {
    height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-4 {
    height: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-5 {
    height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-6 {
    height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-7 {
    height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-8 {
    height: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-9 {
    height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-10 {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-11 {
    height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-12 {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-14 {
    height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-16 {
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-20 {
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-24 {
    height: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-28 {
    height: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-32 {
    height: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-36 {
    height: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-40 {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-44 {
    height: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-48 {
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-52 {
    height: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-56 {
    height: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-60 {
    height: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-64 {
    height: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-72 {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-80 {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-96 {
    height: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-auto {
    height: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-px {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-0\.5 {
    height: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\.5 {
    height: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2\.5 {
    height: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-3\.5 {
    height: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\/2 {
    height: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\/3 {
    height: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2\/3 {
    height: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\/4 {
    height: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2\/4 {
    height: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-3\/4 {
    height: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\/5 {
    height: 20%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2\/5 {
    height: 40%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-3\/5 {
    height: 60%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-4\/5 {
    height: 80%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-1\/6 {
    height: 16.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-2\/6 {
    height: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-3\/6 {
    height: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-4\/6 {
    height: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-5\/6 {
    height: 83.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:h-screen {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:leading-loose {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:list-none {
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-0 {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-1 {
    margin: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-2 {
    margin: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-3 {
    margin: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-4 {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-5 {
    margin: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-6 {
    margin: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-7 {
    margin: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-8 {
    margin: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-9 {
    margin: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-10 {
    margin: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-11 {
    margin: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-12 {
    margin: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-14 {
    margin: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-16 {
    margin: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-20 {
    margin: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-24 {
    margin: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-28 {
    margin: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-32 {
    margin: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-36 {
    margin: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-40 {
    margin: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-44 {
    margin: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-48 {
    margin: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-52 {
    margin: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-56 {
    margin: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-60 {
    margin: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-64 {
    margin: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-72 {
    margin: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-80 {
    margin: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-96 {
    margin: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-auto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-px {
    margin: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-0\.5 {
    margin: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-1\.5 {
    margin: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-2\.5 {
    margin: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:m-3\.5 {
    margin: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-0 {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-1 {
    margin: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-2 {
    margin: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-3 {
    margin: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-4 {
    margin: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-5 {
    margin: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-6 {
    margin: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-7 {
    margin: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-8 {
    margin: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-9 {
    margin: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-10 {
    margin: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-11 {
    margin: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-12 {
    margin: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-14 {
    margin: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-16 {
    margin: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-20 {
    margin: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-24 {
    margin: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-28 {
    margin: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-32 {
    margin: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-36 {
    margin: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-40 {
    margin: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-44 {
    margin: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-48 {
    margin: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-52 {
    margin: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-56 {
    margin: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-60 {
    margin: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-64 {
    margin: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-72 {
    margin: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-80 {
    margin: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-96 {
    margin: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-px {
    margin: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-0\.5 {
    margin: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-1\.5 {
    margin: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-2\.5 {
    margin: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-m-3\.5 {
    margin: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-1 {
    margin-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-1 {
    margin-left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-2 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-2 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-2 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-3 {
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-3 {
    margin-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-4 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-4 {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-5 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-5 {
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-6 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-7 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-7 {
    margin-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-7 {
    margin-left: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-8 {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-8 {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-8 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-8 {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-9 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-9 {
    margin-right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-9 {
    margin-left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-10 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-10 {
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-10 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-11 {
    margin-top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-11 {
    margin-right: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-11 {
    margin-left: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-12 {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-12 {
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-12 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-12 {
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-14 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-14 {
    margin-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-14 {
    margin-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-16 {
    margin-right: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-16 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-16 {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-20 {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-20 {
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-20 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-20 {
    margin-left: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-24 {
    margin-right: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-24 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-24 {
    margin-left: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-28 {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-28 {
    margin-right: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-28 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-28 {
    margin-left: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-32 {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-32 {
    margin-right: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-32 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-32 {
    margin-left: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-36 {
    margin-top: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-36 {
    margin-right: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-36 {
    margin-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-36 {
    margin-left: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-40 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-40 {
    margin-left: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-44 {
    margin-top: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-44 {
    margin-right: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-44 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-44 {
    margin-left: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-48 {
    margin-top: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-48 {
    margin-right: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-48 {
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-48 {
    margin-left: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-52 {
    margin-top: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-52 {
    margin-right: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-52 {
    margin-bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-52 {
    margin-left: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-56 {
    margin-top: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-56 {
    margin-right: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-56 {
    margin-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-56 {
    margin-left: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-60 {
    margin-top: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-60 {
    margin-right: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-60 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-60 {
    margin-left: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-64 {
    margin-top: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-64 {
    margin-right: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-64 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-64 {
    margin-left: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-72 {
    margin-top: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-72 {
    margin-right: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-72 {
    margin-bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-72 {
    margin-left: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-80 {
    margin-top: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-80 {
    margin-right: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-80 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-80 {
    margin-left: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-96 {
    margin-top: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-96 {
    margin-right: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-96 {
    margin-bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-96 {
    margin-left: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-1 {
    margin-top: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-1 {
    margin-right: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-1 {
    margin-left: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-2 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-2 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-2 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-3 {
    margin-top: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-3 {
    margin-right: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-3 {
    margin-left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-4 {
    margin-top: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-4 {
    margin-right: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-4 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-4 {
    margin-left: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-5 {
    margin-top: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-5 {
    margin-right: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-5 {
    margin-left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-6 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-6 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-6 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-7 {
    margin-top: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-7 {
    margin-right: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-7 {
    margin-left: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-8 {
    margin-top: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-8 {
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-8 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-8 {
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-9 {
    margin-top: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-9 {
    margin-right: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-9 {
    margin-left: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-10 {
    margin-top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-10 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-10 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-11 {
    margin-top: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-11 {
    margin-right: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-11 {
    margin-left: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-12 {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-12 {
    margin-right: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-12 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-12 {
    margin-left: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-14 {
    margin-top: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-14 {
    margin-right: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-14 {
    margin-left: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-16 {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-16 {
    margin-right: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-16 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-16 {
    margin-left: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-20 {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-20 {
    margin-right: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-20 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-20 {
    margin-left: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-24 {
    margin-top: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-24 {
    margin-right: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-24 {
    margin-bottom: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-24 {
    margin-left: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-28 {
    margin-top: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-28 {
    margin-right: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-28 {
    margin-bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-28 {
    margin-left: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-32 {
    margin-top: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-32 {
    margin-right: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-32 {
    margin-bottom: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-32 {
    margin-left: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-36 {
    margin-top: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-36 {
    margin-right: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-36 {
    margin-bottom: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-36 {
    margin-left: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-40 {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-40 {
    margin-right: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-40 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-40 {
    margin-left: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-44 {
    margin-top: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-44 {
    margin-right: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-44 {
    margin-bottom: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-44 {
    margin-left: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-48 {
    margin-top: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-48 {
    margin-right: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-48 {
    margin-bottom: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-48 {
    margin-left: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-52 {
    margin-top: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-52 {
    margin-right: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-52 {
    margin-bottom: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-52 {
    margin-left: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-56 {
    margin-top: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-56 {
    margin-right: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-56 {
    margin-bottom: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-56 {
    margin-left: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-60 {
    margin-top: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-60 {
    margin-right: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-60 {
    margin-bottom: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-60 {
    margin-left: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-64 {
    margin-top: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-64 {
    margin-right: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-64 {
    margin-bottom: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-64 {
    margin-left: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-72 {
    margin-top: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-72 {
    margin-right: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-72 {
    margin-bottom: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-72 {
    margin-left: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-80 {
    margin-top: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-80 {
    margin-right: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-80 {
    margin-bottom: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-80 {
    margin-left: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-96 {
    margin-right: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-96 {
    margin-bottom: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-96 {
    margin-left: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-0 {
    max-height: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-1 {
    max-height: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-2 {
    max-height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-3 {
    max-height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-4 {
    max-height: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-5 {
    max-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-6 {
    max-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-7 {
    max-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-8 {
    max-height: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-9 {
    max-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-10 {
    max-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-11 {
    max-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-12 {
    max-height: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-14 {
    max-height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-16 {
    max-height: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-20 {
    max-height: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-24 {
    max-height: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-28 {
    max-height: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-32 {
    max-height: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-36 {
    max-height: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-40 {
    max-height: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-44 {
    max-height: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-48 {
    max-height: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-52 {
    max-height: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-56 {
    max-height: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-60 {
    max-height: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-64 {
    max-height: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-72 {
    max-height: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-80 {
    max-height: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-96 {
    max-height: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-px {
    max-height: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-0 {
    max-width: 0rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-7xl {
    max-width: 80rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-prose {
    max-width: 65ch;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:max-w-screen-2xl {
    max-width: 1536px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-h-0 {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-w-0 {
    min-width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-contain {
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-cover {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-fill {
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-none {
    object-fit: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-center {
    object-position: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-left {
    object-position: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-left-top {
    object-position: left top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-right {
    object-position: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-right-top {
    object-position: right top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:object-top {
    object-position: top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-1 {
    padding: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-5 {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-9 {
    padding: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-11 {
    padding: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-14 {
    padding: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-20 {
    padding: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-24 {
    padding: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-28 {
    padding: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-32 {
    padding: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-36 {
    padding: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-40 {
    padding: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-44 {
    padding: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-48 {
    padding: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-52 {
    padding: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-56 {
    padding: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-60 {
    padding: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-64 {
    padding: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-72 {
    padding: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-80 {
    padding: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-96 {
    padding: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-px {
    padding: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-0\.5 {
    padding: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-1\.5 {
    padding: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-2\.5 {
    padding: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:p-3\.5 {
    padding: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-1 {
    padding-top: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-1 {
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-1 {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-1 {
    padding-left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-2 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-3 {
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-3 {
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-7 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-7 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-8 {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-9 {
    padding-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-9 {
    padding-left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-11 {
    padding-top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-11 {
    padding-right: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-11 {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-11 {
    padding-left: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-12 {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-12 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-12 {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-14 {
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-16 {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-20 {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-24 {
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-24 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-24 {
    padding-left: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-28 {
    padding-top: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-28 {
    padding-right: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-28 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-28 {
    padding-left: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-32 {
    padding-right: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-32 {
    padding-left: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-36 {
    padding-right: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-36 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-36 {
    padding-left: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-40 {
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-40 {
    padding-left: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-44 {
    padding-top: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-44 {
    padding-right: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-44 {
    padding-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-44 {
    padding-left: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-48 {
    padding-top: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-48 {
    padding-right: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-48 {
    padding-left: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-52 {
    padding-right: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-52 {
    padding-bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-56 {
    padding-top: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-56 {
    padding-right: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-56 {
    padding-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-56 {
    padding-left: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-60 {
    padding-top: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-60 {
    padding-right: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-60 {
    padding-left: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-64 {
    padding-top: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-64 {
    padding-right: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-64 {
    padding-bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-64 {
    padding-left: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-72 {
    padding-top: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-72 {
    padding-right: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-72 {
    padding-bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-72 {
    padding-left: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-80 {
    padding-top: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-80 {
    padding-right: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-80 {
    padding-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-80 {
    padding-left: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-96 {
    padding-top: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-96 {
    padding-right: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-96 {
    padding-bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-96 {
    padding-left: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-transparent::placeholder {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-current::placeholder {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-black::placeholder {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-white::placeholder {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-50::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-100::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-200::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-300::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-400::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-500::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-600::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-700::placeholder {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-800::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-gray-900::placeholder {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-50::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-100::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-200::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-300::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-400::placeholder {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-500::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-600::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-700::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-800::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-red-900::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-50::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-100::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-200::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-300::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-400::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-500::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-600::placeholder {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-700::placeholder {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-800::placeholder {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-yellow-900::placeholder {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-50::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-100::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-200::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-300::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-400::placeholder {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-500::placeholder {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-600::placeholder {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-700::placeholder {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-800::placeholder {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-green-900::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-50::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-100::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-200::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-300::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-400::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-500::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-600::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-700::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-800::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-blue-900::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-50::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-100::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-200::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-300::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-400::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-500::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-600::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-700::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-800::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-indigo-900::placeholder {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-50::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-100::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-200::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-300::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-400::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-500::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-600::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-700::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-800::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-purple-900::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-50::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-100::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-200::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-300::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-400::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-500::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-600::placeholder {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-700::placeholder {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-800::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:placeholder-pink-900::placeholder {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-black:focus::placeholder {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-white:focus::placeholder {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-50:focus::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-50:focus::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-100:focus::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-600:focus::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-700:focus::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-800:focus::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-red-900:focus::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-50:focus::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-50:focus::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-100:focus::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-600:focus::placeholder {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-700:focus::placeholder {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-800:focus::placeholder {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-green-900:focus::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-50:focus::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-100:focus::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-600:focus::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-700:focus::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-800:focus::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-blue-900:focus::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-50:focus::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-50:focus::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-100:focus::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-200:focus::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-300:focus::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-400:focus::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-500:focus::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-600:focus::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-800:focus::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-purple-900:focus::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-50:focus::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-300:focus::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-600:focus::placeholder {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-700:focus::placeholder {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-800:focus::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:placeholder-pink-900:focus::placeholder {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:static {
    position: static;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:fixed {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:absolute {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:relative {
    position: relative;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-px {
    right: 1px;
    left: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-px {
    right: -1px;
    left: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:inset-x-full {
    right: 100%;
    left: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-inset-x-full {
    right: -100%;
    left: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-0 {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-0 {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-0 {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-1 {
    top: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-1 {
    right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-1 {
    bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-1 {
    left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-2 {
    top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-2 {
    right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-2 {
    bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-3 {
    top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-3 {
    right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-3 {
    bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-3 {
    left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-4 {
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-4 {
    bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-4 {
    left: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-5 {
    top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-5 {
    right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-5 {
    bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-5 {
    left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-6 {
    top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-6 {
    right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-6 {
    bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-6 {
    left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-7 {
    top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-7 {
    right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-7 {
    left: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-8 {
    top: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-8 {
    right: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-8 {
    bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-8 {
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-9 {
    top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-9 {
    right: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-9 {
    bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-9 {
    left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-10 {
    top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-10 {
    right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-10 {
    bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-10 {
    left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-11 {
    top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-11 {
    right: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-11 {
    bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-11 {
    left: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-12 {
    top: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-12 {
    right: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-12 {
    bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-12 {
    left: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-14 {
    top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-14 {
    right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-14 {
    bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-14 {
    left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-16 {
    right: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-16 {
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-16 {
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-20 {
    top: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-20 {
    right: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-20 {
    bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-20 {
    left: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-24 {
    top: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-24 {
    right: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-24 {
    bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-24 {
    left: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-28 {
    top: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-28 {
    right: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-28 {
    bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-28 {
    left: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-32 {
    top: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-32 {
    right: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-32 {
    bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-32 {
    left: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-36 {
    top: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-36 {
    right: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-36 {
    bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-36 {
    left: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-40 {
    top: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-40 {
    right: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-40 {
    bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-40 {
    left: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-44 {
    top: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-44 {
    right: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-44 {
    bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-44 {
    left: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-48 {
    top: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-48 {
    right: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-48 {
    bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-48 {
    left: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-52 {
    top: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-52 {
    right: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-52 {
    bottom: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-52 {
    left: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-56 {
    top: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-56 {
    right: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-56 {
    bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-56 {
    left: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-60 {
    top: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-60 {
    right: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-60 {
    bottom: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-60 {
    left: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-64 {
    top: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-64 {
    right: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-64 {
    bottom: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-64 {
    left: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-72 {
    top: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-72 {
    right: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-72 {
    bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-72 {
    left: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-80 {
    top: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-80 {
    right: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-80 {
    bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-80 {
    left: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-96 {
    top: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-96 {
    right: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-96 {
    bottom: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-96 {
    left: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-auto {
    top: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-auto {
    right: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-auto {
    left: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-px {
    top: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-px {
    right: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-px {
    bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-px {
    left: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-0\.5 {
    top: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-0\.5 {
    right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-0\.5 {
    left: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-1\.5 {
    top: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-1\.5 {
    right: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-1\.5 {
    left: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-2\.5 {
    top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-2\.5 {
    right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-2\.5 {
    left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-3\.5 {
    top: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-3\.5 {
    right: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-3\.5 {
    left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-0 {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-0 {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-0 {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-1 {
    top: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-1 {
    bottom: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-1 {
    left: -0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-2 {
    top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-2 {
    right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-2 {
    bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-2 {
    left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-3 {
    top: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-3 {
    right: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-3 {
    bottom: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-3 {
    left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-4 {
    top: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-4 {
    right: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-4 {
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-4 {
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-5 {
    top: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-5 {
    right: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-5 {
    bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-5 {
    left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-6 {
    top: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-6 {
    right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-6 {
    bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-6 {
    left: -1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-7 {
    top: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-7 {
    right: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-7 {
    bottom: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-7 {
    left: -1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-8 {
    top: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-8 {
    right: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-8 {
    bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-8 {
    left: -2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-9 {
    top: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-9 {
    right: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-9 {
    bottom: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-9 {
    left: -2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-10 {
    top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-10 {
    right: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-10 {
    bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-10 {
    left: -2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-11 {
    top: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-11 {
    right: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-11 {
    bottom: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-11 {
    left: -2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-12 {
    top: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-12 {
    right: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-12 {
    bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-12 {
    left: -3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-14 {
    top: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-14 {
    right: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-14 {
    bottom: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-14 {
    left: -3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-16 {
    top: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-16 {
    right: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-16 {
    bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-16 {
    left: -4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-20 {
    top: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-20 {
    right: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-20 {
    bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-20 {
    left: -5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-24 {
    top: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-24 {
    right: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-24 {
    bottom: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-24 {
    left: -6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-28 {
    top: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-28 {
    right: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-28 {
    bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-28 {
    left: -7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-32 {
    top: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-32 {
    right: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-32 {
    bottom: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-32 {
    left: -8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-36 {
    top: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-36 {
    right: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-36 {
    bottom: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-36 {
    left: -9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-40 {
    top: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-40 {
    right: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-40 {
    bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-40 {
    left: -10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-44 {
    top: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-44 {
    right: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-44 {
    bottom: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-44 {
    left: -11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-48 {
    top: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-48 {
    right: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-48 {
    bottom: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-48 {
    left: -12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-52 {
    top: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-52 {
    right: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-52 {
    bottom: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-52 {
    left: -13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-56 {
    top: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-56 {
    right: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-56 {
    bottom: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-56 {
    left: -14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-60 {
    top: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-60 {
    right: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-60 {
    bottom: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-60 {
    left: -15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-64 {
    top: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-64 {
    right: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-64 {
    bottom: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-64 {
    left: -16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-72 {
    top: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-72 {
    right: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-72 {
    bottom: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-72 {
    left: -18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-80 {
    top: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-80 {
    right: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-80 {
    bottom: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-80 {
    left: -20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-96 {
    top: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-96 {
    right: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-96 {
    bottom: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-96 {
    left: -24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-px {
    top: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-px {
    right: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-px {
    bottom: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-px {
    left: -1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-0\.5 {
    top: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-0\.5 {
    right: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-0\.5 {
    left: -0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-1\.5 {
    top: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-1\.5 {
    right: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-1\.5 {
    left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-2\.5 {
    top: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-2\.5 {
    right: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-2\.5 {
    left: -0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-3\.5 {
    top: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-3\.5 {
    right: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-3\.5 {
    left: -0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-1\/2 {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-1\/2 {
    right: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-1\/2 {
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-1\/2 {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-1\/3 {
    top: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-1\/3 {
    right: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-1\/3 {
    left: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-2\/3 {
    top: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-2\/3 {
    right: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-2\/3 {
    left: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-1\/4 {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-1\/4 {
    right: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-1\/4 {
    bottom: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-1\/4 {
    left: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-2\/4 {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-2\/4 {
    right: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-2\/4 {
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-2\/4 {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-3\/4 {
    top: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-3\/4 {
    right: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-3\/4 {
    bottom: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-3\/4 {
    left: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:top-full {
    top: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:right-full {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:bottom-full {
    bottom: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:left-full {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-1\/2 {
    top: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-1\/2 {
    right: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-1\/2 {
    bottom: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-1\/2 {
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-1\/3 {
    top: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-1\/3 {
    right: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-1\/3 {
    left: -33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-2\/3 {
    top: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-2\/3 {
    right: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-2\/3 {
    left: -66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-1\/4 {
    top: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-1\/4 {
    right: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-1\/4 {
    bottom: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-1\/4 {
    left: -25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-2\/4 {
    top: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-2\/4 {
    right: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-2\/4 {
    bottom: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-2\/4 {
    left: -50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-3\/4 {
    top: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-3\/4 {
    right: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-3\/4 {
    bottom: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-3\/4 {
    left: -75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-top-full {
    top: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-right-full {
    right: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-bottom-full {
    bottom: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:-left-full {
    left: -100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:resize-none {
    resize: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:resize-y {
    resize: vertical;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:resize-x {
    resize: horizontal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:resize {
    resize: both;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:fill-current {
    fill: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-auto {
    table-layout: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-current {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-black {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-white {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-black {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-white {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-current:focus-within {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-black:focus-within {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-white:focus-within {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-50:focus-within {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-100:focus-within {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-200:focus-within {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-300:focus-within {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-400:focus-within {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-500:focus-within {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-600:focus-within {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-700:focus-within {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-800:focus-within {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-gray-900:focus-within {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-50:focus-within {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-100:focus-within {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-200:focus-within {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-300:focus-within {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-400:focus-within {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-500:focus-within {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-600:focus-within {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-700:focus-within {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-800:focus-within {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-red-900:focus-within {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-50:focus-within {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-100:focus-within {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-200:focus-within {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-300:focus-within {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-400:focus-within {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-500:focus-within {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-600:focus-within {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-700:focus-within {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-800:focus-within {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-yellow-900:focus-within {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-50:focus-within {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-100:focus-within {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-200:focus-within {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-300:focus-within {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-400:focus-within {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-500:focus-within {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-600:focus-within {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-700:focus-within {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-800:focus-within {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-green-900:focus-within {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-50:focus-within {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-100:focus-within {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-200:focus-within {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-300:focus-within {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-400:focus-within {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-500:focus-within {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-600:focus-within {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-700:focus-within {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-800:focus-within {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-blue-900:focus-within {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-50:focus-within {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-100:focus-within {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-200:focus-within {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-300:focus-within {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-400:focus-within {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-500:focus-within {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-600:focus-within {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-700:focus-within {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-800:focus-within {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-indigo-900:focus-within {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-50:focus-within {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-100:focus-within {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-200:focus-within {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-300:focus-within {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-400:focus-within {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-500:focus-within {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-600:focus-within {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-700:focus-within {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-800:focus-within {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-purple-900:focus-within {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-50:focus-within {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-100:focus-within {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-200:focus-within {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-300:focus-within {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-400:focus-within {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-500:focus-within {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-600:focus-within {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-700:focus-within {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-800:focus-within {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:text-pink-900:focus-within {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-transparent:hover {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-current:hover {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-black:hover {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-white:hover {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-500:hover {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-600:hover {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-800:hover {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-50:hover {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-100:hover {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-200:hover {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-300:hover {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-400:hover {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-500:hover {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-600:hover {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-700:hover {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-800:hover {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-600:hover {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-700:hover {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-800:hover {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-yellow-900:hover {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-100:hover {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-400:hover {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-500:hover {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-600:hover {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-700:hover {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-800:hover {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-green-900:hover {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-600:hover {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-800:hover {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-indigo-900:hover {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-400:hover {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-500:hover {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-600:hover {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-700:hover {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-800:hover {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:text-pink-900:hover {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-transparent:focus {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-current:focus {
    color: currentColor;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-black:focus {
    color: black;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-white:focus {
    color: white;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-500:focus {
    color: #6b7280;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-600:focus {
    color: #4b5563;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-700:focus {
    color: #374151;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-800:focus {
    color: #1f2937;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-gray-900:focus {
    color: #111827;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-50:focus {
    color: #fef2f2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-100:focus {
    color: #fee2e2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-200:focus {
    color: #fecaca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-300:focus {
    color: #fca5a5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-400:focus {
    color: #f87171;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-500:focus {
    color: #ef4444;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-600:focus {
    color: #dc2626;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-700:focus {
    color: #b91c1c;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-800:focus {
    color: #991b1b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-600:focus {
    color: #d97706;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-700:focus {
    color: #b45309;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-800:focus {
    color: #92400e;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-yellow-900:focus {
    color: #78350f;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-100:focus {
    color: #d1fae5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-400:focus {
    color: #34d399;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-500:focus {
    color: #10b981;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-600:focus {
    color: #059669;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-700:focus {
    color: #047857;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-800:focus {
    color: #065f46;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-green-900:focus {
    color: #064e3b;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-600:focus {
    color: #2563eb;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-800:focus {
    color: #1e40af;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-indigo-900:focus {
    color: #312e81;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-400:focus {
    color: #f472b6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-500:focus {
    color: #ec4899;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-600:focus {
    color: #db2777;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-700:focus {
    color: #be185d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-800:focus {
    color: #9d174d;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:text-pink-900:focus {
    color: #831843;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:overflow-clip {
    text-overflow: clip;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:italic {
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:not-italic {
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:normal-case {
    text-transform: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .tailwind-import .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:visible {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:invisible {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:break-words {
    overflow-wrap: break-word;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:break-all {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-0 {
    width: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1 {
    width: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2 {
    width: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3 {
    width: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-4 {
    width: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-6 {
    width: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-7 {
    width: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-8 {
    width: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-9 {
    width: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-10 {
    width: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-11 {
    width: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-12 {
    width: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-14 {
    width: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-16 {
    width: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-24 {
    width: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-36 {
    width: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-40 {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-44 {
    width: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-52 {
    width: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-56 {
    width: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-60 {
    width: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-80 {
    width: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-96 {
    width: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-px {
    width: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-0\.5 {
    width: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\.5 {
    width: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\.5 {
    width: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3\.5 {
    width: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-screen {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-0 {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-10 {
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-20 {
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-30 {
    z-index: 30;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-40 {
    z-index: 40;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-50 {
    z-index: 50;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-0:focus {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-10:focus {
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-20:focus {
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-30:focus {
    z-index: 30;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-40:focus {
    z-index: 40;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-50:focus {
    z-index: 50;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:focus\:z-auto:focus {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-14 {
    gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-28 {
    gap: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-36 {
    gap: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-40 {
    gap: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-44 {
    gap: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-48 {
    gap: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-52 {
    gap: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-56 {
    gap: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-60 {
    gap: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-64 {
    gap: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-72 {
    gap: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-80 {
    gap: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-96 {
    gap: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-px {
    gap: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-0\.5 {
    gap: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-1\.5 {
    gap: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-3\.5 {
    gap: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-0 {
    column-gap: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-1 {
    column-gap: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-3 {
    column-gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-5 {
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-6 {
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-7 {
    column-gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-9 {
    column-gap: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-10 {
    column-gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-11 {
    column-gap: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-12 {
    column-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-14 {
    column-gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-16 {
    column-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-20 {
    column-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-24 {
    column-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-28 {
    column-gap: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-32 {
    column-gap: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-36 {
    column-gap: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-40 {
    column-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-44 {
    column-gap: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-48 {
    column-gap: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-52 {
    column-gap: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-56 {
    column-gap: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-60 {
    column-gap: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-64 {
    column-gap: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-72 {
    column-gap: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-80 {
    column-gap: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-96 {
    column-gap: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-px {
    column-gap: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-0 {
    row-gap: 0px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-4 {
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-5 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-7 {
    row-gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-9 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-11 {
    row-gap: 2.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-12 {
    row-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-14 {
    row-gap: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-16 {
    row-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-20 {
    row-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-24 {
    row-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-28 {
    row-gap: 7rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-32 {
    row-gap: 8rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-36 {
    row-gap: 9rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-40 {
    row-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-44 {
    row-gap: 11rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-48 {
    row-gap: 12rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-52 {
    row-gap: 13rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-56 {
    row-gap: 14rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-60 {
    row-gap: 15rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-64 {
    row-gap: 16rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-72 {
    row-gap: 18rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-80 {
    row-gap: 20rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-96 {
    row-gap: 24rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-px {
    row-gap: 1px;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-auto {
    grid-column: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-auto {
    grid-row: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transform {
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transform-gpu {
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transform-none {
    transform: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-center {
    transform-origin: center;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-top {
    transform-origin: top;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-right {
    transform-origin: right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-left {
    transform-origin: left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\: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;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:animate-none {
    animation: none;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 768px) {
  .tailwind-import .md\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .tailwind-import .lg\:container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .tailwind-import .lg\:container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .tailwind-import .lg\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .tailwind-import .lg\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .tailwind-import .lg\:container {
    max-width: 1536px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * $tw-space-x-reverse);
    margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.5rem * $tw-space-x-reverse);
    margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.75rem * $tw-space-x-reverse);
    margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * $tw-space-x-reverse);
    margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * $tw-space-x-reverse);
    margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.5rem * $tw-space-x-reverse);
    margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.75rem * $tw-space-x-reverse);
    margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2rem * $tw-space-x-reverse);
    margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * $tw-space-x-reverse);
    margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.5rem * $tw-space-x-reverse);
    margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.75rem * $tw-space-x-reverse);
    margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3rem * $tw-space-x-reverse);
    margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3.5rem * $tw-space-x-reverse);
    margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(4rem * $tw-space-x-reverse);
    margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(5rem * $tw-space-x-reverse);
    margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(6rem * $tw-space-x-reverse);
    margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(7rem * $tw-space-x-reverse);
    margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8rem * $tw-space-x-reverse);
    margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(9rem * $tw-space-x-reverse);
    margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(10rem * $tw-space-x-reverse);
    margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(11rem * $tw-space-x-reverse);
    margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(12rem * $tw-space-x-reverse);
    margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(13rem * $tw-space-x-reverse);
    margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(14rem * $tw-space-x-reverse);
    margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(15rem * $tw-space-x-reverse);
    margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(16rem * $tw-space-x-reverse);
    margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(18rem * $tw-space-x-reverse);
    margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(20rem * $tw-space-x-reverse);
    margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(24rem * $tw-space-x-reverse);
    margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1px * $tw-space-x-reverse);
    margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.125rem * $tw-space-x-reverse);
    margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.375rem * $tw-space-x-reverse);
    margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.625rem * $tw-space-x-reverse);
    margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.875rem * $tw-space-x-reverse);
    margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.25rem * $tw-space-x-reverse);
    margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.5rem * $tw-space-x-reverse);
    margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.75rem * $tw-space-x-reverse);
    margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1rem * $tw-space-x-reverse);
    margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.25rem * $tw-space-x-reverse);
    margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.5rem * $tw-space-x-reverse);
    margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.75rem * $tw-space-x-reverse);
    margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2rem * $tw-space-x-reverse);
    margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.25rem * $tw-space-x-reverse);
    margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.5rem * $tw-space-x-reverse);
    margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.75rem * $tw-space-x-reverse);
    margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3rem * $tw-space-x-reverse);
    margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3.5rem * $tw-space-x-reverse);
    margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-4rem * $tw-space-x-reverse);
    margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-5rem * $tw-space-x-reverse);
    margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-6rem * $tw-space-x-reverse);
    margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-7rem * $tw-space-x-reverse);
    margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-8rem * $tw-space-x-reverse);
    margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-9rem * $tw-space-x-reverse);
    margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-10rem * $tw-space-x-reverse);
    margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-11rem * $tw-space-x-reverse);
    margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-12rem * $tw-space-x-reverse);
    margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-13rem * $tw-space-x-reverse);
    margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-14rem * $tw-space-x-reverse);
    margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-15rem * $tw-space-x-reverse);
    margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-16rem * $tw-space-x-reverse);
    margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-18rem * $tw-space-x-reverse);
    margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-20rem * $tw-space-x-reverse);
    margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-24rem * $tw-space-x-reverse);
    margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1px * $tw-space-x-reverse);
    margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.125rem * $tw-space-x-reverse);
    margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.375rem * $tw-space-x-reverse);
    margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.625rem * $tw-space-x-reverse);
    margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.875rem * $tw-space-x-reverse);
    margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(0px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(0px * $tw-divide-x-reverse);
    border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(2px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(2px * $tw-divide-x-reverse);
    border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(4px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(4px * $tw-divide-x-reverse);
    border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(8px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(8px * $tw-divide-x-reverse);
    border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(1px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(1px * $tw-divide-x-reverse);
    border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\: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;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\: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;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\: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;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:appearance-none {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-local {
    background-attachment: local;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-black:focus-within {
    background-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-white:focus-within {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-50:focus-within {
    background-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-100:focus-within {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-200:focus-within {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-300:focus-within {
    background-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-400:focus-within {
    background-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-500:focus-within {
    background-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-600:focus-within {
    background-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-700:focus-within {
    background-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-800:focus-within {
    background-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-gray-900:focus-within {
    background-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-50:focus-within {
    background-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-100:focus-within {
    background-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-200:focus-within {
    background-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-300:focus-within {
    background-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-400:focus-within {
    background-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-500:focus-within {
    background-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-600:focus-within {
    background-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-700:focus-within {
    background-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-800:focus-within {
    background-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-red-900:focus-within {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-50:focus-within {
    background-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-300:focus-within {
    background-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-400:focus-within {
    background-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-500:focus-within {
    background-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-800:focus-within {
    background-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-yellow-900:focus-within {
    background-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-50:focus-within {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-100:focus-within {
    background-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-200:focus-within {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-300:focus-within {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-400:focus-within {
    background-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-500:focus-within {
    background-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-600:focus-within {
    background-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-700:focus-within {
    background-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-800:focus-within {
    background-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-green-900:focus-within {
    background-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-50:focus-within {
    background-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-100:focus-within {
    background-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-200:focus-within {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-300:focus-within {
    background-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-400:focus-within {
    background-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-500:focus-within {
    background-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-600:focus-within {
    background-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-700:focus-within {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-800:focus-within {
    background-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-blue-900:focus-within {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-50:focus-within {
    background-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-100:focus-within {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-400:focus-within {
    background-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-500:focus-within {
    background-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-600:focus-within {
    background-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-800:focus-within {
    background-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-indigo-900:focus-within {
    background-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-50:focus-within {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-100:focus-within {
    background-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-200:focus-within {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-300:focus-within {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-400:focus-within {
    background-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-500:focus-within {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-600:focus-within {
    background-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-700:focus-within {
    background-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-800:focus-within {
    background-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-purple-900:focus-within {
    background-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-50:focus-within {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-100:focus-within {
    background-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-200:focus-within {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-300:focus-within {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-400:focus-within {
    background-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-500:focus-within {
    background-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-600:focus-within {
    background-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-700:focus-within {
    background-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-800:focus-within {
    background-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:bg-pink-900:focus-within {
    background-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-black:hover {
    background-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-white:hover {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-600:hover {
    background-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-700:hover {
    background-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-black:focus {
    background-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-white:focus {
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-600:focus {
    background-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-700:focus {
    background-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-none {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-center {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-left {
    background-position: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-right {
    background-position: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-top {
    background-position: top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-auto {
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-cover {
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-black {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-white {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-black {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-white {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-black:focus-within {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-white:focus-within {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-50:focus-within {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-100:focus-within {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-200:focus-within {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-300:focus-within {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-400:focus-within {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-500:focus-within {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-600:focus-within {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-700:focus-within {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-800:focus-within {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-gray-900:focus-within {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-50:focus-within {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-100:focus-within {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-200:focus-within {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-300:focus-within {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-400:focus-within {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-500:focus-within {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-600:focus-within {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-700:focus-within {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-800:focus-within {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-red-900:focus-within {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-50:focus-within {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-100:focus-within {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-200:focus-within {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-300:focus-within {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-400:focus-within {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-500:focus-within {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-600:focus-within {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-700:focus-within {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-800:focus-within {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-yellow-900:focus-within {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-50:focus-within {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-100:focus-within {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-200:focus-within {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-300:focus-within {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-400:focus-within {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-500:focus-within {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-600:focus-within {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-700:focus-within {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-800:focus-within {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-green-900:focus-within {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-50:focus-within {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-100:focus-within {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-200:focus-within {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-300:focus-within {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-400:focus-within {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-500:focus-within {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-600:focus-within {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-700:focus-within {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-800:focus-within {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-blue-900:focus-within {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-50:focus-within {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-100:focus-within {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-200:focus-within {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-300:focus-within {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-400:focus-within {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-500:focus-within {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-600:focus-within {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-700:focus-within {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-800:focus-within {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-indigo-900:focus-within {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-50:focus-within {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-100:focus-within {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-200:focus-within {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-300:focus-within {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-400:focus-within {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-500:focus-within {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-600:focus-within {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-700:focus-within {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-800:focus-within {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-purple-900:focus-within {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-50:focus-within {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-100:focus-within {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-200:focus-within {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-300:focus-within {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-400:focus-within {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-500:focus-within {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-600:focus-within {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-700:focus-within {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-800:focus-within {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:border-pink-900:focus-within {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-black:hover {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-white:hover {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-700:hover {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-gray-900:hover {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-400:hover {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-400:hover {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-500:hover {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-600:hover {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-700:hover {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-800:hover {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:border-pink-900:hover {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-black:focus {
    border-color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-white:focus {
    border-color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-700:focus {
    border-color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-gray-900:focus {
    border-color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-400:focus {
    border-color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-400:focus {
    border-color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-500:focus {
    border-color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-600:focus {
    border-color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-700:focus {
    border-color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-800:focus {
    border-color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:border-pink-900:focus {
    border-color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-none {
    border-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-solid {
    border-style: solid;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-double {
    border-style: double;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-none {
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-0 {
    border-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-2 {
    border-width: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-4 {
    border-width: 4px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-8 {
    border-width: 8px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border {
    border-width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-r-0 {
    border-right-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-l-0 {
    border-left-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-default {
    cursor: default;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-text {
    cursor: text;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-move {
    cursor: move;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-help {
    cursor: help;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table {
    display: table;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-caption {
    display: table-caption;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-cell {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-column {
    display: table-column;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-row {
    display: table-row;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flow-root {
    display: flow-root;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:contents {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-items-start {
    place-items: start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-items-end {
    place-items: end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-items-center {
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-center {
    place-content: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-start {
    place-content: start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-end {
    place-content: end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-self-end {
    place-self: end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-self-center {
    place-self: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:items-center {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-center {
    align-content: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-start {
    align-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-end {
    align-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-between {
    align-content: space-between;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-around {
    align-content: space-around;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:self-auto {
    align-self: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:self-center {
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-none {
    flex: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-1 {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-2 {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-3 {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-4 {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-5 {
    order: 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-6 {
    order: 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-7 {
    order: 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-9 {
    order: 9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-10 {
    order: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-11 {
    order: 11;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-first {
    order: -9999;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-last {
    order: 9999;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:order-none {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:float-right {
    float: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:float-left {
    float: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:float-none {
    float: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:clear-left {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:clear-right {
    clear: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:clear-both {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:clear-none {
    clear: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-thin {
    font-weight: 100;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-extralight {
    font-weight: 200;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-light {
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:font-black {
    font-weight: 900;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-0 {
    height: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1 {
    height: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2 {
    height: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-3 {
    height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-4 {
    height: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-5 {
    height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-6 {
    height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-7 {
    height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-8 {
    height: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-9 {
    height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-10 {
    height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-11 {
    height: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-12 {
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-14 {
    height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-16 {
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-20 {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-24 {
    height: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-28 {
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-32 {
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-36 {
    height: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-40 {
    height: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-44 {
    height: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-48 {
    height: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-52 {
    height: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-56 {
    height: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-60 {
    height: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-64 {
    height: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-72 {
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-80 {
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-96 {
    height: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-auto {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-px {
    height: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-0\.5 {
    height: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\.5 {
    height: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2\.5 {
    height: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-3\.5 {
    height: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\/2 {
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\/3 {
    height: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2\/3 {
    height: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\/4 {
    height: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2\/4 {
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-3\/4 {
    height: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\/5 {
    height: 20%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2\/5 {
    height: 40%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-3\/5 {
    height: 60%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-4\/5 {
    height: 80%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-1\/6 {
    height: 16.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-2\/6 {
    height: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-3\/6 {
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-4\/6 {
    height: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-5\/6 {
    height: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-full {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:h-screen {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:leading-loose {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:list-none {
    list-style-type: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-0 {
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-1 {
    margin: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-2 {
    margin: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-3 {
    margin: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-4 {
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-5 {
    margin: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-6 {
    margin: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-7 {
    margin: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-8 {
    margin: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-9 {
    margin: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-10 {
    margin: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-11 {
    margin: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-12 {
    margin: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-14 {
    margin: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-16 {
    margin: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-20 {
    margin: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-24 {
    margin: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-28 {
    margin: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-32 {
    margin: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-36 {
    margin: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-40 {
    margin: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-44 {
    margin: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-48 {
    margin: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-52 {
    margin: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-56 {
    margin: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-60 {
    margin: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-64 {
    margin: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-72 {
    margin: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-80 {
    margin: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-96 {
    margin: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-auto {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-px {
    margin: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-0\.5 {
    margin: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-1\.5 {
    margin: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-2\.5 {
    margin: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:m-3\.5 {
    margin: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-0 {
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-1 {
    margin: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-2 {
    margin: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-3 {
    margin: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-4 {
    margin: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-5 {
    margin: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-6 {
    margin: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-7 {
    margin: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-8 {
    margin: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-9 {
    margin: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-10 {
    margin: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-11 {
    margin: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-12 {
    margin: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-14 {
    margin: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-16 {
    margin: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-20 {
    margin: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-24 {
    margin: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-28 {
    margin: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-32 {
    margin: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-36 {
    margin: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-40 {
    margin: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-44 {
    margin: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-48 {
    margin: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-52 {
    margin: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-56 {
    margin: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-60 {
    margin: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-64 {
    margin: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-72 {
    margin: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-80 {
    margin: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-96 {
    margin: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-px {
    margin: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-0\.5 {
    margin: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-1\.5 {
    margin: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-2\.5 {
    margin: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-m-3\.5 {
    margin: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-1 {
    margin-right: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-1 {
    margin-left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-2 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-2 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-2 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-3 {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-3 {
    margin-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-4 {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-4 {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-5 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-5 {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-6 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-7 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-7 {
    margin-right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-7 {
    margin-left: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-8 {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-8 {
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-8 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-8 {
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-9 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-9 {
    margin-right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-9 {
    margin-left: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-10 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-10 {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-10 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-11 {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-11 {
    margin-right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-11 {
    margin-left: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-12 {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-12 {
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-12 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-12 {
    margin-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-14 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-14 {
    margin-right: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-14 {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-16 {
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-16 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-16 {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-20 {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-20 {
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-20 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-20 {
    margin-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-24 {
    margin-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-24 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-24 {
    margin-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-28 {
    margin-top: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-28 {
    margin-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-28 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-28 {
    margin-left: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-32 {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-32 {
    margin-right: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-32 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-32 {
    margin-left: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-36 {
    margin-top: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-36 {
    margin-right: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-36 {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-36 {
    margin-left: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-40 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-40 {
    margin-left: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-44 {
    margin-top: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-44 {
    margin-right: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-44 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-44 {
    margin-left: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-48 {
    margin-top: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-48 {
    margin-right: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-48 {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-48 {
    margin-left: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-52 {
    margin-top: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-52 {
    margin-right: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-52 {
    margin-bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-52 {
    margin-left: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-56 {
    margin-top: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-56 {
    margin-right: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-56 {
    margin-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-56 {
    margin-left: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-60 {
    margin-top: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-60 {
    margin-right: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-60 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-60 {
    margin-left: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-64 {
    margin-top: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-64 {
    margin-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-64 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-64 {
    margin-left: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-72 {
    margin-top: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-72 {
    margin-right: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-72 {
    margin-bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-72 {
    margin-left: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-80 {
    margin-top: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-80 {
    margin-right: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-80 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-80 {
    margin-left: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-96 {
    margin-top: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-96 {
    margin-right: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-96 {
    margin-bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-96 {
    margin-left: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-1 {
    margin-right: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-2 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-3 {
    margin-right: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-3 {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-4 {
    margin-top: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-4 {
    margin-right: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-4 {
    margin-left: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-6 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-7 {
    margin-top: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-7 {
    margin-right: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-7 {
    margin-left: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-8 {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-8 {
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-8 {
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-9 {
    margin-top: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-9 {
    margin-right: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-9 {
    margin-left: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-10 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-11 {
    margin-top: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-11 {
    margin-right: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-11 {
    margin-left: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-12 {
    margin-top: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-12 {
    margin-right: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-12 {
    margin-left: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-14 {
    margin-right: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-14 {
    margin-left: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-16 {
    margin-top: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-16 {
    margin-right: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-16 {
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-20 {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-20 {
    margin-right: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-20 {
    margin-left: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-24 {
    margin-top: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-24 {
    margin-right: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-24 {
    margin-left: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-28 {
    margin-top: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-28 {
    margin-right: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-28 {
    margin-bottom: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-28 {
    margin-left: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-32 {
    margin-top: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-32 {
    margin-right: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-32 {
    margin-left: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-36 {
    margin-top: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-36 {
    margin-right: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-36 {
    margin-bottom: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-36 {
    margin-left: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-40 {
    margin-top: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-40 {
    margin-right: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-40 {
    margin-left: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-44 {
    margin-top: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-44 {
    margin-right: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-44 {
    margin-bottom: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-44 {
    margin-left: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-48 {
    margin-top: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-48 {
    margin-right: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-48 {
    margin-left: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-52 {
    margin-top: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-52 {
    margin-right: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-52 {
    margin-bottom: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-52 {
    margin-left: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-56 {
    margin-top: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-56 {
    margin-right: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-56 {
    margin-bottom: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-56 {
    margin-left: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-60 {
    margin-top: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-60 {
    margin-right: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-60 {
    margin-bottom: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-60 {
    margin-left: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-64 {
    margin-top: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-64 {
    margin-right: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-64 {
    margin-bottom: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-64 {
    margin-left: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-72 {
    margin-top: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-72 {
    margin-right: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-72 {
    margin-bottom: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-72 {
    margin-left: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-80 {
    margin-top: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-80 {
    margin-right: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-80 {
    margin-bottom: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-80 {
    margin-left: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-96 {
    margin-right: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-96 {
    margin-bottom: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-96 {
    margin-left: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-0 {
    max-height: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-1 {
    max-height: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-2 {
    max-height: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-3 {
    max-height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-4 {
    max-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-5 {
    max-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-6 {
    max-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-7 {
    max-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-8 {
    max-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-9 {
    max-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-10 {
    max-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-11 {
    max-height: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-12 {
    max-height: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-14 {
    max-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-16 {
    max-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-20 {
    max-height: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-24 {
    max-height: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-28 {
    max-height: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-32 {
    max-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-36 {
    max-height: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-40 {
    max-height: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-44 {
    max-height: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-48 {
    max-height: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-52 {
    max-height: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-56 {
    max-height: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-60 {
    max-height: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-64 {
    max-height: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-72 {
    max-height: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-80 {
    max-height: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-96 {
    max-height: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-px {
    max-height: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-0 {
    max-width: 0rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-7xl {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-prose {
    max-width: 65ch;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-h-0 {
    min-height: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-w-0 {
    min-width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-contain {
    object-fit: contain;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-cover {
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-fill {
    object-fit: fill;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-none {
    object-fit: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-center {
    object-position: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-left {
    object-position: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-left-top {
    object-position: left top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-right {
    object-position: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-right-top {
    object-position: right top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:object-top {
    object-position: top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-1 {
    padding: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-5 {
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-9 {
    padding: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-11 {
    padding: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-14 {
    padding: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-20 {
    padding: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-24 {
    padding: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-28 {
    padding: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-32 {
    padding: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-36 {
    padding: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-40 {
    padding: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-44 {
    padding: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-48 {
    padding: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-52 {
    padding: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-56 {
    padding: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-60 {
    padding: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-64 {
    padding: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-72 {
    padding: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-80 {
    padding: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-96 {
    padding: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-px {
    padding: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-0\.5 {
    padding: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-1\.5 {
    padding: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-2\.5 {
    padding: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:p-3\.5 {
    padding: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-1 {
    padding-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-1 {
    padding-right: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-1 {
    padding-left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-2 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-3 {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-3 {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-7 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-7 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-8 {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-9 {
    padding-top: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-9 {
    padding-left: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-11 {
    padding-top: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-11 {
    padding-right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-11 {
    padding-left: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-12 {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-12 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-12 {
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-14 {
    padding-left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-16 {
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-20 {
    padding-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-24 {
    padding-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-24 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-28 {
    padding-top: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-28 {
    padding-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-28 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-28 {
    padding-left: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-32 {
    padding-right: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-32 {
    padding-left: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-36 {
    padding-right: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-36 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-36 {
    padding-left: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-40 {
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-40 {
    padding-left: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-44 {
    padding-top: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-44 {
    padding-right: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-44 {
    padding-bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-44 {
    padding-left: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-48 {
    padding-top: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-48 {
    padding-right: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-48 {
    padding-left: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-52 {
    padding-right: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-52 {
    padding-bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-56 {
    padding-top: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-56 {
    padding-right: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-56 {
    padding-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-56 {
    padding-left: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-60 {
    padding-top: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-60 {
    padding-right: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-60 {
    padding-left: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-64 {
    padding-top: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-64 {
    padding-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-64 {
    padding-bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-64 {
    padding-left: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-72 {
    padding-top: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-72 {
    padding-right: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-72 {
    padding-bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-72 {
    padding-left: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-80 {
    padding-top: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-80 {
    padding-right: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-80 {
    padding-bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-80 {
    padding-left: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-96 {
    padding-top: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-96 {
    padding-right: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-96 {
    padding-bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-96 {
    padding-left: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-current::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-black::placeholder {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-white::placeholder {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-50::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-100::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-200::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-300::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-400::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-500::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-600::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-700::placeholder {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-800::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-gray-900::placeholder {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-50::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-100::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-200::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-300::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-400::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-500::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-600::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-700::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-800::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-red-900::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-50::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-100::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-200::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-300::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-400::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-500::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-600::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-700::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-800::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-yellow-900::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-50::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-100::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-200::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-300::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-400::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-500::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-600::placeholder {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-700::placeholder {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-800::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-green-900::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-50::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-100::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-200::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-300::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-400::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-500::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-600::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-700::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-800::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-blue-900::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-50::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-100::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-200::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-300::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-400::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-500::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-600::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-700::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-800::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-indigo-900::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-50::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-100::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-200::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-300::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-400::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-500::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-600::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-700::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-800::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-purple-900::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-50::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-100::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-200::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-300::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-400::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-500::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-600::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-700::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-800::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:placeholder-pink-900::placeholder {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-black:focus::placeholder {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-white:focus::placeholder {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-50:focus::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-50:focus::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-600:focus::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-700:focus::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-800:focus::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-red-900:focus::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-50:focus::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-100:focus::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-600:focus::placeholder {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-700:focus::placeholder {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-800:focus::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-green-900:focus::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-50:focus::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-50:focus::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-50:focus::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:static {
    position: static;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:fixed {
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:absolute {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:relative {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-px {
    right: 1px;
    left: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-px {
    right: -1px;
    left: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:inset-x-full {
    right: 100%;
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-inset-x-full {
    right: -100%;
    left: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-0 {
    top: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-0 {
    right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-0 {
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-1 {
    top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-1 {
    right: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-1 {
    bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-1 {
    left: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-2 {
    top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-2 {
    right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-2 {
    bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-3 {
    top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-3 {
    right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-3 {
    bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-3 {
    left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-4 {
    right: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-4 {
    bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-4 {
    left: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-5 {
    top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-5 {
    right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-5 {
    bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-5 {
    left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-6 {
    top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-6 {
    right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-6 {
    bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-6 {
    left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-7 {
    top: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-7 {
    right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-7 {
    left: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-8 {
    top: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-8 {
    right: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-8 {
    bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-8 {
    left: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-9 {
    top: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-9 {
    right: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-9 {
    bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-9 {
    left: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-10 {
    top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-10 {
    right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-10 {
    bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-10 {
    left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-11 {
    top: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-11 {
    right: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-11 {
    bottom: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-11 {
    left: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-12 {
    top: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-12 {
    right: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-12 {
    bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-12 {
    left: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-14 {
    top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-14 {
    right: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-14 {
    bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-14 {
    left: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-16 {
    right: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-16 {
    bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-16 {
    left: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-20 {
    top: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-20 {
    right: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-20 {
    bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-20 {
    left: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-24 {
    top: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-24 {
    right: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-24 {
    bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-24 {
    left: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-28 {
    top: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-28 {
    right: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-28 {
    bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-28 {
    left: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-32 {
    top: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-32 {
    right: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-32 {
    bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-32 {
    left: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-36 {
    top: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-36 {
    right: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-36 {
    bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-36 {
    left: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-40 {
    top: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-40 {
    right: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-40 {
    bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-40 {
    left: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-44 {
    top: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-44 {
    right: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-44 {
    bottom: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-44 {
    left: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-48 {
    top: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-48 {
    right: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-48 {
    bottom: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-48 {
    left: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-52 {
    top: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-52 {
    right: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-52 {
    bottom: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-52 {
    left: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-56 {
    top: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-56 {
    right: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-56 {
    bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-56 {
    left: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-60 {
    top: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-60 {
    right: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-60 {
    bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-60 {
    left: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-64 {
    top: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-64 {
    right: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-64 {
    bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-64 {
    left: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-72 {
    top: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-72 {
    right: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-72 {
    bottom: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-72 {
    left: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-80 {
    top: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-80 {
    right: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-80 {
    bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-80 {
    left: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-96 {
    top: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-96 {
    right: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-96 {
    bottom: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-96 {
    left: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-auto {
    top: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-auto {
    right: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-auto {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-px {
    top: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-px {
    right: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-px {
    bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-px {
    left: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-0\.5 {
    top: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-0\.5 {
    right: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-0\.5 {
    left: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-1\.5 {
    top: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-1\.5 {
    right: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-1\.5 {
    left: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-2\.5 {
    top: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-2\.5 {
    right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-2\.5 {
    left: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-3\.5 {
    top: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-3\.5 {
    right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-3\.5 {
    left: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-0 {
    top: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-0 {
    right: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-0 {
    left: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-1 {
    top: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-1 {
    bottom: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-1 {
    left: -0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-2 {
    top: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-2 {
    right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-2 {
    bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-2 {
    left: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-3 {
    top: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-3 {
    right: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-3 {
    bottom: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-3 {
    left: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-4 {
    top: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-4 {
    right: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-4 {
    bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-4 {
    left: -1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-5 {
    top: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-5 {
    right: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-5 {
    bottom: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-5 {
    left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-6 {
    top: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-6 {
    right: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-6 {
    bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-6 {
    left: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-7 {
    top: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-7 {
    right: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-7 {
    bottom: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-7 {
    left: -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-8 {
    top: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-8 {
    right: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-8 {
    bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-8 {
    left: -2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-9 {
    top: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-9 {
    right: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-9 {
    bottom: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-9 {
    left: -2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-10 {
    top: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-10 {
    right: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-10 {
    bottom: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-10 {
    left: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-11 {
    top: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-11 {
    right: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-11 {
    bottom: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-11 {
    left: -2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-12 {
    top: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-12 {
    right: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-12 {
    bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-12 {
    left: -3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-14 {
    top: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-14 {
    right: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-14 {
    bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-14 {
    left: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-16 {
    top: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-16 {
    right: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-16 {
    bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-16 {
    left: -4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-20 {
    top: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-20 {
    right: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-20 {
    bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-20 {
    left: -5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-24 {
    top: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-24 {
    right: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-24 {
    bottom: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-24 {
    left: -6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-28 {
    top: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-28 {
    right: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-28 {
    bottom: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-28 {
    left: -7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-32 {
    top: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-32 {
    right: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-32 {
    bottom: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-32 {
    left: -8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-36 {
    top: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-36 {
    right: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-36 {
    bottom: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-36 {
    left: -9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-40 {
    top: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-40 {
    right: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-40 {
    bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-40 {
    left: -10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-44 {
    top: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-44 {
    right: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-44 {
    bottom: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-44 {
    left: -11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-48 {
    top: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-48 {
    right: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-48 {
    bottom: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-48 {
    left: -12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-52 {
    top: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-52 {
    right: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-52 {
    bottom: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-52 {
    left: -13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-56 {
    top: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-56 {
    right: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-56 {
    bottom: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-56 {
    left: -14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-60 {
    top: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-60 {
    right: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-60 {
    bottom: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-60 {
    left: -15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-64 {
    top: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-64 {
    right: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-64 {
    bottom: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-64 {
    left: -16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-72 {
    top: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-72 {
    right: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-72 {
    bottom: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-72 {
    left: -18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-80 {
    top: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-80 {
    right: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-80 {
    bottom: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-80 {
    left: -20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-96 {
    top: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-96 {
    right: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-96 {
    bottom: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-96 {
    left: -24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-px {
    top: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-px {
    right: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-px {
    bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-px {
    left: -1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-0\.5 {
    top: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-0\.5 {
    right: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-0\.5 {
    left: -0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-1\.5 {
    top: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-1\.5 {
    right: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-1\.5 {
    left: -0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-2\.5 {
    top: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-2\.5 {
    right: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-2\.5 {
    left: -0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-3\.5 {
    top: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-3\.5 {
    right: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-3\.5 {
    left: -0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-1\/2 {
    top: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-1\/2 {
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-1\/2 {
    bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-1\/2 {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-1\/3 {
    top: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-1\/3 {
    right: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-1\/3 {
    left: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-2\/3 {
    top: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-2\/3 {
    right: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-2\/3 {
    left: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-1\/4 {
    top: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-1\/4 {
    right: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-1\/4 {
    bottom: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-1\/4 {
    left: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-2\/4 {
    top: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-2\/4 {
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-2\/4 {
    bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-2\/4 {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-3\/4 {
    top: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-3\/4 {
    right: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-3\/4 {
    bottom: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-3\/4 {
    left: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:top-full {
    top: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:right-full {
    right: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:bottom-full {
    bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:left-full {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-1\/2 {
    top: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-1\/2 {
    right: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-1\/2 {
    bottom: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-1\/2 {
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-1\/3 {
    top: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-1\/3 {
    right: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-1\/3 {
    left: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-2\/3 {
    top: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-2\/3 {
    right: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-2\/3 {
    left: -66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-1\/4 {
    top: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-1\/4 {
    right: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-1\/4 {
    bottom: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-1\/4 {
    left: -25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-2\/4 {
    top: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-2\/4 {
    right: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-2\/4 {
    bottom: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-2\/4 {
    left: -50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-3\/4 {
    top: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-3\/4 {
    right: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-3\/4 {
    bottom: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-3\/4 {
    left: -75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-top-full {
    top: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-right-full {
    right: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-bottom-full {
    bottom: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:-left-full {
    left: -100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:resize-none {
    resize: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:resize-y {
    resize: vertical;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:resize-x {
    resize: horizontal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:resize {
    resize: both;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:fill-current {
    fill: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-auto {
    table-layout: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-black {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-white {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-black {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-white {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-current:focus-within {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-black:focus-within {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-white:focus-within {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-50:focus-within {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-100:focus-within {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-200:focus-within {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-300:focus-within {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-400:focus-within {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-500:focus-within {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-600:focus-within {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-700:focus-within {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-800:focus-within {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-gray-900:focus-within {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-50:focus-within {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-100:focus-within {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-200:focus-within {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-300:focus-within {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-400:focus-within {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-500:focus-within {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-600:focus-within {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-700:focus-within {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-800:focus-within {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-red-900:focus-within {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-50:focus-within {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-100:focus-within {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-200:focus-within {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-300:focus-within {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-400:focus-within {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-500:focus-within {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-600:focus-within {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-700:focus-within {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-800:focus-within {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-yellow-900:focus-within {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-50:focus-within {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-100:focus-within {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-200:focus-within {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-300:focus-within {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-400:focus-within {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-500:focus-within {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-600:focus-within {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-700:focus-within {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-800:focus-within {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-green-900:focus-within {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-50:focus-within {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-100:focus-within {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-200:focus-within {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-300:focus-within {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-400:focus-within {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-500:focus-within {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-600:focus-within {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-700:focus-within {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-800:focus-within {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-blue-900:focus-within {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-50:focus-within {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-100:focus-within {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-200:focus-within {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-300:focus-within {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-400:focus-within {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-500:focus-within {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-600:focus-within {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-700:focus-within {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-800:focus-within {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-indigo-900:focus-within {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-50:focus-within {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-100:focus-within {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-200:focus-within {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-300:focus-within {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-400:focus-within {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-500:focus-within {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-600:focus-within {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-700:focus-within {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-800:focus-within {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-purple-900:focus-within {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-50:focus-within {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-100:focus-within {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-200:focus-within {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-300:focus-within {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-400:focus-within {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-500:focus-within {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-600:focus-within {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-700:focus-within {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-800:focus-within {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:text-pink-900:focus-within {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-transparent:hover {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-current:hover {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-black:hover {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-white:hover {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-500:hover {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-600:hover {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-800:hover {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-50:hover {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-100:hover {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-200:hover {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-300:hover {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-400:hover {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-500:hover {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-600:hover {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-700:hover {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-800:hover {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-600:hover {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-700:hover {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-800:hover {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-yellow-900:hover {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-100:hover {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-400:hover {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-500:hover {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-600:hover {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-700:hover {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-800:hover {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-green-900:hover {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-600:hover {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-800:hover {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-indigo-900:hover {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-400:hover {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-500:hover {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-600:hover {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-700:hover {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-800:hover {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:text-pink-900:hover {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-transparent:focus {
    color: transparent;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-current:focus {
    color: currentColor;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-black:focus {
    color: black;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-white:focus {
    color: white;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-500:focus {
    color: #6b7280;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-600:focus {
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-700:focus {
    color: #374151;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-800:focus {
    color: #1f2937;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-gray-900:focus {
    color: #111827;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-50:focus {
    color: #fef2f2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-100:focus {
    color: #fee2e2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-200:focus {
    color: #fecaca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-300:focus {
    color: #fca5a5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-400:focus {
    color: #f87171;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-500:focus {
    color: #ef4444;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-600:focus {
    color: #dc2626;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-700:focus {
    color: #b91c1c;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-800:focus {
    color: #991b1b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-600:focus {
    color: #d97706;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-700:focus {
    color: #b45309;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-800:focus {
    color: #92400e;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-yellow-900:focus {
    color: #78350f;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-100:focus {
    color: #d1fae5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-400:focus {
    color: #34d399;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-500:focus {
    color: #10b981;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-600:focus {
    color: #059669;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-700:focus {
    color: #047857;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-800:focus {
    color: #065f46;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-green-900:focus {
    color: #064e3b;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-600:focus {
    color: #2563eb;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-800:focus {
    color: #1e40af;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-indigo-900:focus {
    color: #312e81;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-400:focus {
    color: #f472b6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-500:focus {
    color: #ec4899;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-600:focus {
    color: #db2777;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-700:focus {
    color: #be185d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-800:focus {
    color: #9d174d;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:text-pink-900:focus {
    color: #831843;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:overflow-clip {
    text-overflow: clip;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:italic {
    font-style: italic;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:not-italic {
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:normal-case {
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:visible {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:invisible {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:break-words {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:break-all {
    word-break: break-all;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-0 {
    width: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1 {
    width: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2 {
    width: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3 {
    width: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-4 {
    width: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-6 {
    width: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-7 {
    width: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-8 {
    width: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-9 {
    width: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-10 {
    width: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-11 {
    width: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-12 {
    width: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-14 {
    width: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-16 {
    width: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-24 {
    width: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-36 {
    width: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-40 {
    width: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-44 {
    width: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-52 {
    width: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-56 {
    width: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-60 {
    width: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-80 {
    width: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-96 {
    width: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-auto {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-px {
    width: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-0\.5 {
    width: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\.5 {
    width: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\.5 {
    width: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3\.5 {
    width: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-screen {
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-0 {
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-10 {
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-20 {
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-30 {
    z-index: 30;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-40 {
    z-index: 40;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-50 {
    z-index: 50;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-0:focus {
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-10:focus {
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-20:focus {
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-30:focus {
    z-index: 30;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-40:focus {
    z-index: 40;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-50:focus {
    z-index: 50;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:focus\:z-auto:focus {
    z-index: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-14 {
    gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-28 {
    gap: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-36 {
    gap: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-40 {
    gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-44 {
    gap: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-48 {
    gap: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-52 {
    gap: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-56 {
    gap: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-60 {
    gap: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-64 {
    gap: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-72 {
    gap: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-80 {
    gap: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-96 {
    gap: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-px {
    gap: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-0\.5 {
    gap: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-1\.5 {
    gap: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-3\.5 {
    gap: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-1 {
    column-gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-3 {
    column-gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-5 {
    column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-7 {
    column-gap: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-9 {
    column-gap: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-11 {
    column-gap: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-12 {
    column-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-14 {
    column-gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-16 {
    column-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-20 {
    column-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-24 {
    column-gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-28 {
    column-gap: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-32 {
    column-gap: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-36 {
    column-gap: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-40 {
    column-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-44 {
    column-gap: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-48 {
    column-gap: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-52 {
    column-gap: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-56 {
    column-gap: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-60 {
    column-gap: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-64 {
    column-gap: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-72 {
    column-gap: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-80 {
    column-gap: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-96 {
    column-gap: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-px {
    column-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-0 {
    row-gap: 0px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-4 {
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-12 {
    row-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-16 {
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-20 {
    row-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-24 {
    row-gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-28 {
    row-gap: 7rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-32 {
    row-gap: 8rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-36 {
    row-gap: 9rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-40 {
    row-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-44 {
    row-gap: 11rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-48 {
    row-gap: 12rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-52 {
    row-gap: 13rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-56 {
    row-gap: 14rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-60 {
    row-gap: 15rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-64 {
    row-gap: 16rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-72 {
    row-gap: 18rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-80 {
    row-gap: 20rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-96 {
    row-gap: 24rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-px {
    row-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-auto {
    grid-column: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-auto {
    grid-row: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transform {
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transform-gpu {
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transform-none {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-center {
    transform-origin: center;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-top {
    transform-origin: top;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-right {
    transform-origin: right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-left {
    transform-origin: left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\: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;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:animate-none {
    animation: none;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 1024px) {
  .tailwind-import .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:container {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .tailwind-import .xl\:container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .tailwind-import .xl\:container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .tailwind-import .xl\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .tailwind-import .xl\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) and (min-width: 1536px) {
  .tailwind-import .xl\:container {
    max-width: 1536px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * $tw-space-x-reverse);
    margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.5rem * $tw-space-x-reverse);
    margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.75rem * $tw-space-x-reverse);
    margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * $tw-space-x-reverse);
    margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * $tw-space-x-reverse);
    margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.5rem * $tw-space-x-reverse);
    margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.75rem * $tw-space-x-reverse);
    margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2rem * $tw-space-x-reverse);
    margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * $tw-space-x-reverse);
    margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.5rem * $tw-space-x-reverse);
    margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.75rem * $tw-space-x-reverse);
    margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3rem * $tw-space-x-reverse);
    margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3.5rem * $tw-space-x-reverse);
    margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(4rem * $tw-space-x-reverse);
    margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(5rem * $tw-space-x-reverse);
    margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(6rem * $tw-space-x-reverse);
    margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(7rem * $tw-space-x-reverse);
    margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8rem * $tw-space-x-reverse);
    margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(9rem * $tw-space-x-reverse);
    margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(10rem * $tw-space-x-reverse);
    margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(11rem * $tw-space-x-reverse);
    margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(12rem * $tw-space-x-reverse);
    margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(13rem * $tw-space-x-reverse);
    margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(14rem * $tw-space-x-reverse);
    margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(15rem * $tw-space-x-reverse);
    margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(16rem * $tw-space-x-reverse);
    margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(18rem * $tw-space-x-reverse);
    margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(20rem * $tw-space-x-reverse);
    margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(24rem * $tw-space-x-reverse);
    margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1px * $tw-space-x-reverse);
    margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.125rem * $tw-space-x-reverse);
    margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.375rem * $tw-space-x-reverse);
    margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.625rem * $tw-space-x-reverse);
    margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.875rem * $tw-space-x-reverse);
    margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.25rem * $tw-space-x-reverse);
    margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.5rem * $tw-space-x-reverse);
    margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.75rem * $tw-space-x-reverse);
    margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1rem * $tw-space-x-reverse);
    margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.25rem * $tw-space-x-reverse);
    margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.5rem * $tw-space-x-reverse);
    margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.75rem * $tw-space-x-reverse);
    margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2rem * $tw-space-x-reverse);
    margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.25rem * $tw-space-x-reverse);
    margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.5rem * $tw-space-x-reverse);
    margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.75rem * $tw-space-x-reverse);
    margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3rem * $tw-space-x-reverse);
    margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3.5rem * $tw-space-x-reverse);
    margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-4rem * $tw-space-x-reverse);
    margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-5rem * $tw-space-x-reverse);
    margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-6rem * $tw-space-x-reverse);
    margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-7rem * $tw-space-x-reverse);
    margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-8rem * $tw-space-x-reverse);
    margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-9rem * $tw-space-x-reverse);
    margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-10rem * $tw-space-x-reverse);
    margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-11rem * $tw-space-x-reverse);
    margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-12rem * $tw-space-x-reverse);
    margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-13rem * $tw-space-x-reverse);
    margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-14rem * $tw-space-x-reverse);
    margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-15rem * $tw-space-x-reverse);
    margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-16rem * $tw-space-x-reverse);
    margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-18rem * $tw-space-x-reverse);
    margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-20rem * $tw-space-x-reverse);
    margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-24rem * $tw-space-x-reverse);
    margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1px * $tw-space-x-reverse);
    margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.125rem * $tw-space-x-reverse);
    margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.375rem * $tw-space-x-reverse);
    margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.625rem * $tw-space-x-reverse);
    margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.875rem * $tw-space-x-reverse);
    margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(0px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(0px * $tw-divide-x-reverse);
    border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(2px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(2px * $tw-divide-x-reverse);
    border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(4px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(4px * $tw-divide-x-reverse);
    border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(8px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(8px * $tw-divide-x-reverse);
    border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(1px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(1px * $tw-divide-x-reverse);
    border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\: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;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\: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;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\: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;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:appearance-none {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-local {
    background-attachment: local;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-black:focus-within {
    background-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-white:focus-within {
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-50:focus-within {
    background-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-100:focus-within {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-200:focus-within {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-300:focus-within {
    background-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-400:focus-within {
    background-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-500:focus-within {
    background-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-600:focus-within {
    background-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-700:focus-within {
    background-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-800:focus-within {
    background-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-gray-900:focus-within {
    background-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-50:focus-within {
    background-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-100:focus-within {
    background-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-200:focus-within {
    background-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-300:focus-within {
    background-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-400:focus-within {
    background-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-500:focus-within {
    background-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-600:focus-within {
    background-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-700:focus-within {
    background-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-800:focus-within {
    background-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-red-900:focus-within {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-50:focus-within {
    background-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-300:focus-within {
    background-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-400:focus-within {
    background-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-500:focus-within {
    background-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-800:focus-within {
    background-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-yellow-900:focus-within {
    background-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-50:focus-within {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-100:focus-within {
    background-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-200:focus-within {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-300:focus-within {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-400:focus-within {
    background-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-500:focus-within {
    background-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-600:focus-within {
    background-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-700:focus-within {
    background-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-800:focus-within {
    background-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-green-900:focus-within {
    background-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-50:focus-within {
    background-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-100:focus-within {
    background-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-200:focus-within {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-300:focus-within {
    background-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-400:focus-within {
    background-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-500:focus-within {
    background-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-600:focus-within {
    background-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-700:focus-within {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-800:focus-within {
    background-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-blue-900:focus-within {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-50:focus-within {
    background-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-100:focus-within {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-400:focus-within {
    background-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-500:focus-within {
    background-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-600:focus-within {
    background-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-800:focus-within {
    background-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-indigo-900:focus-within {
    background-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-50:focus-within {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-100:focus-within {
    background-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-200:focus-within {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-300:focus-within {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-400:focus-within {
    background-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-500:focus-within {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-600:focus-within {
    background-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-700:focus-within {
    background-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-800:focus-within {
    background-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-purple-900:focus-within {
    background-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-50:focus-within {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-100:focus-within {
    background-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-200:focus-within {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-300:focus-within {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-400:focus-within {
    background-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-500:focus-within {
    background-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-600:focus-within {
    background-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-700:focus-within {
    background-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-800:focus-within {
    background-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:bg-pink-900:focus-within {
    background-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-black:hover {
    background-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-white:hover {
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-600:hover {
    background-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-700:hover {
    background-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-black:focus {
    background-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-white:focus {
    background-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-600:focus {
    background-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-700:focus {
    background-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-none {
    background-image: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-center {
    background-position: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-left {
    background-position: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-right {
    background-position: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-top {
    background-position: top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-auto {
    background-size: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-cover {
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-black {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-white {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-black {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-white {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-black:focus-within {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-white:focus-within {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-50:focus-within {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-100:focus-within {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-200:focus-within {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-300:focus-within {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-400:focus-within {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-500:focus-within {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-600:focus-within {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-700:focus-within {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-800:focus-within {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-gray-900:focus-within {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-50:focus-within {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-100:focus-within {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-200:focus-within {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-300:focus-within {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-400:focus-within {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-500:focus-within {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-600:focus-within {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-700:focus-within {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-800:focus-within {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-red-900:focus-within {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-50:focus-within {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-100:focus-within {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-200:focus-within {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-300:focus-within {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-400:focus-within {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-500:focus-within {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-600:focus-within {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-700:focus-within {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-800:focus-within {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-yellow-900:focus-within {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-50:focus-within {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-100:focus-within {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-200:focus-within {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-300:focus-within {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-400:focus-within {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-500:focus-within {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-600:focus-within {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-700:focus-within {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-800:focus-within {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-green-900:focus-within {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-50:focus-within {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-100:focus-within {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-200:focus-within {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-300:focus-within {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-400:focus-within {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-500:focus-within {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-600:focus-within {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-700:focus-within {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-800:focus-within {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-blue-900:focus-within {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-50:focus-within {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-100:focus-within {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-200:focus-within {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-300:focus-within {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-400:focus-within {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-500:focus-within {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-600:focus-within {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-700:focus-within {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-800:focus-within {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-indigo-900:focus-within {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-50:focus-within {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-100:focus-within {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-200:focus-within {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-300:focus-within {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-400:focus-within {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-500:focus-within {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-600:focus-within {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-700:focus-within {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-800:focus-within {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-purple-900:focus-within {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-50:focus-within {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-100:focus-within {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-200:focus-within {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-300:focus-within {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-400:focus-within {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-500:focus-within {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-600:focus-within {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-700:focus-within {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-800:focus-within {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:border-pink-900:focus-within {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-black:hover {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-white:hover {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-700:hover {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-gray-900:hover {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-400:hover {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-400:hover {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-500:hover {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-600:hover {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-700:hover {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-800:hover {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:border-pink-900:hover {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-black:focus {
    border-color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-white:focus {
    border-color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-700:focus {
    border-color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-gray-900:focus {
    border-color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-400:focus {
    border-color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-400:focus {
    border-color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-500:focus {
    border-color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-600:focus {
    border-color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-700:focus {
    border-color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-800:focus {
    border-color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:border-pink-900:focus {
    border-color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-none {
    border-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-solid {
    border-style: solid;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-double {
    border-style: double;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-none {
    border-style: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-0 {
    border-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-2 {
    border-width: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-4 {
    border-width: 4px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-8 {
    border-width: 8px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border {
    border-width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-r-0 {
    border-right-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-b-0 {
    border-bottom-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-l-0 {
    border-left-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-default {
    cursor: default;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-text {
    cursor: text;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-move {
    cursor: move;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-help {
    cursor: help;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inline {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table {
    display: table;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-caption {
    display: table-caption;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-cell {
    display: table-cell;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-column {
    display: table-column;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-row {
    display: table-row;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flow-root {
    display: flow-root;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid {
    display: grid;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:contents {
    display: contents;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-items-start {
    place-items: start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-items-end {
    place-items: end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-items-center {
    place-items: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-center {
    place-content: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-start {
    place-content: start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-end {
    place-content: end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-self-end {
    place-self: end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-self-center {
    place-self: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:items-center {
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-center {
    align-content: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-start {
    align-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-end {
    align-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-between {
    align-content: space-between;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-around {
    align-content: space-around;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:self-auto {
    align-self: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:self-center {
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-none {
    flex: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-1 {
    order: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-2 {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-3 {
    order: 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-4 {
    order: 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-5 {
    order: 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-6 {
    order: 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-7 {
    order: 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-8 {
    order: 8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-9 {
    order: 9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-10 {
    order: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-11 {
    order: 11;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-12 {
    order: 12;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-first {
    order: -9999;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-last {
    order: 9999;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:order-none {
    order: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:float-right {
    float: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:float-left {
    float: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:float-none {
    float: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:clear-left {
    clear: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:clear-right {
    clear: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:clear-both {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:clear-none {
    clear: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-thin {
    font-weight: 100;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-extralight {
    font-weight: 200;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-light {
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:font-black {
    font-weight: 900;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-0 {
    height: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1 {
    height: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2 {
    height: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-3 {
    height: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-4 {
    height: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-5 {
    height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-6 {
    height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-7 {
    height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-8 {
    height: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-9 {
    height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-10 {
    height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-11 {
    height: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-12 {
    height: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-14 {
    height: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-16 {
    height: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-20 {
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-24 {
    height: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-28 {
    height: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-32 {
    height: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-36 {
    height: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-40 {
    height: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-44 {
    height: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-48 {
    height: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-52 {
    height: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-56 {
    height: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-60 {
    height: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-64 {
    height: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-72 {
    height: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-80 {
    height: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-96 {
    height: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-auto {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-px {
    height: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-0\.5 {
    height: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\.5 {
    height: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2\.5 {
    height: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-3\.5 {
    height: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\/2 {
    height: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\/3 {
    height: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2\/3 {
    height: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\/4 {
    height: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2\/4 {
    height: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-3\/4 {
    height: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\/5 {
    height: 20%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2\/5 {
    height: 40%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-3\/5 {
    height: 60%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-4\/5 {
    height: 80%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-1\/6 {
    height: 16.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-2\/6 {
    height: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-3\/6 {
    height: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-4\/6 {
    height: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-5\/6 {
    height: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-full {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:h-screen {
    height: 100vh;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:leading-loose {
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:list-none {
    list-style-type: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-0 {
    margin: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-1 {
    margin: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-2 {
    margin: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-3 {
    margin: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-4 {
    margin: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-5 {
    margin: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-6 {
    margin: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-7 {
    margin: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-8 {
    margin: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-9 {
    margin: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-10 {
    margin: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-11 {
    margin: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-12 {
    margin: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-14 {
    margin: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-16 {
    margin: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-20 {
    margin: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-24 {
    margin: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-28 {
    margin: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-32 {
    margin: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-36 {
    margin: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-40 {
    margin: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-44 {
    margin: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-48 {
    margin: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-52 {
    margin: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-56 {
    margin: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-60 {
    margin: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-64 {
    margin: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-72 {
    margin: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-80 {
    margin: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-96 {
    margin: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-auto {
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-px {
    margin: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-0\.5 {
    margin: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-1\.5 {
    margin: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-2\.5 {
    margin: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:m-3\.5 {
    margin: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-0 {
    margin: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-1 {
    margin: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-2 {
    margin: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-3 {
    margin: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-4 {
    margin: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-5 {
    margin: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-6 {
    margin: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-7 {
    margin: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-8 {
    margin: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-9 {
    margin: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-10 {
    margin: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-11 {
    margin: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-12 {
    margin: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-14 {
    margin: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-16 {
    margin: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-20 {
    margin: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-24 {
    margin: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-28 {
    margin: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-32 {
    margin: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-36 {
    margin: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-40 {
    margin: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-44 {
    margin: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-48 {
    margin: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-52 {
    margin: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-56 {
    margin: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-60 {
    margin: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-64 {
    margin: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-72 {
    margin: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-80 {
    margin: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-96 {
    margin: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-px {
    margin: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-0\.5 {
    margin: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-1\.5 {
    margin: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-2\.5 {
    margin: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-m-3\.5 {
    margin: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-1 {
    margin-right: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-1 {
    margin-left: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-2 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-2 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-2 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-3 {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-3 {
    margin-left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-4 {
    margin-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-4 {
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-5 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-5 {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-6 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-7 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-7 {
    margin-right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-7 {
    margin-left: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-8 {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-8 {
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-8 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-8 {
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-9 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-9 {
    margin-right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-9 {
    margin-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-10 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-10 {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-10 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-11 {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-11 {
    margin-right: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-11 {
    margin-left: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-12 {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-12 {
    margin-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-12 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-12 {
    margin-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-14 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-14 {
    margin-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-14 {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-16 {
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-16 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-16 {
    margin-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-20 {
    margin-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-20 {
    margin-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-20 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-20 {
    margin-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-24 {
    margin-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-24 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-24 {
    margin-left: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-28 {
    margin-top: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-28 {
    margin-right: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-28 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-28 {
    margin-left: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-32 {
    margin-top: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-32 {
    margin-right: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-32 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-32 {
    margin-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-36 {
    margin-top: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-36 {
    margin-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-36 {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-36 {
    margin-left: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-40 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-40 {
    margin-left: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-44 {
    margin-top: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-44 {
    margin-right: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-44 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-44 {
    margin-left: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-48 {
    margin-top: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-48 {
    margin-right: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-48 {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-48 {
    margin-left: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-52 {
    margin-top: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-52 {
    margin-right: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-52 {
    margin-bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-52 {
    margin-left: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-56 {
    margin-top: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-56 {
    margin-right: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-56 {
    margin-bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-56 {
    margin-left: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-60 {
    margin-top: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-60 {
    margin-right: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-60 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-60 {
    margin-left: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-64 {
    margin-top: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-64 {
    margin-right: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-64 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-64 {
    margin-left: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-72 {
    margin-top: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-72 {
    margin-right: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-72 {
    margin-bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-72 {
    margin-left: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-80 {
    margin-top: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-80 {
    margin-right: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-80 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-80 {
    margin-left: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-96 {
    margin-top: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-96 {
    margin-right: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-96 {
    margin-bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-96 {
    margin-left: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-1 {
    margin-top: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-1 {
    margin-right: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-1 {
    margin-left: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-2 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-2 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-2 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-3 {
    margin-top: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-3 {
    margin-right: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-3 {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-4 {
    margin-top: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-4 {
    margin-right: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-4 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-4 {
    margin-left: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-5 {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-5 {
    margin-right: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-5 {
    margin-left: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-6 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-7 {
    margin-top: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-7 {
    margin-right: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-7 {
    margin-left: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-8 {
    margin-top: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-8 {
    margin-right: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-8 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-8 {
    margin-left: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-9 {
    margin-top: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-9 {
    margin-right: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-9 {
    margin-left: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-10 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-11 {
    margin-top: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-11 {
    margin-right: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-11 {
    margin-left: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-12 {
    margin-top: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-12 {
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-12 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-12 {
    margin-left: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-14 {
    margin-top: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-14 {
    margin-right: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-14 {
    margin-left: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-16 {
    margin-top: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-16 {
    margin-right: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-16 {
    margin-left: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-20 {
    margin-top: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-20 {
    margin-right: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-20 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-20 {
    margin-left: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-24 {
    margin-top: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-24 {
    margin-right: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-24 {
    margin-bottom: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-24 {
    margin-left: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-28 {
    margin-top: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-28 {
    margin-right: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-28 {
    margin-bottom: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-28 {
    margin-left: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-32 {
    margin-top: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-32 {
    margin-right: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-32 {
    margin-bottom: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-32 {
    margin-left: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-36 {
    margin-top: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-36 {
    margin-right: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-36 {
    margin-bottom: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-36 {
    margin-left: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-40 {
    margin-top: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-40 {
    margin-right: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-40 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-40 {
    margin-left: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-44 {
    margin-top: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-44 {
    margin-right: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-44 {
    margin-bottom: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-44 {
    margin-left: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-48 {
    margin-top: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-48 {
    margin-right: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-48 {
    margin-bottom: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-48 {
    margin-left: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-52 {
    margin-top: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-52 {
    margin-right: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-52 {
    margin-bottom: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-52 {
    margin-left: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-56 {
    margin-top: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-56 {
    margin-right: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-56 {
    margin-bottom: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-56 {
    margin-left: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-60 {
    margin-top: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-60 {
    margin-right: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-60 {
    margin-bottom: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-60 {
    margin-left: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-64 {
    margin-top: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-64 {
    margin-right: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-64 {
    margin-bottom: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-64 {
    margin-left: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-72 {
    margin-top: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-72 {
    margin-right: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-72 {
    margin-bottom: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-72 {
    margin-left: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-80 {
    margin-top: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-80 {
    margin-right: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-80 {
    margin-bottom: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-80 {
    margin-left: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-96 {
    margin-right: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-96 {
    margin-bottom: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-96 {
    margin-left: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-0 {
    max-height: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-1 {
    max-height: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-2 {
    max-height: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-3 {
    max-height: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-4 {
    max-height: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-5 {
    max-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-6 {
    max-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-7 {
    max-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-8 {
    max-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-9 {
    max-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-10 {
    max-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-11 {
    max-height: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-12 {
    max-height: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-14 {
    max-height: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-16 {
    max-height: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-20 {
    max-height: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-24 {
    max-height: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-28 {
    max-height: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-32 {
    max-height: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-36 {
    max-height: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-40 {
    max-height: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-44 {
    max-height: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-48 {
    max-height: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-52 {
    max-height: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-56 {
    max-height: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-60 {
    max-height: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-64 {
    max-height: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-72 {
    max-height: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-80 {
    max-height: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-96 {
    max-height: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-px {
    max-height: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-0 {
    max-width: 0rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-7xl {
    max-width: 80rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-prose {
    max-width: 65ch;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-h-0 {
    min-height: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-w-0 {
    min-width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-contain {
    object-fit: contain;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-cover {
    object-fit: cover;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-fill {
    object-fit: fill;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-none {
    object-fit: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-center {
    object-position: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-left {
    object-position: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-left-top {
    object-position: left top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-right {
    object-position: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-right-top {
    object-position: right top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:object-top {
    object-position: top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-1 {
    padding: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-5 {
    padding: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-9 {
    padding: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-11 {
    padding: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-14 {
    padding: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-20 {
    padding: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-24 {
    padding: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-28 {
    padding: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-32 {
    padding: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-36 {
    padding: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-40 {
    padding: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-44 {
    padding: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-48 {
    padding: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-52 {
    padding: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-56 {
    padding: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-60 {
    padding: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-64 {
    padding: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-72 {
    padding: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-80 {
    padding: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-96 {
    padding: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-px {
    padding: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-0\.5 {
    padding: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-1\.5 {
    padding: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-2\.5 {
    padding: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:p-3\.5 {
    padding: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-1 {
    padding-top: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-1 {
    padding-right: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-1 {
    padding-left: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-2 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-3 {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-3 {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-7 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-7 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-8 {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-9 {
    padding-top: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-9 {
    padding-left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-11 {
    padding-top: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-11 {
    padding-right: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-11 {
    padding-left: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-12 {
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-12 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-12 {
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-14 {
    padding-left: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-16 {
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-20 {
    padding-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-24 {
    padding-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-24 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-28 {
    padding-top: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-28 {
    padding-right: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-28 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-28 {
    padding-left: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-32 {
    padding-right: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-32 {
    padding-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-36 {
    padding-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-36 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-36 {
    padding-left: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-40 {
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-40 {
    padding-left: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-44 {
    padding-top: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-44 {
    padding-right: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-44 {
    padding-bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-44 {
    padding-left: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-48 {
    padding-top: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-48 {
    padding-right: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-48 {
    padding-left: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-52 {
    padding-right: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-52 {
    padding-bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-56 {
    padding-top: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-56 {
    padding-right: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-56 {
    padding-bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-56 {
    padding-left: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-60 {
    padding-top: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-60 {
    padding-right: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-60 {
    padding-left: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-64 {
    padding-top: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-64 {
    padding-right: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-64 {
    padding-bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-64 {
    padding-left: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-72 {
    padding-top: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-72 {
    padding-right: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-72 {
    padding-bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-72 {
    padding-left: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-80 {
    padding-top: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-80 {
    padding-right: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-80 {
    padding-bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-80 {
    padding-left: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-96 {
    padding-top: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-96 {
    padding-right: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-96 {
    padding-bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-96 {
    padding-left: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-current::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-black::placeholder {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-white::placeholder {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-50::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-100::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-200::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-300::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-400::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-500::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-600::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-700::placeholder {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-800::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-gray-900::placeholder {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-50::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-100::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-200::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-300::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-400::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-500::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-600::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-700::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-800::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-red-900::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-50::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-100::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-200::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-300::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-400::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-500::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-600::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-700::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-800::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-yellow-900::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-50::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-100::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-200::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-300::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-400::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-500::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-600::placeholder {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-700::placeholder {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-800::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-green-900::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-50::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-100::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-200::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-300::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-400::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-500::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-600::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-700::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-800::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-blue-900::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-50::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-100::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-200::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-300::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-400::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-500::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-600::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-700::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-800::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-indigo-900::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-50::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-100::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-200::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-300::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-400::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-500::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-600::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-700::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-800::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-purple-900::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-50::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-100::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-200::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-300::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-400::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-500::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-600::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-700::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-800::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:placeholder-pink-900::placeholder {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-black:focus::placeholder {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-white:focus::placeholder {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-50:focus::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-50:focus::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-50:focus::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-50:focus::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-50:focus::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-50:focus::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:static {
    position: static;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:fixed {
    position: fixed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:absolute {
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:relative {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-0 {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-0 {
    right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-0 {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-1 {
    top: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-1 {
    right: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-1 {
    bottom: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-1 {
    left: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-2 {
    top: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-2 {
    right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-2 {
    bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-3 {
    top: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-3 {
    right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-3 {
    bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-3 {
    left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-4 {
    right: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-4 {
    bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-4 {
    left: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-5 {
    top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-5 {
    right: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-5 {
    bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-5 {
    left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-6 {
    top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-6 {
    right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-6 {
    bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-6 {
    left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-7 {
    top: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-7 {
    right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-7 {
    left: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-8 {
    top: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-8 {
    right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-8 {
    bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-8 {
    left: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-9 {
    top: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-9 {
    right: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-9 {
    bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-9 {
    left: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-10 {
    top: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-10 {
    right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-10 {
    bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-10 {
    left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-11 {
    top: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-11 {
    right: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-11 {
    bottom: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-11 {
    left: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-12 {
    top: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-12 {
    right: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-12 {
    bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-12 {
    left: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-14 {
    top: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-14 {
    right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-14 {
    bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-14 {
    left: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-16 {
    right: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-16 {
    bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-16 {
    left: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-20 {
    top: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-20 {
    right: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-20 {
    bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-20 {
    left: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-24 {
    top: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-24 {
    right: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-24 {
    bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-24 {
    left: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-28 {
    top: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-28 {
    right: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-28 {
    bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-28 {
    left: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-32 {
    top: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-32 {
    right: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-32 {
    bottom: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-32 {
    left: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-36 {
    top: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-36 {
    right: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-36 {
    bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-36 {
    left: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-40 {
    top: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-40 {
    right: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-40 {
    bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-40 {
    left: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-44 {
    top: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-44 {
    right: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-44 {
    bottom: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-44 {
    left: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-48 {
    top: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-48 {
    right: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-48 {
    bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-48 {
    left: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-52 {
    top: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-52 {
    right: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-52 {
    bottom: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-52 {
    left: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-56 {
    top: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-56 {
    right: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-56 {
    bottom: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-56 {
    left: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-60 {
    top: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-60 {
    right: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-60 {
    bottom: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-60 {
    left: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-64 {
    top: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-64 {
    right: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-64 {
    bottom: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-64 {
    left: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-72 {
    top: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-72 {
    right: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-72 {
    bottom: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-72 {
    left: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-80 {
    top: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-80 {
    right: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-80 {
    bottom: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-80 {
    left: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-96 {
    top: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-96 {
    right: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-96 {
    bottom: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-96 {
    left: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-auto {
    top: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-auto {
    right: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-auto {
    left: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-px {
    top: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-px {
    right: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-px {
    bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-px {
    left: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-0\.5 {
    top: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-0\.5 {
    right: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-0\.5 {
    left: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-1\.5 {
    top: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-1\.5 {
    right: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-1\.5 {
    left: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-2\.5 {
    top: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-2\.5 {
    right: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-2\.5 {
    left: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-3\.5 {
    top: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-3\.5 {
    right: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-3\.5 {
    left: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-0 {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-0 {
    right: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-0 {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-1 {
    top: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-1 {
    bottom: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-1 {
    left: -0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-2 {
    top: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-2 {
    right: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-2 {
    bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-2 {
    left: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-3 {
    top: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-3 {
    right: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-3 {
    bottom: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-3 {
    left: -0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-4 {
    top: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-4 {
    right: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-4 {
    bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-4 {
    left: -1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-5 {
    top: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-5 {
    right: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-5 {
    bottom: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-5 {
    left: -1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-6 {
    top: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-6 {
    right: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-6 {
    bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-6 {
    left: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-7 {
    top: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-7 {
    right: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-7 {
    bottom: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-7 {
    left: -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-8 {
    top: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-8 {
    right: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-8 {
    bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-8 {
    left: -2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-9 {
    top: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-9 {
    right: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-9 {
    bottom: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-9 {
    left: -2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-10 {
    top: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-10 {
    right: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-10 {
    bottom: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-10 {
    left: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-11 {
    top: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-11 {
    right: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-11 {
    bottom: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-11 {
    left: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-12 {
    top: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-12 {
    right: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-12 {
    bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-12 {
    left: -3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-14 {
    top: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-14 {
    right: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-14 {
    bottom: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-14 {
    left: -3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-16 {
    top: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-16 {
    right: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-16 {
    bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-16 {
    left: -4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-20 {
    top: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-20 {
    right: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-20 {
    bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-20 {
    left: -5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-24 {
    top: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-24 {
    right: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-24 {
    bottom: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-24 {
    left: -6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-28 {
    top: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-28 {
    right: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-28 {
    bottom: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-28 {
    left: -7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-32 {
    top: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-32 {
    right: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-32 {
    bottom: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-32 {
    left: -8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-36 {
    top: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-36 {
    right: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-36 {
    bottom: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-36 {
    left: -9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-40 {
    top: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-40 {
    right: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-40 {
    bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-40 {
    left: -10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-44 {
    top: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-44 {
    right: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-44 {
    bottom: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-44 {
    left: -11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-48 {
    top: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-48 {
    right: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-48 {
    bottom: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-48 {
    left: -12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-52 {
    top: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-52 {
    right: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-52 {
    bottom: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-52 {
    left: -13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-56 {
    top: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-56 {
    right: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-56 {
    bottom: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-56 {
    left: -14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-60 {
    top: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-60 {
    right: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-60 {
    bottom: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-60 {
    left: -15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-64 {
    top: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-64 {
    right: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-64 {
    bottom: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-64 {
    left: -16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-72 {
    top: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-72 {
    right: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-72 {
    bottom: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-72 {
    left: -18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-80 {
    top: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-80 {
    right: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-80 {
    bottom: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-80 {
    left: -20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-96 {
    top: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-96 {
    right: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-96 {
    bottom: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-96 {
    left: -24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-px {
    top: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-px {
    right: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-px {
    bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-px {
    left: -1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-0\.5 {
    top: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-0\.5 {
    right: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-0\.5 {
    left: -0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-1\.5 {
    top: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-1\.5 {
    right: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-1\.5 {
    left: -0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-2\.5 {
    top: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-2\.5 {
    right: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-2\.5 {
    left: -0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-3\.5 {
    top: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-3\.5 {
    right: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-3\.5 {
    left: -0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-1\/2 {
    top: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-1\/2 {
    right: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-1\/2 {
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-1\/2 {
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-1\/3 {
    top: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-1\/3 {
    right: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-1\/3 {
    left: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-2\/3 {
    top: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-2\/3 {
    right: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-2\/3 {
    left: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-1\/4 {
    top: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-1\/4 {
    right: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-1\/4 {
    bottom: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-1\/4 {
    left: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-2\/4 {
    top: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-2\/4 {
    right: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-2\/4 {
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-2\/4 {
    left: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-3\/4 {
    top: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-3\/4 {
    right: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-3\/4 {
    bottom: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-3\/4 {
    left: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:top-full {
    top: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:right-full {
    right: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:bottom-full {
    bottom: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:left-full {
    left: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-1\/2 {
    top: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-1\/2 {
    right: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-1\/2 {
    bottom: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-1\/2 {
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-1\/3 {
    top: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-1\/3 {
    right: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-1\/3 {
    left: -33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-2\/3 {
    top: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-2\/3 {
    right: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-2\/3 {
    left: -66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-1\/4 {
    top: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-1\/4 {
    right: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-1\/4 {
    bottom: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-1\/4 {
    left: -25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-2\/4 {
    top: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-2\/4 {
    right: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-2\/4 {
    bottom: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-2\/4 {
    left: -50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-3\/4 {
    top: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-3\/4 {
    right: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-3\/4 {
    bottom: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-3\/4 {
    left: -75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-top-full {
    top: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-right-full {
    right: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-bottom-full {
    bottom: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:-left-full {
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:resize-none {
    resize: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:resize-y {
    resize: vertical;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:resize-x {
    resize: horizontal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:resize {
    resize: both;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:fill-current {
    fill: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-auto {
    table-layout: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-black {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-white {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-black {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-white {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-black:focus-within {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-white:focus-within {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-50:focus-within {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-100:focus-within {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-200:focus-within {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-300:focus-within {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-400:focus-within {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-500:focus-within {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-600:focus-within {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-700:focus-within {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-800:focus-within {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-gray-900:focus-within {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-50:focus-within {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-100:focus-within {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-200:focus-within {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-300:focus-within {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-400:focus-within {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-500:focus-within {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-600:focus-within {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-700:focus-within {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-800:focus-within {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-red-900:focus-within {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-50:focus-within {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-100:focus-within {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-200:focus-within {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-300:focus-within {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-400:focus-within {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-500:focus-within {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-600:focus-within {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-700:focus-within {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-800:focus-within {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-yellow-900:focus-within {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-50:focus-within {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-100:focus-within {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-200:focus-within {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-300:focus-within {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-400:focus-within {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-500:focus-within {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-600:focus-within {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-700:focus-within {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-800:focus-within {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-green-900:focus-within {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-50:focus-within {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-100:focus-within {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-200:focus-within {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-300:focus-within {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-400:focus-within {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-500:focus-within {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-600:focus-within {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-700:focus-within {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-800:focus-within {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-blue-900:focus-within {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-50:focus-within {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-100:focus-within {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-200:focus-within {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-300:focus-within {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-400:focus-within {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-500:focus-within {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-600:focus-within {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-700:focus-within {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-800:focus-within {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-indigo-900:focus-within {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-50:focus-within {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-100:focus-within {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-200:focus-within {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-300:focus-within {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-400:focus-within {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-500:focus-within {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-600:focus-within {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-700:focus-within {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-800:focus-within {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-purple-900:focus-within {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-50:focus-within {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-100:focus-within {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-200:focus-within {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-300:focus-within {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-400:focus-within {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-500:focus-within {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-600:focus-within {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-700:focus-within {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-800:focus-within {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:text-pink-900:focus-within {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-transparent:hover {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-current:hover {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-black:hover {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-white:hover {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-500:hover {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-600:hover {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-800:hover {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-50:hover {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-100:hover {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-200:hover {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-300:hover {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-400:hover {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-500:hover {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-600:hover {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-700:hover {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-800:hover {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-600:hover {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-700:hover {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-800:hover {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-yellow-900:hover {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-100:hover {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-400:hover {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-500:hover {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-600:hover {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-700:hover {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-800:hover {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-green-900:hover {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-600:hover {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-800:hover {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-indigo-900:hover {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-400:hover {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-500:hover {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-600:hover {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-700:hover {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-800:hover {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:text-pink-900:hover {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-transparent:focus {
    color: transparent;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-current:focus {
    color: currentColor;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-black:focus {
    color: black;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-white:focus {
    color: white;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-500:focus {
    color: #6b7280;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-600:focus {
    color: #4b5563;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-700:focus {
    color: #374151;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-800:focus {
    color: #1f2937;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-gray-900:focus {
    color: #111827;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-50:focus {
    color: #fef2f2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-100:focus {
    color: #fee2e2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-200:focus {
    color: #fecaca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-300:focus {
    color: #fca5a5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-400:focus {
    color: #f87171;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-500:focus {
    color: #ef4444;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-600:focus {
    color: #dc2626;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-700:focus {
    color: #b91c1c;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-800:focus {
    color: #991b1b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-600:focus {
    color: #d97706;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-700:focus {
    color: #b45309;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-800:focus {
    color: #92400e;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-yellow-900:focus {
    color: #78350f;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-100:focus {
    color: #d1fae5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-400:focus {
    color: #34d399;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-500:focus {
    color: #10b981;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-600:focus {
    color: #059669;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-700:focus {
    color: #047857;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-800:focus {
    color: #065f46;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-green-900:focus {
    color: #064e3b;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-600:focus {
    color: #2563eb;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-800:focus {
    color: #1e40af;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-indigo-900:focus {
    color: #312e81;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-400:focus {
    color: #f472b6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-500:focus {
    color: #ec4899;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-600:focus {
    color: #db2777;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-700:focus {
    color: #be185d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-800:focus {
    color: #9d174d;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:text-pink-900:focus {
    color: #831843;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:overflow-clip {
    text-overflow: clip;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:italic {
    font-style: italic;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:not-italic {
    font-style: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:normal-case {
    text-transform: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:visible {
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:invisible {
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:break-words {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:break-all {
    word-break: break-all;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-0 {
    width: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1 {
    width: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2 {
    width: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3 {
    width: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-4 {
    width: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-6 {
    width: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-7 {
    width: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-8 {
    width: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-9 {
    width: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-10 {
    width: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-11 {
    width: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-12 {
    width: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-14 {
    width: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-16 {
    width: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-24 {
    width: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-36 {
    width: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-40 {
    width: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-44 {
    width: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-52 {
    width: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-56 {
    width: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-60 {
    width: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-80 {
    width: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-96 {
    width: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-auto {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-px {
    width: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-0\.5 {
    width: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\.5 {
    width: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\.5 {
    width: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3\.5 {
    width: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-full {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-screen {
    width: 100vw;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-0 {
    z-index: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-10 {
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-20 {
    z-index: 20;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-30 {
    z-index: 30;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-40 {
    z-index: 40;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-50 {
    z-index: 50;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-0:focus {
    z-index: 0;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-10:focus {
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-20:focus {
    z-index: 20;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-30:focus {
    z-index: 30;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-40:focus {
    z-index: 40;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-50:focus {
    z-index: 50;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:focus\:z-auto:focus {
    z-index: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-14 {
    gap: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-28 {
    gap: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-36 {
    gap: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-40 {
    gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-44 {
    gap: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-48 {
    gap: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-52 {
    gap: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-56 {
    gap: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-60 {
    gap: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-64 {
    gap: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-72 {
    gap: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-80 {
    gap: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-96 {
    gap: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-px {
    gap: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-0\.5 {
    gap: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-1\.5 {
    gap: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-3\.5 {
    gap: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-1 {
    column-gap: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-3 {
    column-gap: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-5 {
    column-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-6 {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-7 {
    column-gap: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-9 {
    column-gap: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-10 {
    column-gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-11 {
    column-gap: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-12 {
    column-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-14 {
    column-gap: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-16 {
    column-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-20 {
    column-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-24 {
    column-gap: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-28 {
    column-gap: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-32 {
    column-gap: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-36 {
    column-gap: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-40 {
    column-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-44 {
    column-gap: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-48 {
    column-gap: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-52 {
    column-gap: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-56 {
    column-gap: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-60 {
    column-gap: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-64 {
    column-gap: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-72 {
    column-gap: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-80 {
    column-gap: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-96 {
    column-gap: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-px {
    column-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-0 {
    row-gap: 0px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-4 {
    row-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-12 {
    row-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-16 {
    row-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-20 {
    row-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-24 {
    row-gap: 6rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-28 {
    row-gap: 7rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-32 {
    row-gap: 8rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-36 {
    row-gap: 9rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-40 {
    row-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-44 {
    row-gap: 11rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-48 {
    row-gap: 12rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-52 {
    row-gap: 13rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-56 {
    row-gap: 14rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-60 {
    row-gap: 15rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-64 {
    row-gap: 16rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-72 {
    row-gap: 18rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-80 {
    row-gap: 20rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-96 {
    row-gap: 24rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-px {
    row-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-auto {
    grid-column: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-auto {
    grid-row: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transform {
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transform-gpu {
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transform-none {
    transform: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-center {
    transform-origin: center;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-top {
    transform-origin: top;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-right {
    transform-origin: right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-left {
    transform-origin: left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\: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;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:animate-none {
    animation: none;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 1280px) {
  .tailwind-import .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:container {
    width: 100%;
  }
}
@media (min-width: 1536px) and (min-width: 640px) {
  .tailwind-import .\32 xl\:container {
    max-width: 640px;
  }
}
@media (min-width: 1536px) and (min-width: 768px) {
  .tailwind-import .\32 xl\:container {
    max-width: 768px;
  }
}
@media (min-width: 1536px) and (min-width: 1024px) {
  .tailwind-import .\32 xl\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1536px) and (min-width: 1280px) {
  .tailwind-import .\32 xl\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) and (min-width: 1536px) {
  .tailwind-import .\32 xl\:container {
    max-width: 1536px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.25rem * $tw-space-x-reverse);
    margin-left: calc(0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.5rem * $tw-space-x-reverse);
    margin-left: calc(0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.75rem * $tw-space-x-reverse);
    margin-left: calc(0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * $tw-space-x-reverse);
    margin-left: calc(1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.25rem * $tw-space-x-reverse);
    margin-left: calc(1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.5rem * $tw-space-x-reverse);
    margin-left: calc(1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1.75rem * $tw-space-x-reverse);
    margin-left: calc(1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2rem * $tw-space-x-reverse);
    margin-left: calc(2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.25rem * $tw-space-x-reverse);
    margin-left: calc(2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.5rem * $tw-space-x-reverse);
    margin-left: calc(2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(2.75rem * $tw-space-x-reverse);
    margin-left: calc(2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3rem * $tw-space-x-reverse);
    margin-left: calc(3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(3.5rem * $tw-space-x-reverse);
    margin-left: calc(3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(4rem * $tw-space-x-reverse);
    margin-left: calc(4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(5rem * $tw-space-x-reverse);
    margin-left: calc(5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(6rem * $tw-space-x-reverse);
    margin-left: calc(6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(7rem * $tw-space-x-reverse);
    margin-left: calc(7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8rem * $tw-space-x-reverse);
    margin-left: calc(8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(9rem * $tw-space-x-reverse);
    margin-left: calc(9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(10rem * $tw-space-x-reverse);
    margin-left: calc(10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(11rem * $tw-space-x-reverse);
    margin-left: calc(11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(12rem * $tw-space-x-reverse);
    margin-left: calc(12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(13rem * $tw-space-x-reverse);
    margin-left: calc(13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(14rem * $tw-space-x-reverse);
    margin-left: calc(14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(15rem * $tw-space-x-reverse);
    margin-left: calc(15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(16rem * $tw-space-x-reverse);
    margin-left: calc(16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(18rem * $tw-space-x-reverse);
    margin-left: calc(18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(20rem * $tw-space-x-reverse);
    margin-left: calc(20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(24rem * $tw-space-x-reverse);
    margin-left: calc(24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1px * $tw-space-x-reverse);
    margin-left: calc(1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.125rem * $tw-space-x-reverse);
    margin-left: calc(0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.375rem * $tw-space-x-reverse);
    margin-left: calc(0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.625rem * $tw-space-x-reverse);
    margin-left: calc(0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0.875rem * $tw-space-x-reverse);
    margin-left: calc(0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(0px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(0px * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(0px * $tw-space-x-reverse);
    margin-left: calc(0px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.25rem * $tw-space-x-reverse);
    margin-left: calc(-0.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.5rem * $tw-space-x-reverse);
    margin-left: calc(-0.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.75rem * $tw-space-x-reverse);
    margin-left: calc(-0.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1rem * $tw-space-x-reverse);
    margin-left: calc(-1rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.25rem * $tw-space-x-reverse);
    margin-left: calc(-1.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.5rem * $tw-space-x-reverse);
    margin-left: calc(-1.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1.75rem * $tw-space-x-reverse);
    margin-left: calc(-1.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2rem * $tw-space-x-reverse);
    margin-left: calc(-2rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.25rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.25rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.25rem * $tw-space-x-reverse);
    margin-left: calc(-2.25rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.5rem * $tw-space-x-reverse);
    margin-left: calc(-2.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-2.75rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-2.75rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-2.75rem * $tw-space-x-reverse);
    margin-left: calc(-2.75rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3rem * $tw-space-x-reverse);
    margin-left: calc(-3rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-3.5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-3.5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-3.5rem * $tw-space-x-reverse);
    margin-left: calc(-3.5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-4rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-4rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-4rem * $tw-space-x-reverse);
    margin-left: calc(-4rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-5rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-5rem * $tw-space-x-reverse);
    margin-left: calc(-5rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-6rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-6rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-6rem * $tw-space-x-reverse);
    margin-left: calc(-6rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-7rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-7rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-7rem * $tw-space-x-reverse);
    margin-left: calc(-7rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-8rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-8rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-8rem * $tw-space-x-reverse);
    margin-left: calc(-8rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-9rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-9rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-9rem * $tw-space-x-reverse);
    margin-left: calc(-9rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-10rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-10rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-10rem * $tw-space-x-reverse);
    margin-left: calc(-10rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-11rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-11rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-11rem * $tw-space-x-reverse);
    margin-left: calc(-11rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-12rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-12rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-12rem * $tw-space-x-reverse);
    margin-left: calc(-12rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-13rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-13rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-13rem * $tw-space-x-reverse);
    margin-left: calc(-13rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-14rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-14rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-14rem * $tw-space-x-reverse);
    margin-left: calc(-14rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-15rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-15rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-15rem * $tw-space-x-reverse);
    margin-left: calc(-15rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-16rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-16rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-16rem * $tw-space-x-reverse);
    margin-left: calc(-16rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-18rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-18rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-18rem * $tw-space-x-reverse);
    margin-left: calc(-18rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-20rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-20rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-20rem * $tw-space-x-reverse);
    margin-left: calc(-20rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-24rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-24rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-24rem * $tw-space-x-reverse);
    margin-left: calc(-24rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-1px * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-1px * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-1px * $tw-space-x-reverse);
    margin-left: calc(-1px * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.125rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.125rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.125rem * $tw-space-x-reverse);
    margin-left: calc(-0.125rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.375rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.375rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.375rem * $tw-space-x-reverse);
    margin-left: calc(-0.375rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.625rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.625rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.625rem * $tw-space-x-reverse);
    margin-left: calc(-0.625rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-0.875rem * calc(1 - $tw-space-y-reverse));
    margin-bottom: calc(-0.875rem * $tw-space-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(-0.875rem * $tw-space-x-reverse);
    margin-left: calc(-0.875rem * calc(1 - $tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(0px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(0px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(0px * $tw-divide-x-reverse);
    border-left-width: calc(0px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(2px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(2px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(2px * $tw-divide-x-reverse);
    border-left-width: calc(2px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(4px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(4px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(4px * $tw-divide-x-reverse);
    border-left-width: calc(4px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(8px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(8px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(8px * $tw-divide-x-reverse);
    border-left-width: calc(8px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    border-top-width: calc(1px * calc(1 - $tw-divide-y-reverse));
    border-bottom-width: calc(1px * $tw-divide-y-reverse);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    border-right-width: calc(1px * $tw-divide-x-reverse);
    border-left-width: calc(1px * calc(1 - $tw-divide-x-reverse));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\: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;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\: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;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\: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;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:appearance-none {
    -webkit-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-local {
    background-attachment: local;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-current {
    background-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-black {
    background-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-white {
    background-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-50 {
    background-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-100 {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-200 {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-300 {
    background-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-400 {
    background-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-500 {
    background-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-600 {
    background-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-700 {
    background-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-800 {
    background-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-gray-900 {
    background-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-50 {
    background-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-100 {
    background-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-200 {
    background-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-300 {
    background-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-400 {
    background-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-500 {
    background-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-600 {
    background-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-700 {
    background-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-800 {
    background-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-red-900 {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-50 {
    background-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-100 {
    background-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-200 {
    background-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-300 {
    background-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-400 {
    background-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-500 {
    background-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-600 {
    background-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-700 {
    background-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-800 {
    background-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-yellow-900 {
    background-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-50 {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-100 {
    background-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-200 {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-300 {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-400 {
    background-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-500 {
    background-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-600 {
    background-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-700 {
    background-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-800 {
    background-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-green-900 {
    background-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-50 {
    background-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-100 {
    background-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-200 {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-300 {
    background-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-400 {
    background-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-500 {
    background-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-600 {
    background-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-700 {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-800 {
    background-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-blue-900 {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-50 {
    background-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-100 {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-200 {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-300 {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-400 {
    background-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-500 {
    background-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-600 {
    background-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-700 {
    background-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-800 {
    background-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-indigo-900 {
    background-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-50 {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-100 {
    background-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-200 {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-300 {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-400 {
    background-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-500 {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-600 {
    background-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-700 {
    background-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-800 {
    background-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-purple-900 {
    background-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-50 {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-100 {
    background-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-200 {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-300 {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-400 {
    background-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-500 {
    background-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-600 {
    background-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-700 {
    background-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-800 {
    background-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:bg-pink-900 {
    background-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-black:focus-within {
    background-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-white:focus-within {
    background-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-50:focus-within {
    background-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-100:focus-within {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-200:focus-within {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-300:focus-within {
    background-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-400:focus-within {
    background-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-500:focus-within {
    background-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-600:focus-within {
    background-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-700:focus-within {
    background-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-800:focus-within {
    background-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-gray-900:focus-within {
    background-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-50:focus-within {
    background-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-100:focus-within {
    background-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-200:focus-within {
    background-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-300:focus-within {
    background-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-400:focus-within {
    background-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-500:focus-within {
    background-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-600:focus-within {
    background-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-700:focus-within {
    background-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-800:focus-within {
    background-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-red-900:focus-within {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-50:focus-within {
    background-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-300:focus-within {
    background-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-400:focus-within {
    background-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-500:focus-within {
    background-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-800:focus-within {
    background-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-yellow-900:focus-within {
    background-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-50:focus-within {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-100:focus-within {
    background-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-200:focus-within {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-300:focus-within {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-400:focus-within {
    background-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-500:focus-within {
    background-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-600:focus-within {
    background-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-700:focus-within {
    background-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-800:focus-within {
    background-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-green-900:focus-within {
    background-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-50:focus-within {
    background-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-100:focus-within {
    background-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-200:focus-within {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-300:focus-within {
    background-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-400:focus-within {
    background-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-500:focus-within {
    background-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-600:focus-within {
    background-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-700:focus-within {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-800:focus-within {
    background-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-blue-900:focus-within {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-50:focus-within {
    background-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-100:focus-within {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-400:focus-within {
    background-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-500:focus-within {
    background-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-600:focus-within {
    background-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-800:focus-within {
    background-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-indigo-900:focus-within {
    background-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-50:focus-within {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-100:focus-within {
    background-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-200:focus-within {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-300:focus-within {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-400:focus-within {
    background-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-500:focus-within {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-600:focus-within {
    background-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-700:focus-within {
    background-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-800:focus-within {
    background-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-purple-900:focus-within {
    background-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-50:focus-within {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-100:focus-within {
    background-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-200:focus-within {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-300:focus-within {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-400:focus-within {
    background-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-500:focus-within {
    background-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-600:focus-within {
    background-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-700:focus-within {
    background-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-800:focus-within {
    background-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:bg-pink-900:focus-within {
    background-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-black:hover {
    background-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-white:hover {
    background-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-50:hover {
    background-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-200:hover {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-300:hover {
    background-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-400:hover {
    background-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-500:hover {
    background-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-600:hover {
    background-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-800:hover {
    background-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-gray-900:hover {
    background-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-50:hover {
    background-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-100:hover {
    background-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-200:hover {
    background-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-300:hover {
    background-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-400:hover {
    background-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-500:hover {
    background-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-600:hover {
    background-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-700:hover {
    background-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-800:hover {
    background-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-red-900:hover {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-50:hover {
    background-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-100:hover {
    background-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-200:hover {
    background-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-300:hover {
    background-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-400:hover {
    background-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-500:hover {
    background-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-600:hover {
    background-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-700:hover {
    background-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-800:hover {
    background-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-yellow-900:hover {
    background-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-50:hover {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-100:hover {
    background-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-200:hover {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-300:hover {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-400:hover {
    background-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-500:hover {
    background-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-600:hover {
    background-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-700:hover {
    background-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-800:hover {
    background-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-green-900:hover {
    background-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-50:hover {
    background-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-100:hover {
    background-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-300:hover {
    background-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-400:hover {
    background-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-500:hover {
    background-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-600:hover {
    background-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-800:hover {
    background-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-50:hover {
    background-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-100:hover {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-200:hover {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-300:hover {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-400:hover {
    background-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-500:hover {
    background-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-600:hover {
    background-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-700:hover {
    background-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-800:hover {
    background-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-indigo-900:hover {
    background-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-100:hover {
    background-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-400:hover {
    background-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-600:hover {
    background-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-700:hover {
    background-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-800:hover {
    background-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-purple-900:hover {
    background-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-100:hover {
    background-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-400:hover {
    background-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-500:hover {
    background-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-600:hover {
    background-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-700:hover {
    background-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-800:hover {
    background-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:bg-pink-900:hover {
    background-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-black:focus {
    background-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-white:focus {
    background-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-50:focus {
    background-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-100:focus {
    background-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-200:focus {
    background-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-300:focus {
    background-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-400:focus {
    background-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-500:focus {
    background-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-600:focus {
    background-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-700:focus {
    background-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-800:focus {
    background-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-gray-900:focus {
    background-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-50:focus {
    background-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-100:focus {
    background-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-200:focus {
    background-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-300:focus {
    background-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-400:focus {
    background-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-500:focus {
    background-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-600:focus {
    background-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-700:focus {
    background-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-800:focus {
    background-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-red-900:focus {
    background-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-50:focus {
    background-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-100:focus {
    background-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-200:focus {
    background-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-300:focus {
    background-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-400:focus {
    background-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-500:focus {
    background-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-600:focus {
    background-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-700:focus {
    background-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-800:focus {
    background-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-yellow-900:focus {
    background-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-50:focus {
    background-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-100:focus {
    background-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-200:focus {
    background-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-300:focus {
    background-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-400:focus {
    background-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-500:focus {
    background-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-600:focus {
    background-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-700:focus {
    background-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-800:focus {
    background-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-green-900:focus {
    background-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-50:focus {
    background-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-100:focus {
    background-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-300:focus {
    background-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-400:focus {
    background-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-500:focus {
    background-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-600:focus {
    background-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-800:focus {
    background-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-50:focus {
    background-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-100:focus {
    background-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-200:focus {
    background-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-300:focus {
    background-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-400:focus {
    background-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-500:focus {
    background-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-600:focus {
    background-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-700:focus {
    background-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-800:focus {
    background-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-indigo-900:focus {
    background-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-100:focus {
    background-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-400:focus {
    background-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-600:focus {
    background-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-700:focus {
    background-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-800:focus {
    background-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-purple-900:focus {
    background-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-100:focus {
    background-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-400:focus {
    background-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-500:focus {
    background-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-600:focus {
    background-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-700:focus {
    background-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-800:focus {
    background-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:bg-pink-900:focus {
    background-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-none {
    background-image: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-center {
    background-position: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-left {
    background-position: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-right {
    background-position: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-top {
    background-position: top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-auto {
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-cover {
    background-size: cover;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-black {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-white {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-transparent {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-current {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-black {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-white {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-50 {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-100 {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-200 {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-300 {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-400 {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-500 {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-600 {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-700 {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-800 {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-gray-900 {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-50 {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-100 {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-200 {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-300 {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-400 {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-500 {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-600 {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-700 {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-800 {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-red-900 {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-50 {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-100 {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-200 {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-300 {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-400 {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-500 {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-600 {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-700 {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-800 {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-yellow-900 {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-50 {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-100 {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-200 {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-300 {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-400 {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-500 {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-600 {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-700 {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-800 {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-green-900 {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-50 {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-100 {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-200 {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-300 {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-400 {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-500 {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-600 {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-700 {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-800 {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-blue-900 {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-50 {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-100 {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-200 {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-300 {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-400 {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-500 {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-600 {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-700 {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-800 {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-indigo-900 {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-50 {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-100 {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-200 {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-300 {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-400 {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-500 {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-600 {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-700 {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-800 {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-purple-900 {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-50 {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-100 {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-200 {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-300 {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-400 {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-500 {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-600 {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-700 {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-800 {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:border-pink-900 {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-black:focus-within {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-white:focus-within {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-50:focus-within {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-100:focus-within {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-200:focus-within {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-300:focus-within {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-400:focus-within {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-500:focus-within {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-600:focus-within {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-700:focus-within {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-800:focus-within {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-gray-900:focus-within {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-50:focus-within {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-100:focus-within {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-200:focus-within {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-300:focus-within {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-400:focus-within {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-500:focus-within {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-600:focus-within {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-700:focus-within {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-800:focus-within {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-red-900:focus-within {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-50:focus-within {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-100:focus-within {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-200:focus-within {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-300:focus-within {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-400:focus-within {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-500:focus-within {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-600:focus-within {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-700:focus-within {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-800:focus-within {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-yellow-900:focus-within {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-50:focus-within {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-100:focus-within {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-200:focus-within {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-300:focus-within {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-400:focus-within {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-500:focus-within {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-600:focus-within {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-700:focus-within {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-800:focus-within {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-green-900:focus-within {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-50:focus-within {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-100:focus-within {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-200:focus-within {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-300:focus-within {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-400:focus-within {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-500:focus-within {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-600:focus-within {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-700:focus-within {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-800:focus-within {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-blue-900:focus-within {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-50:focus-within {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-100:focus-within {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-200:focus-within {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-300:focus-within {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-400:focus-within {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-500:focus-within {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-600:focus-within {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-700:focus-within {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-800:focus-within {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-indigo-900:focus-within {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-50:focus-within {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-100:focus-within {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-200:focus-within {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-300:focus-within {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-400:focus-within {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-500:focus-within {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-600:focus-within {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-700:focus-within {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-800:focus-within {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-purple-900:focus-within {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-50:focus-within {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-100:focus-within {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-200:focus-within {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-300:focus-within {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-400:focus-within {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-500:focus-within {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-600:focus-within {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-700:focus-within {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-800:focus-within {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:border-pink-900:focus-within {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-current:hover {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-black:hover {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-white:hover {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-50:hover {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-100:hover {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-200:hover {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-300:hover {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-400:hover {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-500:hover {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-600:hover {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-700:hover {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-800:hover {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-gray-900:hover {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-50:hover {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-100:hover {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-200:hover {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-300:hover {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-400:hover {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-500:hover {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-600:hover {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-700:hover {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-800:hover {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-red-900:hover {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-50:hover {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-100:hover {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-200:hover {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-300:hover {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-400:hover {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-500:hover {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-600:hover {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-700:hover {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-800:hover {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-yellow-900:hover {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-50:hover {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-100:hover {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-200:hover {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-300:hover {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-400:hover {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-500:hover {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-600:hover {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-700:hover {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-800:hover {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-green-900:hover {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-50:hover {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-100:hover {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-200:hover {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-300:hover {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-400:hover {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-500:hover {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-600:hover {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-700:hover {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-800:hover {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-blue-900:hover {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-50:hover {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-100:hover {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-200:hover {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-300:hover {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-400:hover {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-500:hover {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-600:hover {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-700:hover {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-800:hover {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-indigo-900:hover {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-50:hover {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-100:hover {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-200:hover {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-300:hover {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-400:hover {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-500:hover {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-600:hover {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-700:hover {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-800:hover {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-purple-900:hover {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-50:hover {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-100:hover {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-200:hover {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-300:hover {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-400:hover {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-500:hover {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-600:hover {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-700:hover {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-800:hover {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:border-pink-900:hover {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-current:focus {
    border-color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-black:focus {
    border-color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-white:focus {
    border-color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-50:focus {
    border-color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-100:focus {
    border-color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-200:focus {
    border-color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-300:focus {
    border-color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-400:focus {
    border-color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-500:focus {
    border-color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-600:focus {
    border-color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-700:focus {
    border-color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-800:focus {
    border-color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-gray-900:focus {
    border-color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-50:focus {
    border-color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-100:focus {
    border-color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-200:focus {
    border-color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-300:focus {
    border-color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-400:focus {
    border-color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-500:focus {
    border-color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-600:focus {
    border-color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-700:focus {
    border-color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-800:focus {
    border-color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-red-900:focus {
    border-color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-50:focus {
    border-color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-100:focus {
    border-color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-200:focus {
    border-color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-300:focus {
    border-color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-400:focus {
    border-color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-500:focus {
    border-color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-600:focus {
    border-color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-700:focus {
    border-color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-800:focus {
    border-color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-yellow-900:focus {
    border-color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-50:focus {
    border-color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-100:focus {
    border-color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-200:focus {
    border-color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-300:focus {
    border-color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-400:focus {
    border-color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-500:focus {
    border-color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-600:focus {
    border-color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-700:focus {
    border-color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-800:focus {
    border-color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-green-900:focus {
    border-color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-50:focus {
    border-color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-100:focus {
    border-color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-200:focus {
    border-color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-300:focus {
    border-color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-400:focus {
    border-color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-500:focus {
    border-color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-600:focus {
    border-color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-700:focus {
    border-color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-800:focus {
    border-color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-blue-900:focus {
    border-color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-50:focus {
    border-color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-100:focus {
    border-color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-200:focus {
    border-color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-300:focus {
    border-color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-400:focus {
    border-color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-500:focus {
    border-color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-600:focus {
    border-color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-700:focus {
    border-color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-800:focus {
    border-color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-indigo-900:focus {
    border-color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-50:focus {
    border-color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-100:focus {
    border-color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-200:focus {
    border-color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-300:focus {
    border-color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-400:focus {
    border-color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-500:focus {
    border-color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-600:focus {
    border-color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-700:focus {
    border-color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-800:focus {
    border-color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-purple-900:focus {
    border-color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-50:focus {
    border-color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-100:focus {
    border-color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-200:focus {
    border-color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-300:focus {
    border-color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-400:focus {
    border-color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-500:focus {
    border-color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-600:focus {
    border-color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-700:focus {
    border-color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-800:focus {
    border-color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:border-pink-900:focus {
    border-color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-none {
    border-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-solid {
    border-style: solid;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-double {
    border-style: double;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-none {
    border-style: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-0 {
    border-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-2 {
    border-width: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-4 {
    border-width: 4px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-8 {
    border-width: 8px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border {
    border-width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-r-0 {
    border-right-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-b-0 {
    border-bottom-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-l-0 {
    border-left-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-default {
    cursor: default;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-text {
    cursor: text;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-move {
    cursor: move;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-help {
    cursor: help;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:block {
    display: block;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inline {
    display: inline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex {
    display: flex;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table {
    display: table;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-caption {
    display: table-caption;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-cell {
    display: table-cell;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-column {
    display: table-column;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-row {
    display: table-row;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flow-root {
    display: flow-root;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid {
    display: grid;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:contents {
    display: contents;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hidden {
    display: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-items-start {
    place-items: start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-items-end {
    place-items: end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-items-center {
    place-items: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-center {
    place-content: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-start {
    place-content: start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-end {
    place-content: end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-self-end {
    place-self: end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-self-center {
    place-self: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:items-center {
    align-items: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-center {
    align-content: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-start {
    align-content: flex-start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-end {
    align-content: flex-end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-between {
    align-content: space-between;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-around {
    align-content: space-around;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:self-auto {
    align-self: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:self-center {
    align-self: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-none {
    flex: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-1 {
    order: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-2 {
    order: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-3 {
    order: 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-4 {
    order: 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-5 {
    order: 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-6 {
    order: 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-7 {
    order: 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-8 {
    order: 8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-9 {
    order: 9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-10 {
    order: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-11 {
    order: 11;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-12 {
    order: 12;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-first {
    order: -9999;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-last {
    order: 9999;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:order-none {
    order: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:float-right {
    float: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:float-left {
    float: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:float-none {
    float: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:clear-left {
    clear: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:clear-right {
    clear: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:clear-both {
    clear: both;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:clear-none {
    clear: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-thin {
    font-weight: 100;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-extralight {
    font-weight: 200;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-light {
    font-weight: 300;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:font-black {
    font-weight: 900;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-0 {
    height: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1 {
    height: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2 {
    height: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-3 {
    height: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-4 {
    height: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-5 {
    height: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-6 {
    height: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-7 {
    height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-8 {
    height: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-9 {
    height: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-10 {
    height: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-11 {
    height: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-12 {
    height: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-14 {
    height: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-16 {
    height: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-20 {
    height: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-24 {
    height: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-28 {
    height: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-32 {
    height: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-36 {
    height: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-40 {
    height: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-44 {
    height: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-48 {
    height: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-52 {
    height: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-56 {
    height: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-60 {
    height: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-64 {
    height: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-72 {
    height: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-80 {
    height: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-96 {
    height: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-auto {
    height: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-px {
    height: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-0\.5 {
    height: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\.5 {
    height: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2\.5 {
    height: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-3\.5 {
    height: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\/2 {
    height: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\/3 {
    height: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2\/3 {
    height: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\/4 {
    height: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2\/4 {
    height: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-3\/4 {
    height: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\/5 {
    height: 20%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2\/5 {
    height: 40%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-3\/5 {
    height: 60%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-4\/5 {
    height: 80%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-1\/6 {
    height: 16.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-2\/6 {
    height: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-3\/6 {
    height: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-4\/6 {
    height: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-5\/6 {
    height: 83.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-full {
    height: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:h-screen {
    height: 100vh;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:leading-loose {
    line-height: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:list-none {
    list-style-type: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-0 {
    margin: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-1 {
    margin: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-2 {
    margin: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-3 {
    margin: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-4 {
    margin: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-5 {
    margin: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-6 {
    margin: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-7 {
    margin: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-8 {
    margin: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-9 {
    margin: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-10 {
    margin: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-11 {
    margin: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-12 {
    margin: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-14 {
    margin: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-16 {
    margin: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-20 {
    margin: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-24 {
    margin: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-28 {
    margin: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-32 {
    margin: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-36 {
    margin: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-40 {
    margin: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-44 {
    margin: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-48 {
    margin: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-52 {
    margin: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-56 {
    margin: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-60 {
    margin: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-64 {
    margin: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-72 {
    margin: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-80 {
    margin: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-96 {
    margin: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-auto {
    margin: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-px {
    margin: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-0\.5 {
    margin: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-1\.5 {
    margin: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-2\.5 {
    margin: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:m-3\.5 {
    margin: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-0 {
    margin: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-1 {
    margin: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-2 {
    margin: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-3 {
    margin: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-4 {
    margin: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-5 {
    margin: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-6 {
    margin: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-7 {
    margin: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-8 {
    margin: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-9 {
    margin: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-10 {
    margin: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-11 {
    margin: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-12 {
    margin: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-14 {
    margin: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-16 {
    margin: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-20 {
    margin: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-24 {
    margin: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-28 {
    margin: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-32 {
    margin: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-36 {
    margin: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-40 {
    margin: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-44 {
    margin: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-48 {
    margin: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-52 {
    margin: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-56 {
    margin: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-60 {
    margin: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-64 {
    margin: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-72 {
    margin: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-80 {
    margin: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-96 {
    margin: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-px {
    margin: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-0\.5 {
    margin: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-1\.5 {
    margin: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-2\.5 {
    margin: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-m-3\.5 {
    margin: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-1 {
    margin-right: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-1 {
    margin-left: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-2 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-2 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-2 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-3 {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-3 {
    margin-left: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-4 {
    margin-top: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-4 {
    margin-left: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-5 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-5 {
    margin-left: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-6 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-6 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-7 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-7 {
    margin-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-7 {
    margin-left: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-8 {
    margin-top: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-8 {
    margin-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-8 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-8 {
    margin-left: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-9 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-9 {
    margin-right: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-9 {
    margin-left: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-10 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-10 {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-10 {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-11 {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-11 {
    margin-right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-11 {
    margin-left: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-12 {
    margin-top: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-12 {
    margin-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-12 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-12 {
    margin-left: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-14 {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-14 {
    margin-right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-14 {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-16 {
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-16 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-16 {
    margin-left: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-20 {
    margin-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-20 {
    margin-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-20 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-20 {
    margin-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-24 {
    margin-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-24 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-24 {
    margin-left: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-28 {
    margin-top: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-28 {
    margin-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-28 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-28 {
    margin-left: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-32 {
    margin-top: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-32 {
    margin-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-32 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-32 {
    margin-left: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-36 {
    margin-top: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-36 {
    margin-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-36 {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-36 {
    margin-left: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-40 {
    margin-top: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-40 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-40 {
    margin-left: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-44 {
    margin-top: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-44 {
    margin-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-44 {
    margin-bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-44 {
    margin-left: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-48 {
    margin-top: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-48 {
    margin-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-48 {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-48 {
    margin-left: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-52 {
    margin-top: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-52 {
    margin-right: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-52 {
    margin-bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-52 {
    margin-left: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-56 {
    margin-top: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-56 {
    margin-right: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-56 {
    margin-bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-56 {
    margin-left: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-60 {
    margin-top: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-60 {
    margin-right: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-60 {
    margin-bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-60 {
    margin-left: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-64 {
    margin-top: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-64 {
    margin-right: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-64 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-64 {
    margin-left: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-72 {
    margin-top: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-72 {
    margin-right: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-72 {
    margin-bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-72 {
    margin-left: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-80 {
    margin-top: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-80 {
    margin-right: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-80 {
    margin-bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-80 {
    margin-left: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-96 {
    margin-top: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-96 {
    margin-right: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-96 {
    margin-bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-96 {
    margin-left: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-0 {
    margin-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-1 {
    margin-top: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-1 {
    margin-right: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-1 {
    margin-left: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-2 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-2 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-2 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-3 {
    margin-top: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-3 {
    margin-right: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-3 {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-4 {
    margin-top: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-4 {
    margin-right: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-4 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-4 {
    margin-left: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-5 {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-5 {
    margin-right: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-5 {
    margin-left: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-6 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-6 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-6 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-7 {
    margin-top: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-7 {
    margin-right: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-7 {
    margin-left: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-8 {
    margin-top: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-8 {
    margin-right: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-8 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-8 {
    margin-left: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-9 {
    margin-top: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-9 {
    margin-right: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-9 {
    margin-left: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-10 {
    margin-top: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-10 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-10 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-11 {
    margin-top: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-11 {
    margin-right: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-11 {
    margin-left: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-12 {
    margin-top: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-12 {
    margin-right: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-12 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-12 {
    margin-left: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-14 {
    margin-top: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-14 {
    margin-right: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-14 {
    margin-left: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-16 {
    margin-top: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-16 {
    margin-right: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-16 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-16 {
    margin-left: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-20 {
    margin-top: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-20 {
    margin-right: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-20 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-20 {
    margin-left: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-24 {
    margin-top: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-24 {
    margin-right: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-24 {
    margin-bottom: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-24 {
    margin-left: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-28 {
    margin-top: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-28 {
    margin-right: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-28 {
    margin-bottom: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-28 {
    margin-left: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-32 {
    margin-top: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-32 {
    margin-right: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-32 {
    margin-bottom: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-32 {
    margin-left: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-36 {
    margin-top: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-36 {
    margin-right: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-36 {
    margin-bottom: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-36 {
    margin-left: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-40 {
    margin-top: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-40 {
    margin-right: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-40 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-40 {
    margin-left: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-44 {
    margin-top: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-44 {
    margin-right: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-44 {
    margin-bottom: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-44 {
    margin-left: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-48 {
    margin-top: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-48 {
    margin-right: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-48 {
    margin-bottom: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-48 {
    margin-left: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-52 {
    margin-top: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-52 {
    margin-right: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-52 {
    margin-bottom: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-52 {
    margin-left: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-56 {
    margin-top: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-56 {
    margin-right: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-56 {
    margin-bottom: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-56 {
    margin-left: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-60 {
    margin-top: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-60 {
    margin-right: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-60 {
    margin-bottom: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-60 {
    margin-left: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-64 {
    margin-top: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-64 {
    margin-right: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-64 {
    margin-bottom: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-64 {
    margin-left: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-72 {
    margin-top: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-72 {
    margin-right: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-72 {
    margin-bottom: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-72 {
    margin-left: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-80 {
    margin-top: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-80 {
    margin-right: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-80 {
    margin-bottom: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-80 {
    margin-left: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-96 {
    margin-right: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-96 {
    margin-bottom: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-96 {
    margin-left: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-0 {
    max-height: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-1 {
    max-height: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-2 {
    max-height: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-3 {
    max-height: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-4 {
    max-height: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-5 {
    max-height: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-6 {
    max-height: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-7 {
    max-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-8 {
    max-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-9 {
    max-height: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-10 {
    max-height: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-11 {
    max-height: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-12 {
    max-height: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-14 {
    max-height: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-16 {
    max-height: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-20 {
    max-height: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-24 {
    max-height: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-28 {
    max-height: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-32 {
    max-height: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-36 {
    max-height: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-40 {
    max-height: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-44 {
    max-height: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-48 {
    max-height: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-52 {
    max-height: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-56 {
    max-height: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-60 {
    max-height: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-64 {
    max-height: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-72 {
    max-height: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-80 {
    max-height: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-96 {
    max-height: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-px {
    max-height: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-0 {
    max-width: 0rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-7xl {
    max-width: 80rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-prose {
    max-width: 65ch;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:max-w-screen-2xl {
    max-width: 1536px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-h-0 {
    min-height: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-w-0 {
    min-width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-contain {
    object-fit: contain;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-cover {
    object-fit: cover;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-fill {
    object-fit: fill;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-none {
    object-fit: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-center {
    object-position: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-left {
    object-position: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-left-top {
    object-position: left top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-right {
    object-position: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-right-top {
    object-position: right top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:object-top {
    object-position: top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-1 {
    padding: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-5 {
    padding: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-9 {
    padding: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-11 {
    padding: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-14 {
    padding: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-16 {
    padding: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-20 {
    padding: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-24 {
    padding: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-28 {
    padding: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-32 {
    padding: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-36 {
    padding: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-40 {
    padding: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-44 {
    padding: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-48 {
    padding: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-52 {
    padding: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-56 {
    padding: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-60 {
    padding: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-64 {
    padding: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-72 {
    padding: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-80 {
    padding: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-96 {
    padding: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-px {
    padding: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-0\.5 {
    padding: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-1\.5 {
    padding: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-2\.5 {
    padding: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:p-3\.5 {
    padding: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-1 {
    padding-top: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-1 {
    padding-right: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-1 {
    padding-left: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-2 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-3 {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-3 {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-4 {
    padding-top: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-6 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-7 {
    padding-right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-7 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-8 {
    padding-left: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-9 {
    padding-top: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-9 {
    padding-right: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-9 {
    padding-left: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-11 {
    padding-top: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-11 {
    padding-right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-11 {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-11 {
    padding-left: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-12 {
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-12 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-12 {
    padding-left: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-14 {
    padding-right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-14 {
    padding-left: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-16 {
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-20 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-20 {
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-24 {
    padding-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-24 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-24 {
    padding-left: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-28 {
    padding-top: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-28 {
    padding-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-28 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-28 {
    padding-left: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-32 {
    padding-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-32 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-32 {
    padding-left: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-36 {
    padding-top: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-36 {
    padding-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-36 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-36 {
    padding-left: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-40 {
    padding-top: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-40 {
    padding-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-40 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-40 {
    padding-left: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-44 {
    padding-top: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-44 {
    padding-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-44 {
    padding-bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-44 {
    padding-left: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-48 {
    padding-top: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-48 {
    padding-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-48 {
    padding-bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-48 {
    padding-left: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-52 {
    padding-top: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-52 {
    padding-right: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-52 {
    padding-bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-52 {
    padding-left: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-56 {
    padding-top: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-56 {
    padding-right: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-56 {
    padding-bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-56 {
    padding-left: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-60 {
    padding-top: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-60 {
    padding-right: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-60 {
    padding-left: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-64 {
    padding-top: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-64 {
    padding-right: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-64 {
    padding-bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-64 {
    padding-left: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-72 {
    padding-top: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-72 {
    padding-right: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-72 {
    padding-bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-72 {
    padding-left: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-80 {
    padding-top: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-80 {
    padding-right: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-80 {
    padding-bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-80 {
    padding-left: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-96 {
    padding-top: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-96 {
    padding-right: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-96 {
    padding-bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-96 {
    padding-left: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-transparent::placeholder {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-current::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-black::placeholder {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-white::placeholder {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-50::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-100::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-200::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-300::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-400::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-500::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-600::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-700::placeholder {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-800::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-gray-900::placeholder {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-50::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-100::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-200::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-300::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-400::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-500::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-600::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-700::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-800::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-red-900::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-50::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-100::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-200::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-300::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-400::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-500::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-600::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-700::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-800::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-yellow-900::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-50::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-100::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-200::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-300::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-400::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-500::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-600::placeholder {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-700::placeholder {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-800::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-green-900::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-50::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-100::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-200::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-300::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-400::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-500::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-600::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-700::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-800::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-blue-900::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-50::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-100::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-200::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-300::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-400::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-500::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-600::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-700::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-800::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-indigo-900::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-50::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-100::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-200::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-300::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-400::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-500::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-600::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-700::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-800::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-purple-900::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-50::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-100::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-200::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-300::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-400::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-500::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-600::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-700::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-800::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:placeholder-pink-900::placeholder {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-black:focus::placeholder {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-white:focus::placeholder {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-50:focus::placeholder {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-50:focus::placeholder {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-50:focus::placeholder {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-50:focus::placeholder {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-50:focus::placeholder {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-50:focus::placeholder {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-50:focus::placeholder {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-50:focus::placeholder {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:static {
    position: static;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:fixed {
    position: fixed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:absolute {
    position: absolute;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:relative {
    position: relative;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-0 {
    top: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-0 {
    right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-0 {
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-1 {
    top: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-1 {
    right: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-1 {
    bottom: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-1 {
    left: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-2 {
    top: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-2 {
    right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-2 {
    bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-3 {
    top: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-3 {
    right: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-3 {
    bottom: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-3 {
    left: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-4 {
    top: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-4 {
    right: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-4 {
    bottom: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-4 {
    left: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-5 {
    top: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-5 {
    right: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-5 {
    bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-5 {
    left: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-6 {
    top: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-6 {
    right: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-6 {
    bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-6 {
    left: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-7 {
    top: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-7 {
    right: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-7 {
    left: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-8 {
    top: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-8 {
    right: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-8 {
    bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-8 {
    left: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-9 {
    top: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-9 {
    right: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-9 {
    bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-9 {
    left: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-10 {
    top: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-10 {
    right: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-10 {
    bottom: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-10 {
    left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-11 {
    top: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-11 {
    right: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-11 {
    bottom: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-11 {
    left: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-12 {
    top: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-12 {
    right: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-12 {
    bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-12 {
    left: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-14 {
    top: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-14 {
    right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-14 {
    bottom: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-14 {
    left: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-16 {
    top: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-16 {
    right: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-16 {
    bottom: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-16 {
    left: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-20 {
    top: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-20 {
    right: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-20 {
    bottom: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-20 {
    left: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-24 {
    top: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-24 {
    right: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-24 {
    bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-24 {
    left: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-28 {
    top: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-28 {
    right: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-28 {
    bottom: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-28 {
    left: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-32 {
    top: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-32 {
    right: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-32 {
    bottom: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-32 {
    left: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-36 {
    top: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-36 {
    right: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-36 {
    bottom: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-36 {
    left: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-40 {
    top: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-40 {
    right: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-40 {
    bottom: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-40 {
    left: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-44 {
    top: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-44 {
    right: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-44 {
    bottom: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-44 {
    left: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-48 {
    top: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-48 {
    right: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-48 {
    bottom: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-48 {
    left: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-52 {
    top: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-52 {
    right: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-52 {
    bottom: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-52 {
    left: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-56 {
    top: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-56 {
    right: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-56 {
    bottom: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-56 {
    left: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-60 {
    top: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-60 {
    right: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-60 {
    bottom: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-60 {
    left: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-64 {
    top: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-64 {
    right: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-64 {
    bottom: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-64 {
    left: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-72 {
    top: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-72 {
    right: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-72 {
    bottom: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-72 {
    left: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-80 {
    top: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-80 {
    right: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-80 {
    bottom: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-80 {
    left: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-96 {
    top: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-96 {
    right: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-96 {
    bottom: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-96 {
    left: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-auto {
    top: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-auto {
    right: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-auto {
    left: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-px {
    top: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-px {
    right: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-px {
    bottom: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-px {
    left: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-0\.5 {
    top: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-0\.5 {
    right: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-0\.5 {
    left: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-1\.5 {
    top: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-1\.5 {
    right: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-1\.5 {
    left: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-2\.5 {
    top: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-2\.5 {
    right: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-2\.5 {
    left: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-3\.5 {
    top: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-3\.5 {
    right: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-3\.5 {
    left: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-0 {
    top: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-0 {
    right: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-0 {
    bottom: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-0 {
    left: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-1 {
    top: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-1 {
    bottom: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-1 {
    left: -0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-2 {
    top: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-2 {
    right: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-2 {
    bottom: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-2 {
    left: -0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-3 {
    top: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-3 {
    right: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-3 {
    bottom: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-3 {
    left: -0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-4 {
    top: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-4 {
    right: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-4 {
    bottom: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-4 {
    left: -1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-5 {
    top: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-5 {
    right: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-5 {
    bottom: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-5 {
    left: -1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-6 {
    top: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-6 {
    right: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-6 {
    bottom: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-6 {
    left: -1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-7 {
    top: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-7 {
    right: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-7 {
    bottom: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-7 {
    left: -1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-8 {
    top: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-8 {
    right: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-8 {
    bottom: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-8 {
    left: -2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-9 {
    top: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-9 {
    right: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-9 {
    bottom: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-9 {
    left: -2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-10 {
    top: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-10 {
    right: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-10 {
    bottom: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-10 {
    left: -2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-11 {
    top: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-11 {
    right: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-11 {
    bottom: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-11 {
    left: -2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-12 {
    top: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-12 {
    right: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-12 {
    bottom: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-12 {
    left: -3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-14 {
    top: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-14 {
    right: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-14 {
    bottom: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-14 {
    left: -3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-16 {
    top: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-16 {
    right: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-16 {
    bottom: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-16 {
    left: -4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-20 {
    top: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-20 {
    right: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-20 {
    bottom: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-20 {
    left: -5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-24 {
    top: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-24 {
    right: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-24 {
    bottom: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-24 {
    left: -6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-28 {
    top: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-28 {
    right: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-28 {
    bottom: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-28 {
    left: -7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-32 {
    top: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-32 {
    right: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-32 {
    bottom: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-32 {
    left: -8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-36 {
    top: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-36 {
    right: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-36 {
    bottom: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-36 {
    left: -9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-40 {
    top: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-40 {
    right: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-40 {
    bottom: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-40 {
    left: -10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-44 {
    top: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-44 {
    right: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-44 {
    bottom: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-44 {
    left: -11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-48 {
    top: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-48 {
    right: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-48 {
    bottom: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-48 {
    left: -12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-52 {
    top: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-52 {
    right: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-52 {
    bottom: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-52 {
    left: -13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-56 {
    top: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-56 {
    right: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-56 {
    bottom: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-56 {
    left: -14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-60 {
    top: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-60 {
    right: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-60 {
    bottom: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-60 {
    left: -15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-64 {
    top: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-64 {
    right: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-64 {
    bottom: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-64 {
    left: -16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-72 {
    top: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-72 {
    right: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-72 {
    bottom: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-72 {
    left: -18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-80 {
    top: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-80 {
    right: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-80 {
    bottom: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-80 {
    left: -20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-96 {
    top: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-96 {
    right: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-96 {
    bottom: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-96 {
    left: -24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-px {
    top: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-px {
    right: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-px {
    bottom: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-px {
    left: -1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-0\.5 {
    top: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-0\.5 {
    right: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-0\.5 {
    left: -0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-1\.5 {
    top: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-1\.5 {
    right: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-1\.5 {
    left: -0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-2\.5 {
    top: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-2\.5 {
    right: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-2\.5 {
    left: -0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-3\.5 {
    top: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-3\.5 {
    right: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-3\.5 {
    left: -0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-1\/2 {
    top: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-1\/2 {
    right: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-1\/2 {
    bottom: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-1\/2 {
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-1\/3 {
    top: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-1\/3 {
    right: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-1\/3 {
    left: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-2\/3 {
    top: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-2\/3 {
    right: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-2\/3 {
    left: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-1\/4 {
    top: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-1\/4 {
    right: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-1\/4 {
    bottom: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-1\/4 {
    left: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-2\/4 {
    top: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-2\/4 {
    right: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-2\/4 {
    bottom: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-2\/4 {
    left: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-3\/4 {
    top: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-3\/4 {
    right: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-3\/4 {
    bottom: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-3\/4 {
    left: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:top-full {
    top: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:right-full {
    right: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:bottom-full {
    bottom: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:left-full {
    left: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-1\/2 {
    top: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-1\/2 {
    right: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-1\/2 {
    bottom: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-1\/2 {
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-1\/3 {
    top: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-1\/3 {
    right: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-1\/3 {
    left: -33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-2\/3 {
    top: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-2\/3 {
    right: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-2\/3 {
    left: -66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-1\/4 {
    top: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-1\/4 {
    right: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-1\/4 {
    bottom: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-1\/4 {
    left: -25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-2\/4 {
    top: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-2\/4 {
    right: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-2\/4 {
    bottom: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-2\/4 {
    left: -50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-3\/4 {
    top: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-3\/4 {
    right: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-3\/4 {
    bottom: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-3\/4 {
    left: -75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-top-full {
    top: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-right-full {
    right: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-bottom-full {
    bottom: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:-left-full {
    left: -100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:resize-none {
    resize: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:resize-y {
    resize: vertical;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:resize-x {
    resize: horizontal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:resize {
    resize: both;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:fill-current {
    fill: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-auto {
    table-layout: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-right {
    text-align: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-black {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-white {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-transparent {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-current {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-black {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-white {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-50 {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-100 {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-200 {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-300 {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-400 {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-500 {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-600 {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-700 {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-800 {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-gray-900 {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-50 {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-100 {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-200 {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-300 {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-400 {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-500 {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-600 {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-700 {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-800 {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-red-900 {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-50 {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-100 {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-200 {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-300 {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-400 {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-500 {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-600 {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-700 {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-800 {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-yellow-900 {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-50 {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-100 {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-200 {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-300 {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-400 {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-500 {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-600 {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-700 {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-800 {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-green-900 {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-50 {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-100 {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-200 {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-300 {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-400 {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-500 {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-600 {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-700 {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-800 {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-blue-900 {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-50 {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-100 {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-200 {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-300 {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-400 {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-500 {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-600 {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-700 {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-800 {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-indigo-900 {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-50 {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-100 {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-200 {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-300 {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-400 {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-500 {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-600 {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-700 {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-800 {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-purple-900 {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-50 {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-100 {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-200 {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-300 {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-400 {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-500 {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-600 {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-700 {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-800 {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:text-pink-900 {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-black:focus-within {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-white:focus-within {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-50:focus-within {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-100:focus-within {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-200:focus-within {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-300:focus-within {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-400:focus-within {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-500:focus-within {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-600:focus-within {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-700:focus-within {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-800:focus-within {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-gray-900:focus-within {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-50:focus-within {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-100:focus-within {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-200:focus-within {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-300:focus-within {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-400:focus-within {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-500:focus-within {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-600:focus-within {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-700:focus-within {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-800:focus-within {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-red-900:focus-within {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-50:focus-within {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-100:focus-within {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-200:focus-within {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-300:focus-within {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-400:focus-within {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-500:focus-within {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-600:focus-within {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-700:focus-within {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-800:focus-within {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-yellow-900:focus-within {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-50:focus-within {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-100:focus-within {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-200:focus-within {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-300:focus-within {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-400:focus-within {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-500:focus-within {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-600:focus-within {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-700:focus-within {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-800:focus-within {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-green-900:focus-within {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-50:focus-within {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-100:focus-within {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-200:focus-within {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-300:focus-within {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-400:focus-within {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-500:focus-within {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-600:focus-within {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-700:focus-within {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-800:focus-within {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-blue-900:focus-within {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-50:focus-within {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-100:focus-within {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-200:focus-within {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-300:focus-within {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-400:focus-within {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-500:focus-within {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-600:focus-within {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-700:focus-within {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-800:focus-within {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-indigo-900:focus-within {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-50:focus-within {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-100:focus-within {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-200:focus-within {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-300:focus-within {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-400:focus-within {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-500:focus-within {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-600:focus-within {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-700:focus-within {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-800:focus-within {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-purple-900:focus-within {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-50:focus-within {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-100:focus-within {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-200:focus-within {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-300:focus-within {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-400:focus-within {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-500:focus-within {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-600:focus-within {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-700:focus-within {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-800:focus-within {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:text-pink-900:focus-within {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-transparent:hover {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-current:hover {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-black:hover {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-white:hover {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-50:hover {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-100:hover {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-200:hover {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-300:hover {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-400:hover {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-500:hover {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-600:hover {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-800:hover {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-50:hover {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-100:hover {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-200:hover {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-300:hover {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-400:hover {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-500:hover {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-600:hover {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-700:hover {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-800:hover {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-red-900:hover {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-50:hover {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-100:hover {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-200:hover {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-300:hover {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-400:hover {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-500:hover {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-600:hover {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-700:hover {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-800:hover {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-yellow-900:hover {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-50:hover {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-100:hover {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-200:hover {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-300:hover {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-400:hover {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-500:hover {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-600:hover {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-700:hover {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-800:hover {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-green-900:hover {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-50:hover {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-100:hover {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-200:hover {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-300:hover {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-400:hover {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-500:hover {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-600:hover {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-700:hover {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-800:hover {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-blue-900:hover {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-50:hover {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-100:hover {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-200:hover {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-300:hover {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-400:hover {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-500:hover {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-600:hover {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-700:hover {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-800:hover {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-indigo-900:hover {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-50:hover {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-100:hover {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-200:hover {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-300:hover {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-400:hover {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-500:hover {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-600:hover {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-700:hover {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-800:hover {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-purple-900:hover {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-50:hover {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-100:hover {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-200:hover {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-300:hover {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-400:hover {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-500:hover {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-600:hover {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-700:hover {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-800:hover {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:text-pink-900:hover {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-transparent:focus {
    color: transparent;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-current:focus {
    color: currentColor;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-black:focus {
    color: black;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-white:focus {
    color: white;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-50:focus {
    color: #f9fafb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-100:focus {
    color: #f3f4f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-200:focus {
    color: #e5e7eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-300:focus {
    color: #d1d5db;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-400:focus {
    color: #9ca3af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-500:focus {
    color: #6b7280;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-600:focus {
    color: #4b5563;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-700:focus {
    color: #374151;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-800:focus {
    color: #1f2937;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-gray-900:focus {
    color: #111827;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-50:focus {
    color: #fef2f2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-100:focus {
    color: #fee2e2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-200:focus {
    color: #fecaca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-300:focus {
    color: #fca5a5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-400:focus {
    color: #f87171;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-500:focus {
    color: #ef4444;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-600:focus {
    color: #dc2626;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-700:focus {
    color: #b91c1c;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-800:focus {
    color: #991b1b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-red-900:focus {
    color: #7f1d1d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-50:focus {
    color: #fffbeb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-100:focus {
    color: #fef3c7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-200:focus {
    color: #fde68a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-300:focus {
    color: #fcd34d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-400:focus {
    color: #fbbf24;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-500:focus {
    color: #f59e0b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-600:focus {
    color: #d97706;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-700:focus {
    color: #b45309;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-800:focus {
    color: #92400e;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-yellow-900:focus {
    color: #78350f;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-50:focus {
    color: #ecfdf5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-100:focus {
    color: #d1fae5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-200:focus {
    color: #a7f3d0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-300:focus {
    color: #6ee7b7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-400:focus {
    color: #34d399;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-500:focus {
    color: #10b981;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-600:focus {
    color: #059669;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-700:focus {
    color: #047857;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-800:focus {
    color: #065f46;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-green-900:focus {
    color: #064e3b;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-50:focus {
    color: #eff6ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-100:focus {
    color: #dbeafe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-200:focus {
    color: #bfdbfe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-300:focus {
    color: #93c5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-400:focus {
    color: #60a5fa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-500:focus {
    color: #3b82f6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-600:focus {
    color: #2563eb;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-700:focus {
    color: #1d4ed8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-800:focus {
    color: #1e40af;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-blue-900:focus {
    color: #1e3a8a;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-50:focus {
    color: #eef2ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-100:focus {
    color: #e0e7ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-200:focus {
    color: #c7d2fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-300:focus {
    color: #a5b4fc;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-400:focus {
    color: #818cf8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-500:focus {
    color: #6366f1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-600:focus {
    color: #4f46e5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-700:focus {
    color: #4338ca;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-800:focus {
    color: #3730a3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-indigo-900:focus {
    color: #312e81;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-50:focus {
    color: #f5f3ff;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-100:focus {
    color: #ede9fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-200:focus {
    color: #ddd6fe;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-300:focus {
    color: #c4b5fd;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-400:focus {
    color: #a78bfa;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-500:focus {
    color: #8b5cf6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-600:focus {
    color: #7c3aed;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-700:focus {
    color: #6d28d9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-800:focus {
    color: #5b21b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-purple-900:focus {
    color: #4c1d95;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-50:focus {
    color: #fdf2f8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-100:focus {
    color: #fce7f3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-200:focus {
    color: #fbcfe8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-300:focus {
    color: #f9a8d4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-400:focus {
    color: #f472b6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-500:focus {
    color: #ec4899;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-600:focus {
    color: #db2777;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-700:focus {
    color: #be185d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-800:focus {
    color: #9d174d;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:text-pink-900:focus {
    color: #831843;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:overflow-clip {
    text-overflow: clip;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:italic {
    font-style: italic;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:not-italic {
    font-style: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:normal-case {
    text-transform: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:underline {
    text-decoration: underline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .group:hover .\32 xl\:group-hover\:no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:hover\:no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:visible {
    visibility: visible;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:invisible {
    visibility: hidden;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:break-words {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:break-all {
    word-break: break-all;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-0 {
    width: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1 {
    width: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2 {
    width: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3 {
    width: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-4 {
    width: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-6 {
    width: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-7 {
    width: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-8 {
    width: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-9 {
    width: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-10 {
    width: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-11 {
    width: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-12 {
    width: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-14 {
    width: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-16 {
    width: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-24 {
    width: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-28 {
    width: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-32 {
    width: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-36 {
    width: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-40 {
    width: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-44 {
    width: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-48 {
    width: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-52 {
    width: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-56 {
    width: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-60 {
    width: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-64 {
    width: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-72 {
    width: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-80 {
    width: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-96 {
    width: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-auto {
    width: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-px {
    width: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-0\.5 {
    width: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\.5 {
    width: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\.5 {
    width: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3\.5 {
    width: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-full {
    width: 100%;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-screen {
    width: 100vw;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-0 {
    z-index: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-10 {
    z-index: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-20 {
    z-index: 20;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-30 {
    z-index: 30;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-40 {
    z-index: 40;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-50 {
    z-index: 50;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:z-auto {
    z-index: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-0:focus {
    z-index: 0;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-10:focus {
    z-index: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-20:focus {
    z-index: 20;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-30:focus {
    z-index: 30;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-40:focus {
    z-index: 40;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-50:focus {
    z-index: 50;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:focus\:z-auto:focus {
    z-index: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-1 {
    gap: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-9 {
    gap: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-10 {
    gap: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-11 {
    gap: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-14 {
    gap: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-28 {
    gap: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-36 {
    gap: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-40 {
    gap: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-44 {
    gap: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-48 {
    gap: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-52 {
    gap: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-56 {
    gap: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-60 {
    gap: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-64 {
    gap: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-72 {
    gap: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-80 {
    gap: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-96 {
    gap: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-px {
    gap: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-0\.5 {
    gap: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-1\.5 {
    gap: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-3\.5 {
    gap: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-1 {
    column-gap: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-2 {
    column-gap: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-3 {
    column-gap: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-5 {
    column-gap: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-6 {
    column-gap: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-7 {
    column-gap: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-8 {
    column-gap: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-9 {
    column-gap: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-10 {
    column-gap: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-11 {
    column-gap: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-12 {
    column-gap: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-14 {
    column-gap: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-16 {
    column-gap: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-20 {
    column-gap: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-24 {
    column-gap: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-28 {
    column-gap: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-32 {
    column-gap: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-36 {
    column-gap: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-40 {
    column-gap: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-44 {
    column-gap: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-48 {
    column-gap: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-52 {
    column-gap: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-56 {
    column-gap: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-60 {
    column-gap: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-64 {
    column-gap: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-72 {
    column-gap: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-80 {
    column-gap: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-96 {
    column-gap: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-px {
    column-gap: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-0 {
    row-gap: 0px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-1 {
    row-gap: 0.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-3 {
    row-gap: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-4 {
    row-gap: 1rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-5 {
    row-gap: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-6 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-8 {
    row-gap: 2rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-9 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-10 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-11 {
    row-gap: 2.75rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-12 {
    row-gap: 3rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-14 {
    row-gap: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-16 {
    row-gap: 4rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-20 {
    row-gap: 5rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-24 {
    row-gap: 6rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-28 {
    row-gap: 7rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-32 {
    row-gap: 8rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-36 {
    row-gap: 9rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-40 {
    row-gap: 10rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-44 {
    row-gap: 11rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-48 {
    row-gap: 12rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-52 {
    row-gap: 13rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-56 {
    row-gap: 14rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-60 {
    row-gap: 15rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-64 {
    row-gap: 16rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-72 {
    row-gap: 18rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-80 {
    row-gap: 20rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-96 {
    row-gap: 24rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-px {
    row-gap: 1px;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-auto {
    grid-column: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-auto {
    grid-row: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transform {
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transform-gpu {
    transform: translate3d(0, 0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transform-none {
    transform: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-center {
    transform-origin: center;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-top {
    transform-origin: top;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-right {
    transform-origin: right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-left {
    transform-origin: left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\: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;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:animate-none {
    animation: none;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 1536px) {
  .tailwind-import .\32 xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

/*# sourceMappingURL=tailwind-import.css.map */
