@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Roboto:wght@900&display=swap");

@font-face{
  font-family:DINOT;

  font-display:swap;

  src:url(../font/DINOT-Bold.otf) format("opentype"),url(../font/DINOT-Bold.woff) format("woff"),url(../font/DINOT-Bold.woff2) format("woff2")
}

*{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased
}

body{
  margin:0
}

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  display:block
}

img{
  border:0;
  max-width:100%;
  height:auto;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  vertical-align:bottom
}

dd,dl,dt,ol,ul{
  padding:0;
  margin:0
}

li,ol{
  list-style:none
}

a{
  text-decoration:none;
  display:inline-block;
  color:inherit;
  cursor:pointer
}

p{
  margin-top:0;
  margin-bottom:0
}

button,input[type=button],input[type=reset],input[type=submit]{
  background:none;
  border:0;
  color:inherit;
  font:inherit;
  line-height:normal;
  overflow:visible;
  padding:0;
  -webkit-appearance:button;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer
}

button:focus{
  outline:0
}

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

[role=button]{
  color:inherit;
  cursor:default;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  white-space:pre;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none
}

@media (min-width:1025px){
  a[href^=tel]{
    pointer-events:none
  }
}

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: 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 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.container{
  width:100%
}

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

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

@media (min-width: 1025px){
  .container{
    max-width:1025px
  }
}

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

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

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

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

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

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

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

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

.visible{
  visibility:visible
}

.invisible{
  visibility:hidden
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

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

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

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

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

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

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

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

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

.inset-7{
  top:28px;
  right:28px;
  bottom:28px;
  left:28px
}

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

.inset-9{
  top:36px;
  right:36px;
  bottom:36px;
  left:36px
}

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

.inset-11{
  top:44px;
  right:44px;
  bottom:44px;
  left:44px
}

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

.inset-13{
  top:50px;
  right:50px;
  bottom:50px;
  left:50px
}

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

.inset-15{
  top:60px;
  right:60px;
  bottom:60px;
  left:60px
}

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

.inset-20{
  top:80px;
  right:80px;
  bottom:80px;
  left:80px
}

.inset-24{
  top:96px;
  right:96px;
  bottom:96px;
  left:96px
}

.inset-28{
  top:112px;
  right:112px;
  bottom:112px;
  left:112px
}

.inset-32{
  top:128px;
  right:128px;
  bottom:128px;
  left:128px
}

.inset-36{
  top:144px;
  right:144px;
  bottom:144px;
  left:144px
}

.inset-40{
  top:160px;
  right:160px;
  bottom:160px;
  left:160px
}

.inset-44{
  top:176px;
  right:176px;
  bottom:176px;
  left:176px
}

.inset-48{
  top:192px;
  right:192px;
  bottom:192px;
  left:192px
}

.inset-52{
  top:208px;
  right:208px;
  bottom:208px;
  left:208px
}

.inset-56{
  top:224px;
  right:224px;
  bottom:224px;
  left:224px
}

.inset-60{
  top:240px;
  right:240px;
  bottom:240px;
  left:240px
}

.inset-64{
  top:256px;
  right:256px;
  bottom:256px;
  left:256px
}

.inset-72{
  top:288px;
  right:288px;
  bottom:288px;
  left:288px
}

.inset-80{
  top:320px;
  right:320px;
  bottom:320px;
  left:320px
}

.inset-96{
  top:384px;
  right:384px;
  bottom:384px;
  left:384px
}

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

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

.inset-0\.5{
  top:2px;
  right:2px;
  bottom:2px;
  left:2px
}

.inset-1\.5{
  top:6px;
  right:6px;
  bottom:6px;
  left:6px
}

.inset-2\.5{
  top:10px;
  right:10px;
  bottom:10px;
  left:10px
}

.inset-3\.5{
  top:14px;
  right:14px;
  bottom:14px;
  left:14px
}

.inset-4\.5{
  top:18px;
  right:18px;
  bottom:18px;
  left:18px
}

.inset-7\.5{
  top:30px;
  right:30px;
  bottom:30px;
  left:30px
}

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

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

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

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

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

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

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

.-inset-7{
  top:-28px;
  right:-28px;
  bottom:-28px;
  left:-28px
}

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

.-inset-9{
  top:-36px;
  right:-36px;
  bottom:-36px;
  left:-36px
}

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

.-inset-11{
  top:-44px;
  right:-44px;
  bottom:-44px;
  left:-44px
}

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

.-inset-13{
  top:-50px;
  right:-50px;
  bottom:-50px;
  left:-50px
}

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

.-inset-15{
  top:-60px;
  right:-60px;
  bottom:-60px;
  left:-60px
}

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

.-inset-20{
  top:-80px;
  right:-80px;
  bottom:-80px;
  left:-80px
}

.-inset-24{
  top:-96px;
  right:-96px;
  bottom:-96px;
  left:-96px
}

.-inset-28{
  top:-112px;
  right:-112px;
  bottom:-112px;
  left:-112px
}

.-inset-32{
  top:-128px;
  right:-128px;
  bottom:-128px;
  left:-128px
}

.-inset-36{
  top:-144px;
  right:-144px;
  bottom:-144px;
  left:-144px
}

.-inset-40{
  top:-160px;
  right:-160px;
  bottom:-160px;
  left:-160px
}

.-inset-44{
  top:-176px;
  right:-176px;
  bottom:-176px;
  left:-176px
}

.-inset-48{
  top:-192px;
  right:-192px;
  bottom:-192px;
  left:-192px
}

.-inset-52{
  top:-208px;
  right:-208px;
  bottom:-208px;
  left:-208px
}

.-inset-56{
  top:-224px;
  right:-224px;
  bottom:-224px;
  left:-224px
}

.-inset-60{
  top:-240px;
  right:-240px;
  bottom:-240px;
  left:-240px
}

.-inset-64{
  top:-256px;
  right:-256px;
  bottom:-256px;
  left:-256px
}

.-inset-72{
  top:-288px;
  right:-288px;
  bottom:-288px;
  left:-288px
}

.-inset-80{
  top:-320px;
  right:-320px;
  bottom:-320px;
  left:-320px
}

.-inset-96{
  top:-384px;
  right:-384px;
  bottom:-384px;
  left:-384px
}

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

.-inset-0\.5{
  top:-2px;
  right:-2px;
  bottom:-2px;
  left:-2px
}

.-inset-1\.5{
  top:-6px;
  right:-6px;
  bottom:-6px;
  left:-6px
}

.-inset-2\.5{
  top:-10px;
  right:-10px;
  bottom:-10px;
  left:-10px
}

.-inset-3\.5{
  top:-14px;
  right:-14px;
  bottom:-14px;
  left:-14px
}

.-inset-4\.5{
  top:-18px;
  right:-18px;
  bottom:-18px;
  left:-18px
}

.-inset-7\.5{
  top:-30px;
  right:-30px;
  bottom:-30px;
  left:-30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-x-7{
  left:28px;
  right:28px
}

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

.inset-x-9{
  left:36px;
  right:36px
}

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

.inset-x-11{
  left:44px;
  right:44px
}

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

.inset-x-13{
  left:50px;
  right:50px
}

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

.inset-x-15{
  left:60px;
  right:60px
}

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

.inset-x-20{
  left:80px;
  right:80px
}

.inset-x-24{
  left:96px;
  right:96px
}

.inset-x-28{
  left:112px;
  right:112px
}

.inset-x-32{
  left:128px;
  right:128px
}

.inset-x-36{
  left:144px;
  right:144px
}

.inset-x-40{
  left:160px;
  right:160px
}

.inset-x-44{
  left:176px;
  right:176px
}

.inset-x-48{
  left:192px;
  right:192px
}

.inset-x-52{
  left:208px;
  right:208px
}

.inset-x-56{
  left:224px;
  right:224px
}

.inset-x-60{
  left:240px;
  right:240px
}

.inset-x-64{
  left:256px;
  right:256px
}

.inset-x-72{
  left:288px;
  right:288px
}

.inset-x-80{
  left:320px;
  right:320px
}

.inset-x-96{
  left:384px;
  right:384px
}

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

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

.inset-x-0\.5{
  left:2px;
  right:2px
}

.inset-x-1\.5{
  left:6px;
  right:6px
}

.inset-x-2\.5{
  left:10px;
  right:10px
}

.inset-x-3\.5{
  left:14px;
  right:14px
}

.inset-x-4\.5{
  left:18px;
  right:18px
}

.inset-x-7\.5{
  left:30px;
  right:30px
}

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

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

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

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

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

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

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

.-inset-x-7{
  left:-28px;
  right:-28px
}

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

.-inset-x-9{
  left:-36px;
  right:-36px
}

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

.-inset-x-11{
  left:-44px;
  right:-44px
}

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

.-inset-x-13{
  left:-50px;
  right:-50px
}

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

.-inset-x-15{
  left:-60px;
  right:-60px
}

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

.-inset-x-20{
  left:-80px;
  right:-80px
}

.-inset-x-24{
  left:-96px;
  right:-96px
}

.-inset-x-28{
  left:-112px;
  right:-112px
}

.-inset-x-32{
  left:-128px;
  right:-128px
}

.-inset-x-36{
  left:-144px;
  right:-144px
}

.-inset-x-40{
  left:-160px;
  right:-160px
}

.-inset-x-44{
  left:-176px;
  right:-176px
}

.-inset-x-48{
  left:-192px;
  right:-192px
}

.-inset-x-52{
  left:-208px;
  right:-208px
}

.-inset-x-56{
  left:-224px;
  right:-224px
}

.-inset-x-60{
  left:-240px;
  right:-240px
}

.-inset-x-64{
  left:-256px;
  right:-256px
}

.-inset-x-72{
  left:-288px;
  right:-288px
}

.-inset-x-80{
  left:-320px;
  right:-320px
}

.-inset-x-96{
  left:-384px;
  right:-384px
}

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

.-inset-x-0\.5{
  left:-2px;
  right:-2px
}

.-inset-x-1\.5{
  left:-6px;
  right:-6px
}

.-inset-x-2\.5{
  left:-10px;
  right:-10px
}

.-inset-x-3\.5{
  left:-14px;
  right:-14px
}

.-inset-x-4\.5{
  left:-18px;
  right:-18px
}

.-inset-x-7\.5{
  left:-30px;
  right:-30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-y-7{
  top:28px;
  bottom:28px
}

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

.inset-y-9{
  top:36px;
  bottom:36px
}

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

.inset-y-11{
  top:44px;
  bottom:44px
}

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

.inset-y-13{
  top:50px;
  bottom:50px
}

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

.inset-y-15{
  top:60px;
  bottom:60px
}

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

.inset-y-20{
  top:80px;
  bottom:80px
}

.inset-y-24{
  top:96px;
  bottom:96px
}

.inset-y-28{
  top:112px;
  bottom:112px
}

.inset-y-32{
  top:128px;
  bottom:128px
}

.inset-y-36{
  top:144px;
  bottom:144px
}

.inset-y-40{
  top:160px;
  bottom:160px
}

.inset-y-44{
  top:176px;
  bottom:176px
}

.inset-y-48{
  top:192px;
  bottom:192px
}

.inset-y-52{
  top:208px;
  bottom:208px
}

.inset-y-56{
  top:224px;
  bottom:224px
}

.inset-y-60{
  top:240px;
  bottom:240px
}

.inset-y-64{
  top:256px;
  bottom:256px
}

.inset-y-72{
  top:288px;
  bottom:288px
}

.inset-y-80{
  top:320px;
  bottom:320px
}

.inset-y-96{
  top:384px;
  bottom:384px
}

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

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

.inset-y-0\.5{
  top:2px;
  bottom:2px
}

.inset-y-1\.5{
  top:6px;
  bottom:6px
}

.inset-y-2\.5{
  top:10px;
  bottom:10px
}

.inset-y-3\.5{
  top:14px;
  bottom:14px
}

.inset-y-4\.5{
  top:18px;
  bottom:18px
}

.inset-y-7\.5{
  top:30px;
  bottom:30px
}

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

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

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

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

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

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

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

.-inset-y-7{
  top:-28px;
  bottom:-28px
}

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

.-inset-y-9{
  top:-36px;
  bottom:-36px
}

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

.-inset-y-11{
  top:-44px;
  bottom:-44px
}

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

.-inset-y-13{
  top:-50px;
  bottom:-50px
}

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

.-inset-y-15{
  top:-60px;
  bottom:-60px
}

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

.-inset-y-20{
  top:-80px;
  bottom:-80px
}

.-inset-y-24{
  top:-96px;
  bottom:-96px
}

.-inset-y-28{
  top:-112px;
  bottom:-112px
}

.-inset-y-32{
  top:-128px;
  bottom:-128px
}

.-inset-y-36{
  top:-144px;
  bottom:-144px
}

.-inset-y-40{
  top:-160px;
  bottom:-160px
}

.-inset-y-44{
  top:-176px;
  bottom:-176px
}

.-inset-y-48{
  top:-192px;
  bottom:-192px
}

.-inset-y-52{
  top:-208px;
  bottom:-208px
}

.-inset-y-56{
  top:-224px;
  bottom:-224px
}

.-inset-y-60{
  top:-240px;
  bottom:-240px
}

.-inset-y-64{
  top:-256px;
  bottom:-256px
}

.-inset-y-72{
  top:-288px;
  bottom:-288px
}

.-inset-y-80{
  top:-320px;
  bottom:-320px
}

.-inset-y-96{
  top:-384px;
  bottom:-384px
}

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

.-inset-y-0\.5{
  top:-2px;
  bottom:-2px
}

.-inset-y-1\.5{
  top:-6px;
  bottom:-6px
}

.-inset-y-2\.5{
  top:-10px;
  bottom:-10px
}

.-inset-y-3\.5{
  top:-14px;
  bottom:-14px
}

.-inset-y-4\.5{
  top:-18px;
  bottom:-18px
}

.-inset-y-7\.5{
  top:-30px;
  bottom:-30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0{
  top:0px
}

.top-1{
  top:4px
}

.top-2{
  top:8px
}

.top-3{
  top:12px
}

.top-4{
  top:16px
}

.top-5{
  top:20px
}

.top-6{
  top:24px
}

.top-7{
  top:28px
}

.top-8{
  top:32px
}

.top-9{
  top:36px
}

.top-10{
  top:40px
}

.top-11{
  top:44px
}

.top-12{
  top:48px
}

.top-13{
  top:50px
}

.top-14{
  top:56px
}

.top-15{
  top:60px
}

.top-16{
  top:64px
}

.top-20{
  top:80px
}

.top-24{
  top:96px
}

.top-28{
  top:112px
}

.top-32{
  top:128px
}

.top-36{
  top:144px
}

.top-40{
  top:160px
}

.top-44{
  top:176px
}

.top-48{
  top:192px
}

.top-52{
  top:208px
}

.top-56{
  top:224px
}

.top-60{
  top:240px
}

.top-64{
  top:256px
}

.top-72{
  top:288px
}

.top-80{
  top:320px
}

.top-96{
  top:384px
}

.top-auto{
  top:auto
}

.top-px{
  top:1px
}

.top-0\.5{
  top:2px
}

.top-1\.5{
  top:6px
}

.top-2\.5{
  top:10px
}

.top-3\.5{
  top:14px
}

.top-4\.5{
  top:18px
}

.top-7\.5{
  top:30px
}

.-top-0{
  top:0px
}

.-top-1{
  top:-4px
}

.-top-2{
  top:-8px
}

.-top-3{
  top:-12px
}

.-top-4{
  top:-16px
}

.-top-5{
  top:-20px
}

.-top-6{
  top:-24px
}

.-top-7{
  top:-28px
}

.-top-8{
  top:-32px
}

.-top-9{
  top:-36px
}

.-top-10{
  top:-40px
}

.-top-11{
  top:-44px
}

.-top-12{
  top:-48px
}

.-top-13{
  top:-50px
}

.-top-14{
  top:-56px
}

.-top-15{
  top:-60px
}

.-top-16{
  top:-64px
}

.-top-20{
  top:-80px
}

.-top-24{
  top:-96px
}

.-top-28{
  top:-112px
}

.-top-32{
  top:-128px
}

.-top-36{
  top:-144px
}

.-top-40{
  top:-160px
}

.-top-44{
  top:-176px
}

.-top-48{
  top:-192px
}

.-top-52{
  top:-208px
}

.-top-56{
  top:-224px
}

.-top-60{
  top:-240px
}

.-top-64{
  top:-256px
}

.-top-72{
  top:-288px
}

.-top-80{
  top:-320px
}

.-top-96{
  top:-384px
}

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

.-top-0\.5{
  top:-2px
}

.-top-1\.5{
  top:-6px
}

.-top-2\.5{
  top:-10px
}

.-top-3\.5{
  top:-14px
}

.-top-4\.5{
  top:-18px
}

.-top-7\.5{
  top:-30px
}

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

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

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

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

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

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

.top-full{
  top:100%
}

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

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

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

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

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

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

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

.right-0{
  right:0px
}

.right-1{
  right:4px
}

.right-2{
  right:8px
}

.right-3{
  right:12px
}

.right-4{
  right:16px
}

.right-5{
  right:20px
}

.right-6{
  right:24px
}

.right-7{
  right:28px
}

.right-8{
  right:32px
}

.right-9{
  right:36px
}

.right-10{
  right:40px
}

.right-11{
  right:44px
}

.right-12{
  right:48px
}

.right-13{
  right:50px
}

.right-14{
  right:56px
}

.right-15{
  right:60px
}

.right-16{
  right:64px
}

.right-20{
  right:80px
}

.right-24{
  right:96px
}

.right-28{
  right:112px
}

.right-32{
  right:128px
}

.right-36{
  right:144px
}

.right-40{
  right:160px
}

.right-44{
  right:176px
}

.right-48{
  right:192px
}

.right-52{
  right:208px
}

.right-56{
  right:224px
}

.right-60{
  right:240px
}

.right-64{
  right:256px
}

.right-72{
  right:288px
}

.right-80{
  right:320px
}

.right-96{
  right:384px
}

.right-auto{
  right:auto
}

.right-px{
  right:1px
}

.right-0\.5{
  right:2px
}

.right-1\.5{
  right:6px
}

.right-2\.5{
  right:10px
}

.right-3\.5{
  right:14px
}

.right-4\.5{
  right:18px
}

.right-7\.5{
  right:30px
}

.-right-0{
  right:0px
}

.-right-1{
  right:-4px
}

.-right-2{
  right:-8px
}

.-right-3{
  right:-12px
}

.-right-4{
  right:-16px
}

.-right-5{
  right:-20px
}

.-right-6{
  right:-24px
}

.-right-7{
  right:-28px
}

.-right-8{
  right:-32px
}

.-right-9{
  right:-36px
}

.-right-10{
  right:-40px
}

.-right-11{
  right:-44px
}

.-right-12{
  right:-48px
}

.-right-13{
  right:-50px
}

.-right-14{
  right:-56px
}

.-right-15{
  right:-60px
}

.-right-16{
  right:-64px
}

.-right-20{
  right:-80px
}

.-right-24{
  right:-96px
}

.-right-28{
  right:-112px
}

.-right-32{
  right:-128px
}

.-right-36{
  right:-144px
}

.-right-40{
  right:-160px
}

.-right-44{
  right:-176px
}

.-right-48{
  right:-192px
}

.-right-52{
  right:-208px
}

.-right-56{
  right:-224px
}

.-right-60{
  right:-240px
}

.-right-64{
  right:-256px
}

.-right-72{
  right:-288px
}

.-right-80{
  right:-320px
}

.-right-96{
  right:-384px
}

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

.-right-0\.5{
  right:-2px
}

.-right-1\.5{
  right:-6px
}

.-right-2\.5{
  right:-10px
}

.-right-3\.5{
  right:-14px
}

.-right-4\.5{
  right:-18px
}

.-right-7\.5{
  right:-30px
}

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

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

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

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

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

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

.right-full{
  right:100%
}

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

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

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

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

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

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

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

.bottom-0{
  bottom:0px
}

.bottom-1{
  bottom:4px
}

.bottom-2{
  bottom:8px
}

.bottom-3{
  bottom:12px
}

.bottom-4{
  bottom:16px
}

.bottom-5{
  bottom:20px
}

.bottom-6{
  bottom:24px
}

.bottom-7{
  bottom:28px
}

.bottom-8{
  bottom:32px
}

.bottom-9{
  bottom:36px
}

.bottom-10{
  bottom:40px
}

.bottom-11{
  bottom:44px
}

.bottom-12{
  bottom:48px
}

.bottom-13{
  bottom:50px
}

.bottom-14{
  bottom:56px
}

.bottom-15{
  bottom:60px
}

.bottom-16{
  bottom:64px
}

.bottom-20{
  bottom:80px
}

.bottom-24{
  bottom:96px
}

.bottom-28{
  bottom:112px
}

.bottom-32{
  bottom:128px
}

.bottom-36{
  bottom:144px
}

.bottom-40{
  bottom:160px
}

.bottom-44{
  bottom:176px
}

.bottom-48{
  bottom:192px
}

.bottom-52{
  bottom:208px
}

.bottom-56{
  bottom:224px
}

.bottom-60{
  bottom:240px
}

.bottom-64{
  bottom:256px
}

.bottom-72{
  bottom:288px
}

.bottom-80{
  bottom:320px
}

.bottom-96{
  bottom:384px
}

.bottom-auto{
  bottom:auto
}

.bottom-px{
  bottom:1px
}

.bottom-0\.5{
  bottom:2px
}

.bottom-1\.5{
  bottom:6px
}

.bottom-2\.5{
  bottom:10px
}

.bottom-3\.5{
  bottom:14px
}

.bottom-4\.5{
  bottom:18px
}

.bottom-7\.5{
  bottom:30px
}

.-bottom-0{
  bottom:0px
}

.-bottom-1{
  bottom:-4px
}

.-bottom-2{
  bottom:-8px
}

.-bottom-3{
  bottom:-12px
}

.-bottom-4{
  bottom:-16px
}

.-bottom-5{
  bottom:-20px
}

.-bottom-6{
  bottom:-24px
}

.-bottom-7{
  bottom:-28px
}

.-bottom-8{
  bottom:-32px
}

.-bottom-9{
  bottom:-36px
}

.-bottom-10{
  bottom:-40px
}

.-bottom-11{
  bottom:-44px
}

.-bottom-12{
  bottom:-48px
}

.-bottom-13{
  bottom:-50px
}

.-bottom-14{
  bottom:-56px
}

.-bottom-15{
  bottom:-60px
}

.-bottom-16{
  bottom:-64px
}

.-bottom-20{
  bottom:-80px
}

.-bottom-24{
  bottom:-96px
}

.-bottom-28{
  bottom:-112px
}

.-bottom-32{
  bottom:-128px
}

.-bottom-36{
  bottom:-144px
}

.-bottom-40{
  bottom:-160px
}

.-bottom-44{
  bottom:-176px
}

.-bottom-48{
  bottom:-192px
}

.-bottom-52{
  bottom:-208px
}

.-bottom-56{
  bottom:-224px
}

.-bottom-60{
  bottom:-240px
}

.-bottom-64{
  bottom:-256px
}

.-bottom-72{
  bottom:-288px
}

.-bottom-80{
  bottom:-320px
}

.-bottom-96{
  bottom:-384px
}

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

.-bottom-0\.5{
  bottom:-2px
}

.-bottom-1\.5{
  bottom:-6px
}

.-bottom-2\.5{
  bottom:-10px
}

.-bottom-3\.5{
  bottom:-14px
}

.-bottom-4\.5{
  bottom:-18px
}

.-bottom-7\.5{
  bottom:-30px
}

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

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

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

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

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

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

.bottom-full{
  bottom:100%
}

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

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

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

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

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

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

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

.left-0{
  left:0px
}

.left-1{
  left:4px
}

.left-2{
  left:8px
}

.left-3{
  left:12px
}

.left-4{
  left:16px
}

.left-5{
  left:20px
}

.left-6{
  left:24px
}

.left-7{
  left:28px
}

.left-8{
  left:32px
}

.left-9{
  left:36px
}

.left-10{
  left:40px
}

.left-11{
  left:44px
}

.left-12{
  left:48px
}

.left-13{
  left:50px
}

.left-14{
  left:56px
}

.left-15{
  left:60px
}

.left-16{
  left:64px
}

.left-20{
  left:80px
}

.left-24{
  left:96px
}

.left-28{
  left:112px
}

.left-32{
  left:128px
}

.left-36{
  left:144px
}

.left-40{
  left:160px
}

.left-44{
  left:176px
}

.left-48{
  left:192px
}

.left-52{
  left:208px
}

.left-56{
  left:224px
}

.left-60{
  left:240px
}

.left-64{
  left:256px
}

.left-72{
  left:288px
}

.left-80{
  left:320px
}

.left-96{
  left:384px
}

.left-auto{
  left:auto
}

.left-px{
  left:1px
}

.left-0\.5{
  left:2px
}

.left-1\.5{
  left:6px
}

.left-2\.5{
  left:10px
}

.left-3\.5{
  left:14px
}

.left-4\.5{
  left:18px
}

.left-7\.5{
  left:30px
}

.-left-0{
  left:0px
}

.-left-1{
  left:-4px
}

.-left-2{
  left:-8px
}

.-left-3{
  left:-12px
}

.-left-4{
  left:-16px
}

.-left-5{
  left:-20px
}

.-left-6{
  left:-24px
}

.-left-7{
  left:-28px
}

.-left-8{
  left:-32px
}

.-left-9{
  left:-36px
}

.-left-10{
  left:-40px
}

.-left-11{
  left:-44px
}

.-left-12{
  left:-48px
}

.-left-13{
  left:-50px
}

.-left-14{
  left:-56px
}

.-left-15{
  left:-60px
}

.-left-16{
  left:-64px
}

.-left-20{
  left:-80px
}

.-left-24{
  left:-96px
}

.-left-28{
  left:-112px
}

.-left-32{
  left:-128px
}

.-left-36{
  left:-144px
}

.-left-40{
  left:-160px
}

.-left-44{
  left:-176px
}

.-left-48{
  left:-192px
}

.-left-52{
  left:-208px
}

.-left-56{
  left:-224px
}

.-left-60{
  left:-240px
}

.-left-64{
  left:-256px
}

.-left-72{
  left:-288px
}

.-left-80{
  left:-320px
}

.-left-96{
  left:-384px
}

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

.-left-0\.5{
  left:-2px
}

.-left-1\.5{
  left:-6px
}

.-left-2\.5{
  left:-10px
}

.-left-3\.5{
  left:-14px
}

.-left-4\.5{
  left:-18px
}

.-left-7\.5{
  left:-30px
}

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

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

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

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

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

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

.left-1\/5{
  left:20%
}

.left-full{
  left:100%
}

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

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

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

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

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

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

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

.isolate{
  isolation:isolate
}

.isolation-auto{
  isolation:auto
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

.z-30{
  z-index:30
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.z-auto{
  z-index:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  -webkit-box-ordinal-group:2;
  -webkit-order:1;
      -ms-flex-order:1;
          order:1
}

.order-2{
  -webkit-box-ordinal-group:3;
  -webkit-order:2;
      -ms-flex-order:2;
          order:2
}

.order-3{
  -webkit-box-ordinal-group:4;
  -webkit-order:3;
      -ms-flex-order:3;
          order:3
}

.order-4{
  -webkit-box-ordinal-group:5;
  -webkit-order:4;
      -ms-flex-order:4;
          order:4
}

.order-5{
  -webkit-box-ordinal-group:6;
  -webkit-order:5;
      -ms-flex-order:5;
          order:5
}

.order-6{
  -webkit-box-ordinal-group:7;
  -webkit-order:6;
      -ms-flex-order:6;
          order:6
}

.order-7{
  -webkit-box-ordinal-group:8;
  -webkit-order:7;
      -ms-flex-order:7;
          order:7
}

.order-8{
  -webkit-box-ordinal-group:9;
  -webkit-order:8;
      -ms-flex-order:8;
          order:8
}

.order-9{
  -webkit-box-ordinal-group:10;
  -webkit-order:9;
      -ms-flex-order:9;
          order:9
}

.order-10{
  -webkit-box-ordinal-group:11;
  -webkit-order:10;
      -ms-flex-order:10;
          order:10
}

.order-11{
  -webkit-box-ordinal-group:12;
  -webkit-order:11;
      -ms-flex-order:11;
          order:11
}

.order-12{
  -webkit-box-ordinal-group:13;
  -webkit-order:12;
      -ms-flex-order:12;
          order:12
}

.order-first{
  -webkit-box-ordinal-group:-9998;
  -webkit-order:-9999;
      -ms-flex-order:-9999;
          order:-9999
}

.order-last{
  -webkit-box-ordinal-group:10000;
  -webkit-order:9999;
      -ms-flex-order:9999;
          order:9999
}

.order-none{
  -webkit-box-ordinal-group:1;
  -webkit-order:0;
      -ms-flex-order:0;
          order:0
}

.col-auto{
  grid-column:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-end-7{
  grid-column-end:7
}

.col-end-8{
  grid-column-end:8
}

.col-end-9{
  grid-column-end:9
}

.col-end-10{
  grid-column-end:10
}

.col-end-11{
  grid-column-end:11
}

.col-end-12{
  grid-column-end:12
}

.col-end-13{
  grid-column-end:13
}

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

.row-auto{
  grid-row:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-start-7{
  grid-row-start:7
}

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

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

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

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

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

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

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

.row-end-7{
  grid-row-end:7
}

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

.float-right{
  float:right
}

.float-left{
  float:left
}

.float-none{
  float:none
}

.clear-left{
  clear:left
}

.clear-right{
  clear:right
}

.clear-both{
  clear:both
}

.clear-none{
  clear:none
}

.m-0{
  margin:0px
}

.m-1{
  margin:4px
}

.m-2{
  margin:8px
}

.m-3{
  margin:12px
}

.m-4{
  margin:16px
}

.m-5{
  margin:20px
}

.m-6{
  margin:24px
}

.m-7{
  margin:28px
}

.m-8{
  margin:32px
}

.m-9{
  margin:36px
}

.m-10{
  margin:40px
}

.m-11{
  margin:44px
}

.m-12{
  margin:48px
}

.m-13{
  margin:50px
}

.m-14{
  margin:56px
}

.m-15{
  margin:60px
}

.m-16{
  margin:64px
}

.m-20{
  margin:80px
}

.m-24{
  margin:96px
}

.m-28{
  margin:112px
}

.m-32{
  margin:128px
}

.m-36{
  margin:144px
}

.m-40{
  margin:160px
}

.m-44{
  margin:176px
}

.m-48{
  margin:192px
}

.m-52{
  margin:208px
}

.m-56{
  margin:224px
}

.m-60{
  margin:240px
}

.m-64{
  margin:256px
}

.m-72{
  margin:288px
}

.m-80{
  margin:320px
}

.m-96{
  margin:384px
}

.m-auto{
  margin:auto
}

.m-px{
  margin:1px
}

.m-0\.5{
  margin:2px
}

.m-1\.5{
  margin:6px
}

.m-2\.5{
  margin:10px
}

.m-3\.5{
  margin:14px
}

.m-4\.5{
  margin:18px
}

.m-7\.5{
  margin:30px
}

.-m-0{
  margin:0px
}

.-m-1{
  margin:-4px
}

.-m-2{
  margin:-8px
}

.-m-3{
  margin:-12px
}

.-m-4{
  margin:-16px
}

.-m-5{
  margin:-20px
}

.-m-6{
  margin:-24px
}

.-m-7{
  margin:-28px
}

.-m-8{
  margin:-32px
}

.-m-9{
  margin:-36px
}

.-m-10{
  margin:-40px
}

.-m-11{
  margin:-44px
}

.-m-12{
  margin:-48px
}

.-m-13{
  margin:-50px
}

.-m-14{
  margin:-56px
}

.-m-15{
  margin:-60px
}

.-m-16{
  margin:-64px
}

.-m-20{
  margin:-80px
}

.-m-24{
  margin:-96px
}

.-m-28{
  margin:-112px
}

.-m-32{
  margin:-128px
}

.-m-36{
  margin:-144px
}

.-m-40{
  margin:-160px
}

.-m-44{
  margin:-176px
}

.-m-48{
  margin:-192px
}

.-m-52{
  margin:-208px
}

.-m-56{
  margin:-224px
}

.-m-60{
  margin:-240px
}

.-m-64{
  margin:-256px
}

.-m-72{
  margin:-288px
}

.-m-80{
  margin:-320px
}

.-m-96{
  margin:-384px
}

.-m-px{
  margin:-1px
}

.-m-0\.5{
  margin:-2px
}

.-m-1\.5{
  margin:-6px
}

.-m-2\.5{
  margin:-10px
}

.-m-3\.5{
  margin:-14px
}

.-m-4\.5{
  margin:-18px
}

.-m-7\.5{
  margin:-30px
}

.mx-0{
  margin-left:0px;
  margin-right:0px
}

.mx-1{
  margin-left:4px;
  margin-right:4px
}

.mx-2{
  margin-left:8px;
  margin-right:8px
}

.mx-3{
  margin-left:12px;
  margin-right:12px
}

.mx-4{
  margin-left:16px;
  margin-right:16px
}

.mx-5{
  margin-left:20px;
  margin-right:20px
}

.mx-6{
  margin-left:24px;
  margin-right:24px
}

.mx-7{
  margin-left:28px;
  margin-right:28px
}

.mx-8{
  margin-left:32px;
  margin-right:32px
}

.mx-9{
  margin-left:36px;
  margin-right:36px
}

.mx-10{
  margin-left:40px;
  margin-right:40px
}

.mx-11{
  margin-left:44px;
  margin-right:44px
}

.mx-12{
  margin-left:48px;
  margin-right:48px
}

.mx-13{
  margin-left:50px;
  margin-right:50px
}

.mx-14{
  margin-left:56px;
  margin-right:56px
}

.mx-15{
  margin-left:60px;
  margin-right:60px
}

.mx-16{
  margin-left:64px;
  margin-right:64px
}

.mx-20{
  margin-left:80px;
  margin-right:80px
}

.mx-24{
  margin-left:96px;
  margin-right:96px
}

.mx-28{
  margin-left:112px;
  margin-right:112px
}

.mx-32{
  margin-left:128px;
  margin-right:128px
}

.mx-36{
  margin-left:144px;
  margin-right:144px
}

.mx-40{
  margin-left:160px;
  margin-right:160px
}

.mx-44{
  margin-left:176px;
  margin-right:176px
}

.mx-48{
  margin-left:192px;
  margin-right:192px
}

.mx-52{
  margin-left:208px;
  margin-right:208px
}

.mx-56{
  margin-left:224px;
  margin-right:224px
}

.mx-60{
  margin-left:240px;
  margin-right:240px
}

.mx-64{
  margin-left:256px;
  margin-right:256px
}

.mx-72{
  margin-left:288px;
  margin-right:288px
}

.mx-80{
  margin-left:320px;
  margin-right:320px
}

.mx-96{
  margin-left:384px;
  margin-right:384px
}

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

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

.mx-0\.5{
  margin-left:2px;
  margin-right:2px
}

.mx-1\.5{
  margin-left:6px;
  margin-right:6px
}

.mx-2\.5{
  margin-left:10px;
  margin-right:10px
}

.mx-3\.5{
  margin-left:14px;
  margin-right:14px
}

.mx-4\.5{
  margin-left:18px;
  margin-right:18px
}

.mx-7\.5{
  margin-left:30px;
  margin-right:30px
}

.-mx-0{
  margin-left:0px;
  margin-right:0px
}

.-mx-1{
  margin-left:-4px;
  margin-right:-4px
}

.-mx-2{
  margin-left:-8px;
  margin-right:-8px
}

.-mx-3{
  margin-left:-12px;
  margin-right:-12px
}

.-mx-4{
  margin-left:-16px;
  margin-right:-16px
}

.-mx-5{
  margin-left:-20px;
  margin-right:-20px
}

.-mx-6{
  margin-left:-24px;
  margin-right:-24px
}

.-mx-7{
  margin-left:-28px;
  margin-right:-28px
}

.-mx-8{
  margin-left:-32px;
  margin-right:-32px
}

.-mx-9{
  margin-left:-36px;
  margin-right:-36px
}

.-mx-10{
  margin-left:-40px;
  margin-right:-40px
}

.-mx-11{
  margin-left:-44px;
  margin-right:-44px
}

.-mx-12{
  margin-left:-48px;
  margin-right:-48px
}

.-mx-13{
  margin-left:-50px;
  margin-right:-50px
}

.-mx-14{
  margin-left:-56px;
  margin-right:-56px
}

.-mx-15{
  margin-left:-60px;
  margin-right:-60px
}

.-mx-16{
  margin-left:-64px;
  margin-right:-64px
}

.-mx-20{
  margin-left:-80px;
  margin-right:-80px
}

.-mx-24{
  margin-left:-96px;
  margin-right:-96px
}

.-mx-28{
  margin-left:-112px;
  margin-right:-112px
}

.-mx-32{
  margin-left:-128px;
  margin-right:-128px
}

.-mx-36{
  margin-left:-144px;
  margin-right:-144px
}

.-mx-40{
  margin-left:-160px;
  margin-right:-160px
}

.-mx-44{
  margin-left:-176px;
  margin-right:-176px
}

.-mx-48{
  margin-left:-192px;
  margin-right:-192px
}

.-mx-52{
  margin-left:-208px;
  margin-right:-208px
}

.-mx-56{
  margin-left:-224px;
  margin-right:-224px
}

.-mx-60{
  margin-left:-240px;
  margin-right:-240px
}

.-mx-64{
  margin-left:-256px;
  margin-right:-256px
}

.-mx-72{
  margin-left:-288px;
  margin-right:-288px
}

.-mx-80{
  margin-left:-320px;
  margin-right:-320px
}

.-mx-96{
  margin-left:-384px;
  margin-right:-384px
}

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

.-mx-0\.5{
  margin-left:-2px;
  margin-right:-2px
}

.-mx-1\.5{
  margin-left:-6px;
  margin-right:-6px
}

.-mx-2\.5{
  margin-left:-10px;
  margin-right:-10px
}

.-mx-3\.5{
  margin-left:-14px;
  margin-right:-14px
}

.-mx-4\.5{
  margin-left:-18px;
  margin-right:-18px
}

.-mx-7\.5{
  margin-left:-30px;
  margin-right:-30px
}

.my-0{
  margin-top:0px;
  margin-bottom:0px
}

.my-1{
  margin-top:4px;
  margin-bottom:4px
}

.my-2{
  margin-top:8px;
  margin-bottom:8px
}

.my-3{
  margin-top:12px;
  margin-bottom:12px
}

.my-4{
  margin-top:16px;
  margin-bottom:16px
}

.my-5{
  margin-top:20px;
  margin-bottom:20px
}

.my-6{
  margin-top:24px;
  margin-bottom:24px
}

.my-7{
  margin-top:28px;
  margin-bottom:28px
}

.my-8{
  margin-top:32px;
  margin-bottom:32px
}

.my-9{
  margin-top:36px;
  margin-bottom:36px
}

.my-10{
  margin-top:40px;
  margin-bottom:40px
}

.my-11{
  margin-top:44px;
  margin-bottom:44px
}

.my-12{
  margin-top:48px;
  margin-bottom:48px
}

.my-13{
  margin-top:50px;
  margin-bottom:50px
}

.my-14{
  margin-top:56px;
  margin-bottom:56px
}

.my-15{
  margin-top:60px;
  margin-bottom:60px
}

.my-16{
  margin-top:64px;
  margin-bottom:64px
}

.my-20{
  margin-top:80px;
  margin-bottom:80px
}

.my-24{
  margin-top:96px;
  margin-bottom:96px
}

.my-28{
  margin-top:112px;
  margin-bottom:112px
}

.my-32{
  margin-top:128px;
  margin-bottom:128px
}

.my-36{
  margin-top:144px;
  margin-bottom:144px
}

.my-40{
  margin-top:160px;
  margin-bottom:160px
}

.my-44{
  margin-top:176px;
  margin-bottom:176px
}

.my-48{
  margin-top:192px;
  margin-bottom:192px
}

.my-52{
  margin-top:208px;
  margin-bottom:208px
}

.my-56{
  margin-top:224px;
  margin-bottom:224px
}

.my-60{
  margin-top:240px;
  margin-bottom:240px
}

.my-64{
  margin-top:256px;
  margin-bottom:256px
}

.my-72{
  margin-top:288px;
  margin-bottom:288px
}

.my-80{
  margin-top:320px;
  margin-bottom:320px
}

.my-96{
  margin-top:384px;
  margin-bottom:384px
}

.my-auto{
  margin-top:auto;
  margin-bottom:auto
}

.my-px{
  margin-top:1px;
  margin-bottom:1px
}

.my-0\.5{
  margin-top:2px;
  margin-bottom:2px
}

.my-1\.5{
  margin-top:6px;
  margin-bottom:6px
}

.my-2\.5{
  margin-top:10px;
  margin-bottom:10px
}

.my-3\.5{
  margin-top:14px;
  margin-bottom:14px
}

.my-4\.5{
  margin-top:18px;
  margin-bottom:18px
}

.my-7\.5{
  margin-top:30px;
  margin-bottom:30px
}

.-my-0{
  margin-top:0px;
  margin-bottom:0px
}

.-my-1{
  margin-top:-4px;
  margin-bottom:-4px
}

.-my-2{
  margin-top:-8px;
  margin-bottom:-8px
}

.-my-3{
  margin-top:-12px;
  margin-bottom:-12px
}

.-my-4{
  margin-top:-16px;
  margin-bottom:-16px
}

.-my-5{
  margin-top:-20px;
  margin-bottom:-20px
}

.-my-6{
  margin-top:-24px;
  margin-bottom:-24px
}

.-my-7{
  margin-top:-28px;
  margin-bottom:-28px
}

.-my-8{
  margin-top:-32px;
  margin-bottom:-32px
}

.-my-9{
  margin-top:-36px;
  margin-bottom:-36px
}

.-my-10{
  margin-top:-40px;
  margin-bottom:-40px
}

.-my-11{
  margin-top:-44px;
  margin-bottom:-44px
}

.-my-12{
  margin-top:-48px;
  margin-bottom:-48px
}

.-my-13{
  margin-top:-50px;
  margin-bottom:-50px
}

.-my-14{
  margin-top:-56px;
  margin-bottom:-56px
}

.-my-15{
  margin-top:-60px;
  margin-bottom:-60px
}

.-my-16{
  margin-top:-64px;
  margin-bottom:-64px
}

.-my-20{
  margin-top:-80px;
  margin-bottom:-80px
}

.-my-24{
  margin-top:-96px;
  margin-bottom:-96px
}

.-my-28{
  margin-top:-112px;
  margin-bottom:-112px
}

.-my-32{
  margin-top:-128px;
  margin-bottom:-128px
}

.-my-36{
  margin-top:-144px;
  margin-bottom:-144px
}

.-my-40{
  margin-top:-160px;
  margin-bottom:-160px
}

.-my-44{
  margin-top:-176px;
  margin-bottom:-176px
}

.-my-48{
  margin-top:-192px;
  margin-bottom:-192px
}

.-my-52{
  margin-top:-208px;
  margin-bottom:-208px
}

.-my-56{
  margin-top:-224px;
  margin-bottom:-224px
}

.-my-60{
  margin-top:-240px;
  margin-bottom:-240px
}

.-my-64{
  margin-top:-256px;
  margin-bottom:-256px
}

.-my-72{
  margin-top:-288px;
  margin-bottom:-288px
}

.-my-80{
  margin-top:-320px;
  margin-bottom:-320px
}

.-my-96{
  margin-top:-384px;
  margin-bottom:-384px
}

.-my-px{
  margin-top:-1px;
  margin-bottom:-1px
}

.-my-0\.5{
  margin-top:-2px;
  margin-bottom:-2px
}

.-my-1\.5{
  margin-top:-6px;
  margin-bottom:-6px
}

.-my-2\.5{
  margin-top:-10px;
  margin-bottom:-10px
}

.-my-3\.5{
  margin-top:-14px;
  margin-bottom:-14px
}

.-my-4\.5{
  margin-top:-18px;
  margin-bottom:-18px
}

.-my-7\.5{
  margin-top:-30px;
  margin-bottom:-30px
}

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

.mt-1\/2{
  margin-top:2px
}

.mt-1{
  margin-top:4px
}

.mt-2{
  margin-top:8px
}

.mt-3{
  margin-top:12px
}

.mt-4{
  margin-top:16px
}

.mt-5{
  margin-top:20px
}

.mt-6{
  margin-top:24px
}

.mt-7{
  margin-top:28px
}

.mt-8{
  margin-top:32px
}

.mt-9{
  margin-top:36px
}

.mt-10{
  margin-top:40px
}

.mt-11{
  margin-top:44px
}

.mt-12{
  margin-top:48px
}

.mt-13{
  margin-top:50px
}

.mt-14{
  margin-top:56px
}

.mt-15{
  margin-top:60px
}

.mt-16{
  margin-top:64px
}

.mt-20{
  margin-top:80px
}

.mt-24{
  margin-top:96px
}

.mt-28{
  margin-top:112px
}

.mt-32{
  margin-top:128px
}

.mt-36{
  margin-top:144px
}

.mt-40{
  margin-top:160px
}

.mt-44{
  margin-top:176px
}

.mt-48{
  margin-top:192px
}

.mt-52{
  margin-top:208px
}

.mt-56{
  margin-top:224px
}

.mt-60{
  margin-top:240px
}

.mt-64{
  margin-top:256px
}

.mt-72{
  margin-top:288px
}

.mt-80{
  margin-top:320px
}

.mt-96{
  margin-top:384px
}

.mt-auto{
  margin-top:auto
}

.mt-px{
  margin-top:1px
}

.mt-0\.5{
  margin-top:2px
}

.mt-1\.5{
  margin-top:6px
}

.mt-2\.5{
  margin-top:10px
}

.mt-3\.5{
  margin-top:14px
}

.mt-4\.5{
  margin-top:18px
}

.mt-7\.5{
  margin-top:30px
}

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

.-mt-1{
  margin-top:-4px
}

.-mt-2{
  margin-top:-8px
}

.-mt-3{
  margin-top:-12px
}

.-mt-4{
  margin-top:-16px
}

.-mt-5{
  margin-top:-20px
}

.-mt-6{
  margin-top:-24px
}

.-mt-7{
  margin-top:-28px
}

.-mt-8{
  margin-top:-32px
}

.-mt-9{
  margin-top:-36px
}

.-mt-10{
  margin-top:-40px
}

.-mt-11{
  margin-top:-44px
}

.-mt-12{
  margin-top:-48px
}

.-mt-13{
  margin-top:-50px
}

.-mt-14{
  margin-top:-56px
}

.-mt-15{
  margin-top:-60px
}

.-mt-16{
  margin-top:-64px
}

.-mt-20{
  margin-top:-80px
}

.-mt-24{
  margin-top:-96px
}

.-mt-28{
  margin-top:-112px
}

.-mt-32{
  margin-top:-128px
}

.-mt-36{
  margin-top:-144px
}

.-mt-40{
  margin-top:-160px
}

.-mt-44{
  margin-top:-176px
}

.-mt-48{
  margin-top:-192px
}

.-mt-52{
  margin-top:-208px
}

.-mt-56{
  margin-top:-224px
}

.-mt-60{
  margin-top:-240px
}

.-mt-64{
  margin-top:-256px
}

.-mt-72{
  margin-top:-288px
}

.-mt-80{
  margin-top:-320px
}

.-mt-96{
  margin-top:-384px
}

.-mt-px{
  margin-top:-1px
}

.-mt-0\.5{
  margin-top:-2px
}

.-mt-1\.5{
  margin-top:-6px
}

.-mt-2\.5{
  margin-top:-10px
}

.-mt-3\.5{
  margin-top:-14px
}

.-mt-4\.5{
  margin-top:-18px
}

.-mt-7\.5{
  margin-top:-30px
}

.mr-0{
  margin-right:0px
}

.mr-1{
  margin-right:4px
}

.mr-2{
  margin-right:8px
}

.mr-3{
  margin-right:12px
}

.mr-4{
  margin-right:16px
}

.mr-5{
  margin-right:20px
}

.mr-6{
  margin-right:24px
}

.mr-7{
  margin-right:28px
}

.mr-8{
  margin-right:32px
}

.mr-9{
  margin-right:36px
}

.mr-10{
  margin-right:40px
}

.mr-11{
  margin-right:44px
}

.mr-12{
  margin-right:48px
}

.mr-13{
  margin-right:50px
}

.mr-14{
  margin-right:56px
}

.mr-15{
  margin-right:60px
}

.mr-16{
  margin-right:64px
}

.mr-20{
  margin-right:80px
}

.mr-24{
  margin-right:96px
}

.mr-28{
  margin-right:112px
}

.mr-32{
  margin-right:128px
}

.mr-36{
  margin-right:144px
}

.mr-40{
  margin-right:160px
}

.mr-44{
  margin-right:176px
}

.mr-48{
  margin-right:192px
}

.mr-52{
  margin-right:208px
}

.mr-56{
  margin-right:224px
}

.mr-60{
  margin-right:240px
}

.mr-64{
  margin-right:256px
}

.mr-72{
  margin-right:288px
}

.mr-80{
  margin-right:320px
}

.mr-96{
  margin-right:384px
}

.mr-auto{
  margin-right:auto
}

.mr-px{
  margin-right:1px
}

.mr-0\.5{
  margin-right:2px
}

.mr-1\.5{
  margin-right:6px
}

.mr-2\.5{
  margin-right:10px
}

.mr-3\.5{
  margin-right:14px
}

.mr-4\.5{
  margin-right:18px
}

.mr-7\.5{
  margin-right:30px
}

.-mr-0{
  margin-right:0px
}

.-mr-1{
  margin-right:-4px
}

.-mr-2{
  margin-right:-8px
}

.-mr-3{
  margin-right:-12px
}

.-mr-4{
  margin-right:-16px
}

.-mr-5{
  margin-right:-20px
}

.-mr-6{
  margin-right:-24px
}

.-mr-7{
  margin-right:-28px
}

.-mr-8{
  margin-right:-32px
}

.-mr-9{
  margin-right:-36px
}

.-mr-10{
  margin-right:-40px
}

.-mr-11{
  margin-right:-44px
}

.-mr-12{
  margin-right:-48px
}

.-mr-13{
  margin-right:-50px
}

.-mr-14{
  margin-right:-56px
}

.-mr-15{
  margin-right:-60px
}

.-mr-16{
  margin-right:-64px
}

.-mr-20{
  margin-right:-80px
}

.-mr-24{
  margin-right:-96px
}

.-mr-28{
  margin-right:-112px
}

.-mr-32{
  margin-right:-128px
}

.-mr-36{
  margin-right:-144px
}

.-mr-40{
  margin-right:-160px
}

.-mr-44{
  margin-right:-176px
}

.-mr-48{
  margin-right:-192px
}

.-mr-52{
  margin-right:-208px
}

.-mr-56{
  margin-right:-224px
}

.-mr-60{
  margin-right:-240px
}

.-mr-64{
  margin-right:-256px
}

.-mr-72{
  margin-right:-288px
}

.-mr-80{
  margin-right:-320px
}

.-mr-96{
  margin-right:-384px
}

.-mr-px{
  margin-right:-1px
}

.-mr-0\.5{
  margin-right:-2px
}

.-mr-1\.5{
  margin-right:-6px
}

.-mr-2\.5{
  margin-right:-10px
}

.-mr-3\.5{
  margin-right:-14px
}

.-mr-4\.5{
  margin-right:-18px
}

.-mr-7\.5{
  margin-right:-30px
}

.mb-0{
  margin-bottom:0px
}

.mb-1{
  margin-bottom:4px
}

.mb-2{
  margin-bottom:8px
}

.mb-3{
  margin-bottom:12px
}

.mb-4{
  margin-bottom:16px
}

.mb-5{
  margin-bottom:20px
}

.mb-6{
  margin-bottom:24px
}

.mb-7{
  margin-bottom:28px
}

.mb-8{
  margin-bottom:32px
}

.mb-9{
  margin-bottom:36px
}

.mb-10{
  margin-bottom:40px
}

.mb-11{
  margin-bottom:44px
}

.mb-12{
  margin-bottom:48px
}

.mb-13{
  margin-bottom:50px
}

.mb-14{
  margin-bottom:56px
}

.mb-15{
  margin-bottom:60px
}

.mb-16{
  margin-bottom:64px
}

.mb-20{
  margin-bottom:80px
}

.mb-24{
  margin-bottom:96px
}

.mb-28{
  margin-bottom:112px
}

.mb-32{
  margin-bottom:128px
}

.mb-36{
  margin-bottom:144px
}

.mb-40{
  margin-bottom:160px
}

.mb-44{
  margin-bottom:176px
}

.mb-48{
  margin-bottom:192px
}

.mb-52{
  margin-bottom:208px
}

.mb-56{
  margin-bottom:224px
}

.mb-60{
  margin-bottom:240px
}

.mb-64{
  margin-bottom:256px
}

.mb-72{
  margin-bottom:288px
}

.mb-80{
  margin-bottom:320px
}

.mb-96{
  margin-bottom:384px
}

.mb-auto{
  margin-bottom:auto
}

.mb-px{
  margin-bottom:1px
}

.mb-0\.5{
  margin-bottom:2px
}

.mb-1\.5{
  margin-bottom:6px
}

.mb-2\.5{
  margin-bottom:10px
}

.mb-3\.5{
  margin-bottom:14px
}

.mb-4\.5{
  margin-bottom:18px
}

.mb-7\.5{
  margin-bottom:30px
}

.-mb-0{
  margin-bottom:0px
}

.-mb-1{
  margin-bottom:-4px
}

.-mb-2{
  margin-bottom:-8px
}

.-mb-3{
  margin-bottom:-12px
}

.-mb-4{
  margin-bottom:-16px
}

.-mb-5{
  margin-bottom:-20px
}

.-mb-6{
  margin-bottom:-24px
}

.-mb-7{
  margin-bottom:-28px
}

.-mb-8{
  margin-bottom:-32px
}

.-mb-9{
  margin-bottom:-36px
}

.-mb-10{
  margin-bottom:-40px
}

.-mb-11{
  margin-bottom:-44px
}

.-mb-12{
  margin-bottom:-48px
}

.-mb-13{
  margin-bottom:-50px
}

.-mb-14{
  margin-bottom:-56px
}

.-mb-15{
  margin-bottom:-60px
}

.-mb-16{
  margin-bottom:-64px
}

.-mb-20{
  margin-bottom:-80px
}

.-mb-24{
  margin-bottom:-96px
}

.-mb-28{
  margin-bottom:-112px
}

.-mb-32{
  margin-bottom:-128px
}

.-mb-36{
  margin-bottom:-144px
}

.-mb-40{
  margin-bottom:-160px
}

.-mb-44{
  margin-bottom:-176px
}

.-mb-48{
  margin-bottom:-192px
}

.-mb-52{
  margin-bottom:-208px
}

.-mb-56{
  margin-bottom:-224px
}

.-mb-60{
  margin-bottom:-240px
}

.-mb-64{
  margin-bottom:-256px
}

.-mb-72{
  margin-bottom:-288px
}

.-mb-80{
  margin-bottom:-320px
}

.-mb-96{
  margin-bottom:-384px
}

.-mb-px{
  margin-bottom:-1px
}

.-mb-0\.5{
  margin-bottom:-2px
}

.-mb-1\.5{
  margin-bottom:-6px
}

.-mb-2\.5{
  margin-bottom:-10px
}

.-mb-3\.5{
  margin-bottom:-14px
}

.-mb-4\.5{
  margin-bottom:-18px
}

.-mb-7\.5{
  margin-bottom:-30px
}

.ml-0{
  margin-left:0px
}

.ml-1{
  margin-left:4px
}

.ml-2{
  margin-left:8px
}

.ml-3{
  margin-left:12px
}

.ml-4{
  margin-left:16px
}

.ml-5{
  margin-left:20px
}

.ml-6{
  margin-left:24px
}

.ml-7{
  margin-left:28px
}

.ml-8{
  margin-left:32px
}

.ml-9{
  margin-left:36px
}

.ml-10{
  margin-left:40px
}

.ml-11{
  margin-left:44px
}

.ml-12{
  margin-left:48px
}

.ml-13{
  margin-left:50px
}

.ml-14{
  margin-left:56px
}

.ml-15{
  margin-left:60px
}

.ml-16{
  margin-left:64px
}

.ml-20{
  margin-left:80px
}

.ml-24{
  margin-left:96px
}

.ml-28{
  margin-left:112px
}

.ml-32{
  margin-left:128px
}

.ml-36{
  margin-left:144px
}

.ml-40{
  margin-left:160px
}

.ml-44{
  margin-left:176px
}

.ml-48{
  margin-left:192px
}

.ml-52{
  margin-left:208px
}

.ml-56{
  margin-left:224px
}

.ml-60{
  margin-left:240px
}

.ml-64{
  margin-left:256px
}

.ml-72{
  margin-left:288px
}

.ml-80{
  margin-left:320px
}

.ml-96{
  margin-left:384px
}

.ml-auto{
  margin-left:auto
}

.ml-px{
  margin-left:1px
}

.ml-0\.5{
  margin-left:2px
}

.ml-1\.5{
  margin-left:6px
}

.ml-2\.5{
  margin-left:10px
}

.ml-3\.5{
  margin-left:14px
}

.ml-4\.5{
  margin-left:18px
}

.ml-7\.5{
  margin-left:30px
}

.-ml-0{
  margin-left:0px
}

.-ml-1{
  margin-left:-4px
}

.-ml-2{
  margin-left:-8px
}

.-ml-3{
  margin-left:-12px
}

.-ml-4{
  margin-left:-16px
}

.-ml-5{
  margin-left:-20px
}

.-ml-6{
  margin-left:-24px
}

.-ml-7{
  margin-left:-28px
}

.-ml-8{
  margin-left:-32px
}

.-ml-9{
  margin-left:-36px
}

.-ml-10{
  margin-left:-40px
}

.-ml-11{
  margin-left:-44px
}

.-ml-12{
  margin-left:-48px
}

.-ml-13{
  margin-left:-50px
}

.-ml-14{
  margin-left:-56px
}

.-ml-15{
  margin-left:-60px
}

.-ml-16{
  margin-left:-64px
}

.-ml-20{
  margin-left:-80px
}

.-ml-24{
  margin-left:-96px
}

.-ml-28{
  margin-left:-112px
}

.-ml-32{
  margin-left:-128px
}

.-ml-36{
  margin-left:-144px
}

.-ml-40{
  margin-left:-160px
}

.-ml-44{
  margin-left:-176px
}

.-ml-48{
  margin-left:-192px
}

.-ml-52{
  margin-left:-208px
}

.-ml-56{
  margin-left:-224px
}

.-ml-60{
  margin-left:-240px
}

.-ml-64{
  margin-left:-256px
}

.-ml-72{
  margin-left:-288px
}

.-ml-80{
  margin-left:-320px
}

.-ml-96{
  margin-left:-384px
}

.-ml-px{
  margin-left:-1px
}

.-ml-0\.5{
  margin-left:-2px
}

.-ml-1\.5{
  margin-left:-6px
}

.-ml-2\.5{
  margin-left:-10px
}

.-ml-3\.5{
  margin-left:-14px
}

.-ml-4\.5{
  margin-left:-18px
}

.-ml-7\.5{
  margin-left:-30px
}

.box-border{
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

.box-content{
  -webkit-box-sizing:content-box;
          box-sizing:content-box
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}

.inline-flex{
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex
}

.table{
  display:table
}

.inline-table{
  display:inline-table
}

.table-caption{
  display:table-caption
}

.table-cell{
  display:table-cell
}

.table-column{
  display:table-column
}

.table-column-group{
  display:table-column-group
}

.table-footer-group{
  display:table-footer-group
}

.table-header-group{
  display:table-header-group
}

.table-row-group{
  display:table-row-group
}

.table-row{
  display:table-row
}

.flow-root{
  display:flow-root
}

.grid{
  display:grid
}

.inline-grid{
  display:inline-grid
}

.contents{
  display:contents
}

.list-item{
  display:list-item
}

.hidden{
  display:none
}

.h-0{
  height:0px
}

.h-1{
  height:4px
}

.h-2{
  height:8px
}

.h-3{
  height:12px
}

.h-4{
  height:16px
}

.h-5{
  height:20px
}

.h-6{
  height:24px
}

.h-7{
  height:28px
}

.h-8{
  height:32px
}

.h-9{
  height:36px
}

.h-10{
  height:40px
}

.h-11{
  height:44px
}

.h-12{
  height:48px
}

.h-13{
  height:50px
}

.h-14{
  height:56px
}

.h-15{
  height:60px
}

.h-16{
  height:64px
}

.h-20{
  height:80px
}

.h-24{
  height:96px
}

.h-28{
  height:112px
}

.h-32{
  height:128px
}

.h-36{
  height:144px
}

.h-40{
  height:160px
}

.h-44{
  height:176px
}

.h-48{
  height:192px
}

.h-52{
  height:208px
}

.h-56{
  height:224px
}

.h-60{
  height:240px
}

.h-64{
  height:256px
}

.h-72{
  height:288px
}

.h-80{
  height:320px
}

.h-96{
  height:384px
}

.h-auto{
  height:auto
}

.h-px{
  height:1px
}

.h-0\.5{
  height:2px
}

.h-1\.5{
  height:6px
}

.h-2\.5{
  height:10px
}

.h-3\.5{
  height:14px
}

.h-4\.5{
  height:18px
}

.h-7\.5{
  height:30px
}

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

.h-1\/3{
  height:33.333333%
}

.h-2\/3{
  height:66.666667%
}

.h-1\/4{
  height:25%
}

.h-2\/4{
  height:50%
}

.h-3\/4{
  height:75%
}

.h-1\/5{
  height:20%
}

.h-2\/5{
  height:40%
}

.h-3\/5{
  height:60%
}

.h-4\/5{
  height:80%
}

.h-1\/6{
  height:16.666667%
}

.h-2\/6{
  height:33.333333%
}

.h-3\/6{
  height:50%
}

.h-4\/6{
  height:66.666667%
}

.h-5\/6{
  height:83.333333%
}

.h-full{
  height:100%
}

.h-screen{
  height:100vh
}

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

.max-h-1{
  max-height:4px
}

.max-h-2{
  max-height:8px
}

.max-h-3{
  max-height:12px
}

.max-h-4{
  max-height:16px
}

.max-h-5{
  max-height:20px
}

.max-h-6{
  max-height:24px
}

.max-h-7{
  max-height:28px
}

.max-h-8{
  max-height:32px
}

.max-h-9{
  max-height:36px
}

.max-h-10{
  max-height:40px
}

.max-h-11{
  max-height:44px
}

.max-h-12{
  max-height:48px
}

.max-h-13{
  max-height:50px
}

.max-h-14{
  max-height:56px
}

.max-h-15{
  max-height:60px
}

.max-h-16{
  max-height:64px
}

.max-h-20{
  max-height:80px
}

.max-h-24{
  max-height:96px
}

.max-h-28{
  max-height:112px
}

.max-h-32{
  max-height:128px
}

.max-h-36{
  max-height:144px
}

.max-h-40{
  max-height:160px
}

.max-h-44{
  max-height:176px
}

.max-h-48{
  max-height:192px
}

.max-h-52{
  max-height:208px
}

.max-h-56{
  max-height:224px
}

.max-h-60{
  max-height:240px
}

.max-h-64{
  max-height:256px
}

.max-h-72{
  max-height:288px
}

.max-h-80{
  max-height:320px
}

.max-h-96{
  max-height:384px
}

.max-h-px{
  max-height:1px
}

.max-h-0\.5{
  max-height:2px
}

.max-h-1\.5{
  max-height:6px
}

.max-h-2\.5{
  max-height:10px
}

.max-h-3\.5{
  max-height:14px
}

.max-h-4\.5{
  max-height:18px
}

.max-h-7\.5{
  max-height:30px
}

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

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

.max-h-none{
  max-height:none
}

.min-h-0{
  min-height:0px
}

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

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

.w-0{
  width:0px
}

.w-1{
  width:4px
}

.w-2{
  width:8px
}

.w-3{
  width:12px
}

.w-4{
  width:16px
}

.w-5{
  width:20px
}

.w-6{
  width:24px
}

.w-7{
  width:28px
}

.w-8{
  width:32px
}

.w-9{
  width:36px
}

.w-10{
  width:40px
}

.w-11{
  width:44px
}

.w-12{
  width:48px
}

.w-13{
  width:50px
}

.w-14{
  width:56px
}

.w-15{
  width:60px
}

.w-16{
  width:64px
}

.w-20{
  width:80px
}

.w-24{
  width:96px
}

.w-28{
  width:112px
}

.w-32{
  width:128px
}

.w-36{
  width:144px
}

.w-40{
  width:160px
}

.w-44{
  width:176px
}

.w-48{
  width:192px
}

.w-52{
  width:208px
}

.w-56{
  width:224px
}

.w-60{
  width:240px
}

.w-64{
  width:256px
}

.w-72{
  width:288px
}

.w-80{
  width:320px
}

.w-96{
  width:384px
}

.w-140{
  width:140px
}

.w-auto{
  width:auto
}

.w-px{
  width:1px
}

.w-0\.5{
  width:2px
}

.w-1\.5{
  width:6px
}

.w-2\.5{
  width:10px
}

.w-3\.5{
  width:14px
}

.w-4\.5{
  width:18px
}

.w-7\.5{
  width:30px
}

.w-1\/2{
  width:50%
}

.w-1\/3{
  width:33.333333%
}

.w-2\/3{
  width:66.666667%
}

.w-1\/4{
  width:25%
}

.w-2\/4{
  width:50%
}

.w-3\/4{
  width:75%
}

.w-1\/5{
  width:20%
}

.w-2\/5{
  width:40%
}

.w-3\/5{
  width:60%
}

.w-4\/5{
  width:80%
}

.w-1\/6{
  width:16.666667%
}

.w-2\/6{
  width:33.333333%
}

.w-3\/6{
  width:50%
}

.w-4\/6{
  width:66.666667%
}

.w-5\/6{
  width:83.333333%
}

.w-1\/12{
  width:8.333333%
}

.w-2\/12{
  width:16.666667%
}

.w-3\/12{
  width:25%
}

.w-4\/12{
  width:33.333333%
}

.w-5\/12{
  width:41.666667%
}

.w-6\/12{
  width:50%
}

.w-7\/12{
  width:58.333333%
}

.w-8\/12{
  width:66.666667%
}

.w-9\/12{
  width:75%
}

.w-10\/12{
  width:83.333333%
}

.w-11\/12{
  width:91.666667%
}

.w-1\/24{
  width:4.166666%
}

.w-full{
  width:100%
}

.w-screen{
  width:100vw
}

.w-min{
  width:-webkit-min-content;
  width:-moz-min-content;
  width:min-content
}

.w-max{
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content
}

.min-w-0{
  min-width:0px
}

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

.min-w-min{
  min-width:-webkit-min-content;
  min-width:-moz-min-content;
  min-width:min-content
}

.min-w-max{
  min-width:-webkit-max-content;
  min-width:-moz-max-content;
  min-width:max-content
}

.max-w-0{
  max-width:0rem
}

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

.max-w-xs{
  max-width:20rem
}

.max-w-sm{
  max-width:24rem
}

.max-w-md{
  max-width:28rem
}

.max-w-lg{
  max-width:32rem
}

.max-w-xl{
  max-width:36rem
}

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-4xl{
  max-width:56rem
}

.max-w-5xl{
  max-width:64rem
}

.max-w-6xl{
  max-width:72rem
}

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

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

.max-w-min{
  max-width:-webkit-min-content;
  max-width:-moz-min-content;
  max-width:min-content
}

.max-w-max{
  max-width:-webkit-max-content;
  max-width:-moz-max-content;
  max-width:max-content
}

.max-w-prose{
  max-width:65ch
}

.max-w-screen-sm{
  max-width:640px
}

.max-w-screen-tab{
  max-width:768px
}

.max-w-screen-pc{
  max-width:1025px
}

.max-w-tab{
  max-width:834px
}

.flex-1{
  -webkit-box-flex:1;
  -webkit-flex:1 1 0%;
      -ms-flex:1 1 0%;
          flex:1 1 0%
}

.flex-auto{
  -webkit-box-flex:1;
  -webkit-flex:1 1 auto;
      -ms-flex:1 1 auto;
          flex:1 1 auto
}

.flex-initial{
  -webkit-box-flex:0;
  -webkit-flex:0 1 auto;
      -ms-flex:0 1 auto;
          flex:0 1 auto
}

.flex-none{
  -webkit-box-flex:0;
  -webkit-flex:none;
      -ms-flex:none;
          flex:none
}

.flex-shrink-0{
  -webkit-flex-shrink:0;
      -ms-flex-negative:0;
          flex-shrink:0
}

.flex-shrink{
  -webkit-flex-shrink:1;
      -ms-flex-negative:1;
          flex-shrink:1
}

.flex-grow-0{
  -webkit-box-flex:0;
  -webkit-flex-grow:0;
      -ms-flex-positive:0;
          flex-grow:0
}

.flex-grow{
  -webkit-box-flex:1;
  -webkit-flex-grow:1;
      -ms-flex-positive:1;
          flex-grow:1
}

.table-auto{
  table-layout:auto
}

.table-fixed{
  table-layout:fixed
}

.border-collapse{
  border-collapse:collapse
}

.border-separate{
  border-collapse:separate
}

.origin-center{
  -webkit-transform-origin:center;
      -ms-transform-origin:center;
          transform-origin:center
}

.origin-top{
  -webkit-transform-origin:top;
      -ms-transform-origin:top;
          transform-origin:top
}

.origin-top-right{
  -webkit-transform-origin:top right;
      -ms-transform-origin:top right;
          transform-origin:top right
}

.origin-right{
  -webkit-transform-origin:right;
      -ms-transform-origin:right;
          transform-origin:right
}

.origin-bottom-right{
  -webkit-transform-origin:bottom right;
      -ms-transform-origin:bottom right;
          transform-origin:bottom right
}

.origin-bottom{
  -webkit-transform-origin:bottom;
      -ms-transform-origin:bottom;
          transform-origin:bottom
}

.origin-bottom-left{
  -webkit-transform-origin:bottom left;
      -ms-transform-origin:bottom left;
          transform-origin:bottom left
}

.origin-left{
  -webkit-transform-origin:left;
      -ms-transform-origin:left;
          transform-origin:left
}

.origin-top-left{
  -webkit-transform-origin:top left;
      -ms-transform-origin:top left;
          transform-origin:top left
}

.transform{
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu{
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-none{
  -webkit-transform:none;
      -ms-transform:none;
          transform:none
}

.translate-x-0{
  --tw-translate-x:0px
}

.translate-x-1{
  --tw-translate-x:4px
}

.translate-x-2{
  --tw-translate-x:8px
}

.translate-x-3{
  --tw-translate-x:12px
}

.translate-x-4{
  --tw-translate-x:16px
}

.translate-x-5{
  --tw-translate-x:20px
}

.translate-x-6{
  --tw-translate-x:24px
}

.translate-x-7{
  --tw-translate-x:28px
}

.translate-x-8{
  --tw-translate-x:32px
}

.translate-x-9{
  --tw-translate-x:36px
}

.translate-x-10{
  --tw-translate-x:40px
}

.translate-x-11{
  --tw-translate-x:44px
}

.translate-x-12{
  --tw-translate-x:48px
}

.translate-x-13{
  --tw-translate-x:50px
}

.translate-x-14{
  --tw-translate-x:56px
}

.translate-x-15{
  --tw-translate-x:60px
}

.translate-x-16{
  --tw-translate-x:64px
}

.translate-x-20{
  --tw-translate-x:80px
}

.translate-x-24{
  --tw-translate-x:96px
}

.translate-x-28{
  --tw-translate-x:112px
}

.translate-x-32{
  --tw-translate-x:128px
}

.translate-x-36{
  --tw-translate-x:144px
}

.translate-x-40{
  --tw-translate-x:160px
}

.translate-x-44{
  --tw-translate-x:176px
}

.translate-x-48{
  --tw-translate-x:192px
}

.translate-x-52{
  --tw-translate-x:208px
}

.translate-x-56{
  --tw-translate-x:224px
}

.translate-x-60{
  --tw-translate-x:240px
}

.translate-x-64{
  --tw-translate-x:256px
}

.translate-x-72{
  --tw-translate-x:288px
}

.translate-x-80{
  --tw-translate-x:320px
}

.translate-x-96{
  --tw-translate-x:384px
}

.translate-x-px{
  --tw-translate-x:1px
}

.translate-x-0\.5{
  --tw-translate-x:2px
}

.translate-x-1\.5{
  --tw-translate-x:6px
}

.translate-x-2\.5{
  --tw-translate-x:10px
}

.translate-x-3\.5{
  --tw-translate-x:14px
}

.translate-x-4\.5{
  --tw-translate-x:18px
}

.translate-x-7\.5{
  --tw-translate-x:30px
}

.-translate-x-0{
  --tw-translate-x:0px
}

.-translate-x-1{
  --tw-translate-x:-4px
}

.-translate-x-2{
  --tw-translate-x:-8px
}

.-translate-x-3{
  --tw-translate-x:-12px
}

.-translate-x-4{
  --tw-translate-x:-16px
}

.-translate-x-5{
  --tw-translate-x:-20px
}

.-translate-x-6{
  --tw-translate-x:-24px
}

.-translate-x-7{
  --tw-translate-x:-28px
}

.-translate-x-8{
  --tw-translate-x:-32px
}

.-translate-x-9{
  --tw-translate-x:-36px
}

.-translate-x-10{
  --tw-translate-x:-40px
}

.-translate-x-11{
  --tw-translate-x:-44px
}

.-translate-x-12{
  --tw-translate-x:-48px
}

.-translate-x-13{
  --tw-translate-x:-50px
}

.-translate-x-14{
  --tw-translate-x:-56px
}

.-translate-x-15{
  --tw-translate-x:-60px
}

.-translate-x-16{
  --tw-translate-x:-64px
}

.-translate-x-20{
  --tw-translate-x:-80px
}

.-translate-x-24{
  --tw-translate-x:-96px
}

.-translate-x-28{
  --tw-translate-x:-112px
}

.-translate-x-32{
  --tw-translate-x:-128px
}

.-translate-x-36{
  --tw-translate-x:-144px
}

.-translate-x-40{
  --tw-translate-x:-160px
}

.-translate-x-44{
  --tw-translate-x:-176px
}

.-translate-x-48{
  --tw-translate-x:-192px
}

.-translate-x-52{
  --tw-translate-x:-208px
}

.-translate-x-56{
  --tw-translate-x:-224px
}

.-translate-x-60{
  --tw-translate-x:-240px
}

.-translate-x-64{
  --tw-translate-x:-256px
}

.-translate-x-72{
  --tw-translate-x:-288px
}

.-translate-x-80{
  --tw-translate-x:-320px
}

.-translate-x-96{
  --tw-translate-x:-384px
}

.-translate-x-px{
  --tw-translate-x:-1px
}

.-translate-x-0\.5{
  --tw-translate-x:-2px
}

.-translate-x-1\.5{
  --tw-translate-x:-6px
}

.-translate-x-2\.5{
  --tw-translate-x:-10px
}

.-translate-x-3\.5{
  --tw-translate-x:-14px
}

.-translate-x-4\.5{
  --tw-translate-x:-18px
}

.-translate-x-7\.5{
  --tw-translate-x:-30px
}

.translate-x-1\/2{
  --tw-translate-x:50%
}

.translate-x-1\/3{
  --tw-translate-x:33.333333%
}

.translate-x-2\/3{
  --tw-translate-x:66.666667%
}

.translate-x-1\/4{
  --tw-translate-x:25%
}

.translate-x-2\/4{
  --tw-translate-x:50%
}

.translate-x-3\/4{
  --tw-translate-x:75%
}

.translate-x-full{
  --tw-translate-x:100%
}

.-translate-x-1\/2{
  --tw-translate-x:-50%
}

.-translate-x-1\/3{
  --tw-translate-x:-33.333333%
}

.-translate-x-2\/3{
  --tw-translate-x:-66.666667%
}

.-translate-x-1\/4{
  --tw-translate-x:-25%
}

.-translate-x-2\/4{
  --tw-translate-x:-50%
}

.-translate-x-3\/4{
  --tw-translate-x:-75%
}

.-translate-x-full{
  --tw-translate-x:-100%
}

.translate-y-0{
  --tw-translate-y:0px
}

.translate-y-1{
  --tw-translate-y:4px
}

.translate-y-2{
  --tw-translate-y:8px
}

.translate-y-3{
  --tw-translate-y:12px
}

.translate-y-4{
  --tw-translate-y:16px
}

.translate-y-5{
  --tw-translate-y:20px
}

.translate-y-6{
  --tw-translate-y:24px
}

.translate-y-7{
  --tw-translate-y:28px
}

.translate-y-8{
  --tw-translate-y:32px
}

.translate-y-9{
  --tw-translate-y:36px
}

.translate-y-10{
  --tw-translate-y:40px
}

.translate-y-11{
  --tw-translate-y:44px
}

.translate-y-12{
  --tw-translate-y:48px
}

.translate-y-13{
  --tw-translate-y:50px
}

.translate-y-14{
  --tw-translate-y:56px
}

.translate-y-15{
  --tw-translate-y:60px
}

.translate-y-16{
  --tw-translate-y:64px
}

.translate-y-20{
  --tw-translate-y:80px
}

.translate-y-24{
  --tw-translate-y:96px
}

.translate-y-28{
  --tw-translate-y:112px
}

.translate-y-32{
  --tw-translate-y:128px
}

.translate-y-36{
  --tw-translate-y:144px
}

.translate-y-40{
  --tw-translate-y:160px
}

.translate-y-44{
  --tw-translate-y:176px
}

.translate-y-48{
  --tw-translate-y:192px
}

.translate-y-52{
  --tw-translate-y:208px
}

.translate-y-56{
  --tw-translate-y:224px
}

.translate-y-60{
  --tw-translate-y:240px
}

.translate-y-64{
  --tw-translate-y:256px
}

.translate-y-72{
  --tw-translate-y:288px
}

.translate-y-80{
  --tw-translate-y:320px
}

.translate-y-96{
  --tw-translate-y:384px
}

.translate-y-px{
  --tw-translate-y:1px
}

.translate-y-0\.5{
  --tw-translate-y:2px
}

.translate-y-1\.5{
  --tw-translate-y:6px
}

.translate-y-2\.5{
  --tw-translate-y:10px
}

.translate-y-3\.5{
  --tw-translate-y:14px
}

.translate-y-4\.5{
  --tw-translate-y:18px
}

.translate-y-7\.5{
  --tw-translate-y:30px
}

.-translate-y-0{
  --tw-translate-y:0px
}

.-translate-y-1{
  --tw-translate-y:-4px
}

.-translate-y-2{
  --tw-translate-y:-8px
}

.-translate-y-3{
  --tw-translate-y:-12px
}

.-translate-y-4{
  --tw-translate-y:-16px
}

.-translate-y-5{
  --tw-translate-y:-20px
}

.-translate-y-6{
  --tw-translate-y:-24px
}

.-translate-y-7{
  --tw-translate-y:-28px
}

.-translate-y-8{
  --tw-translate-y:-32px
}

.-translate-y-9{
  --tw-translate-y:-36px
}

.-translate-y-10{
  --tw-translate-y:-40px
}

.-translate-y-11{
  --tw-translate-y:-44px
}

.-translate-y-12{
  --tw-translate-y:-48px
}

.-translate-y-13{
  --tw-translate-y:-50px
}

.-translate-y-14{
  --tw-translate-y:-56px
}

.-translate-y-15{
  --tw-translate-y:-60px
}

.-translate-y-16{
  --tw-translate-y:-64px
}

.-translate-y-20{
  --tw-translate-y:-80px
}

.-translate-y-24{
  --tw-translate-y:-96px
}

.-translate-y-28{
  --tw-translate-y:-112px
}

.-translate-y-32{
  --tw-translate-y:-128px
}

.-translate-y-36{
  --tw-translate-y:-144px
}

.-translate-y-40{
  --tw-translate-y:-160px
}

.-translate-y-44{
  --tw-translate-y:-176px
}

.-translate-y-48{
  --tw-translate-y:-192px
}

.-translate-y-52{
  --tw-translate-y:-208px
}

.-translate-y-56{
  --tw-translate-y:-224px
}

.-translate-y-60{
  --tw-translate-y:-240px
}

.-translate-y-64{
  --tw-translate-y:-256px
}

.-translate-y-72{
  --tw-translate-y:-288px
}

.-translate-y-80{
  --tw-translate-y:-320px
}

.-translate-y-96{
  --tw-translate-y:-384px
}

.-translate-y-px{
  --tw-translate-y:-1px
}

.-translate-y-0\.5{
  --tw-translate-y:-2px
}

.-translate-y-1\.5{
  --tw-translate-y:-6px
}

.-translate-y-2\.5{
  --tw-translate-y:-10px
}

.-translate-y-3\.5{
  --tw-translate-y:-14px
}

.-translate-y-4\.5{
  --tw-translate-y:-18px
}

.-translate-y-7\.5{
  --tw-translate-y:-30px
}

.translate-y-1\/2{
  --tw-translate-y:50%
}

.translate-y-1\/3{
  --tw-translate-y:33.333333%
}

.translate-y-2\/3{
  --tw-translate-y:66.666667%
}

.translate-y-1\/4{
  --tw-translate-y:25%
}

.translate-y-2\/4{
  --tw-translate-y:50%
}

.translate-y-3\/4{
  --tw-translate-y:75%
}

.translate-y-full{
  --tw-translate-y:100%
}

.-translate-y-1\/2{
  --tw-translate-y:-50%
}

.-translate-y-1\/3{
  --tw-translate-y:-33.333333%
}

.-translate-y-2\/3{
  --tw-translate-y:-66.666667%
}

.-translate-y-1\/4{
  --tw-translate-y:-25%
}

.-translate-y-2\/4{
  --tw-translate-y:-50%
}

.-translate-y-3\/4{
  --tw-translate-y:-75%
}

.-translate-y-full{
  --tw-translate-y:-100%
}

.hover\:translate-x-0:hover{
  --tw-translate-x:0px
}

.hover\:translate-x-1:hover{
  --tw-translate-x:4px
}

.hover\:translate-x-2:hover{
  --tw-translate-x:8px
}

.hover\:translate-x-3:hover{
  --tw-translate-x:12px
}

.hover\:translate-x-4:hover{
  --tw-translate-x:16px
}

.hover\:translate-x-5:hover{
  --tw-translate-x:20px
}

.hover\:translate-x-6:hover{
  --tw-translate-x:24px
}

.hover\:translate-x-7:hover{
  --tw-translate-x:28px
}

.hover\:translate-x-8:hover{
  --tw-translate-x:32px
}

.hover\:translate-x-9:hover{
  --tw-translate-x:36px
}

.hover\:translate-x-10:hover{
  --tw-translate-x:40px
}

.hover\:translate-x-11:hover{
  --tw-translate-x:44px
}

.hover\:translate-x-12:hover{
  --tw-translate-x:48px
}

.hover\:translate-x-13:hover{
  --tw-translate-x:50px
}

.hover\:translate-x-14:hover{
  --tw-translate-x:56px
}

.hover\:translate-x-15:hover{
  --tw-translate-x:60px
}

.hover\:translate-x-16:hover{
  --tw-translate-x:64px
}

.hover\:translate-x-20:hover{
  --tw-translate-x:80px
}

.hover\:translate-x-24:hover{
  --tw-translate-x:96px
}

.hover\:translate-x-28:hover{
  --tw-translate-x:112px
}

.hover\:translate-x-32:hover{
  --tw-translate-x:128px
}

.hover\:translate-x-36:hover{
  --tw-translate-x:144px
}

.hover\:translate-x-40:hover{
  --tw-translate-x:160px
}

.hover\:translate-x-44:hover{
  --tw-translate-x:176px
}

.hover\:translate-x-48:hover{
  --tw-translate-x:192px
}

.hover\:translate-x-52:hover{
  --tw-translate-x:208px
}

.hover\:translate-x-56:hover{
  --tw-translate-x:224px
}

.hover\:translate-x-60:hover{
  --tw-translate-x:240px
}

.hover\:translate-x-64:hover{
  --tw-translate-x:256px
}

.hover\:translate-x-72:hover{
  --tw-translate-x:288px
}

.hover\:translate-x-80:hover{
  --tw-translate-x:320px
}

.hover\:translate-x-96:hover{
  --tw-translate-x:384px
}

.hover\:translate-x-px:hover{
  --tw-translate-x:1px
}

.hover\:translate-x-0\.5:hover{
  --tw-translate-x:2px
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x:6px
}

.hover\:translate-x-2\.5:hover{
  --tw-translate-x:10px
}

.hover\:translate-x-3\.5:hover{
  --tw-translate-x:14px
}

.hover\:translate-x-4\.5:hover{
  --tw-translate-x:18px
}

.hover\:translate-x-7\.5:hover{
  --tw-translate-x:30px
}

.hover\:-translate-x-0:hover{
  --tw-translate-x:0px
}

.hover\:-translate-x-1:hover{
  --tw-translate-x:-4px
}

.hover\:-translate-x-2:hover{
  --tw-translate-x:-8px
}

.hover\:-translate-x-3:hover{
  --tw-translate-x:-12px
}

.hover\:-translate-x-4:hover{
  --tw-translate-x:-16px
}

.hover\:-translate-x-5:hover{
  --tw-translate-x:-20px
}

.hover\:-translate-x-6:hover{
  --tw-translate-x:-24px
}

.hover\:-translate-x-7:hover{
  --tw-translate-x:-28px
}

.hover\:-translate-x-8:hover{
  --tw-translate-x:-32px
}

.hover\:-translate-x-9:hover{
  --tw-translate-x:-36px
}

.hover\:-translate-x-10:hover{
  --tw-translate-x:-40px
}

.hover\:-translate-x-11:hover{
  --tw-translate-x:-44px
}

.hover\:-translate-x-12:hover{
  --tw-translate-x:-48px
}

.hover\:-translate-x-13:hover{
  --tw-translate-x:-50px
}

.hover\:-translate-x-14:hover{
  --tw-translate-x:-56px
}

.hover\:-translate-x-15:hover{
  --tw-translate-x:-60px
}

.hover\:-translate-x-16:hover{
  --tw-translate-x:-64px
}

.hover\:-translate-x-20:hover{
  --tw-translate-x:-80px
}

.hover\:-translate-x-24:hover{
  --tw-translate-x:-96px
}

.hover\:-translate-x-28:hover{
  --tw-translate-x:-112px
}

.hover\:-translate-x-32:hover{
  --tw-translate-x:-128px
}

.hover\:-translate-x-36:hover{
  --tw-translate-x:-144px
}

.hover\:-translate-x-40:hover{
  --tw-translate-x:-160px
}

.hover\:-translate-x-44:hover{
  --tw-translate-x:-176px
}

.hover\:-translate-x-48:hover{
  --tw-translate-x:-192px
}

.hover\:-translate-x-52:hover{
  --tw-translate-x:-208px
}

.hover\:-translate-x-56:hover{
  --tw-translate-x:-224px
}

.hover\:-translate-x-60:hover{
  --tw-translate-x:-240px
}

.hover\:-translate-x-64:hover{
  --tw-translate-x:-256px
}

.hover\:-translate-x-72:hover{
  --tw-translate-x:-288px
}

.hover\:-translate-x-80:hover{
  --tw-translate-x:-320px
}

.hover\:-translate-x-96:hover{
  --tw-translate-x:-384px
}

.hover\:-translate-x-px:hover{
  --tw-translate-x:-1px
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x:-2px
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x:-6px
}

.hover\:-translate-x-2\.5:hover{
  --tw-translate-x:-10px
}

.hover\:-translate-x-3\.5:hover{
  --tw-translate-x:-14px
}

.hover\:-translate-x-4\.5:hover{
  --tw-translate-x:-18px
}

.hover\:-translate-x-7\.5:hover{
  --tw-translate-x:-30px
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x:50%
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x:33.333333%
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x:66.666667%
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x:25%
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x:50%
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x:75%
}

.hover\:translate-x-full:hover{
  --tw-translate-x:100%
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x:-50%
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x:-33.333333%
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x:-66.666667%
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x:-25%
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x:-50%
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x:-75%
}

.hover\:-translate-x-full:hover{
  --tw-translate-x:-100%
}

.hover\:translate-y-0:hover{
  --tw-translate-y:0px
}

.hover\:translate-y-1:hover{
  --tw-translate-y:4px
}

.hover\:translate-y-2:hover{
  --tw-translate-y:8px
}

.hover\:translate-y-3:hover{
  --tw-translate-y:12px
}

.hover\:translate-y-4:hover{
  --tw-translate-y:16px
}

.hover\:translate-y-5:hover{
  --tw-translate-y:20px
}

.hover\:translate-y-6:hover{
  --tw-translate-y:24px
}

.hover\:translate-y-7:hover{
  --tw-translate-y:28px
}

.hover\:translate-y-8:hover{
  --tw-translate-y:32px
}

.hover\:translate-y-9:hover{
  --tw-translate-y:36px
}

.hover\:translate-y-10:hover{
  --tw-translate-y:40px
}

.hover\:translate-y-11:hover{
  --tw-translate-y:44px
}

.hover\:translate-y-12:hover{
  --tw-translate-y:48px
}

.hover\:translate-y-13:hover{
  --tw-translate-y:50px
}

.hover\:translate-y-14:hover{
  --tw-translate-y:56px
}

.hover\:translate-y-15:hover{
  --tw-translate-y:60px
}

.hover\:translate-y-16:hover{
  --tw-translate-y:64px
}

.hover\:translate-y-20:hover{
  --tw-translate-y:80px
}

.hover\:translate-y-24:hover{
  --tw-translate-y:96px
}

.hover\:translate-y-28:hover{
  --tw-translate-y:112px
}

.hover\:translate-y-32:hover{
  --tw-translate-y:128px
}

.hover\:translate-y-36:hover{
  --tw-translate-y:144px
}

.hover\:translate-y-40:hover{
  --tw-translate-y:160px
}

.hover\:translate-y-44:hover{
  --tw-translate-y:176px
}

.hover\:translate-y-48:hover{
  --tw-translate-y:192px
}

.hover\:translate-y-52:hover{
  --tw-translate-y:208px
}

.hover\:translate-y-56:hover{
  --tw-translate-y:224px
}

.hover\:translate-y-60:hover{
  --tw-translate-y:240px
}

.hover\:translate-y-64:hover{
  --tw-translate-y:256px
}

.hover\:translate-y-72:hover{
  --tw-translate-y:288px
}

.hover\:translate-y-80:hover{
  --tw-translate-y:320px
}

.hover\:translate-y-96:hover{
  --tw-translate-y:384px
}

.hover\:translate-y-px:hover{
  --tw-translate-y:1px
}

.hover\:translate-y-0\.5:hover{
  --tw-translate-y:2px
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y:6px
}

.hover\:translate-y-2\.5:hover{
  --tw-translate-y:10px
}

.hover\:translate-y-3\.5:hover{
  --tw-translate-y:14px
}

.hover\:translate-y-4\.5:hover{
  --tw-translate-y:18px
}

.hover\:translate-y-7\.5:hover{
  --tw-translate-y:30px
}

.hover\:-translate-y-0:hover{
  --tw-translate-y:0px
}

.hover\:-translate-y-1:hover{
  --tw-translate-y:-4px
}

.hover\:-translate-y-2:hover{
  --tw-translate-y:-8px
}

.hover\:-translate-y-3:hover{
  --tw-translate-y:-12px
}

.hover\:-translate-y-4:hover{
  --tw-translate-y:-16px
}

.hover\:-translate-y-5:hover{
  --tw-translate-y:-20px
}

.hover\:-translate-y-6:hover{
  --tw-translate-y:-24px
}

.hover\:-translate-y-7:hover{
  --tw-translate-y:-28px
}

.hover\:-translate-y-8:hover{
  --tw-translate-y:-32px
}

.hover\:-translate-y-9:hover{
  --tw-translate-y:-36px
}

.hover\:-translate-y-10:hover{
  --tw-translate-y:-40px
}

.hover\:-translate-y-11:hover{
  --tw-translate-y:-44px
}

.hover\:-translate-y-12:hover{
  --tw-translate-y:-48px
}

.hover\:-translate-y-13:hover{
  --tw-translate-y:-50px
}

.hover\:-translate-y-14:hover{
  --tw-translate-y:-56px
}

.hover\:-translate-y-15:hover{
  --tw-translate-y:-60px
}

.hover\:-translate-y-16:hover{
  --tw-translate-y:-64px
}

.hover\:-translate-y-20:hover{
  --tw-translate-y:-80px
}

.hover\:-translate-y-24:hover{
  --tw-translate-y:-96px
}

.hover\:-translate-y-28:hover{
  --tw-translate-y:-112px
}

.hover\:-translate-y-32:hover{
  --tw-translate-y:-128px
}

.hover\:-translate-y-36:hover{
  --tw-translate-y:-144px
}

.hover\:-translate-y-40:hover{
  --tw-translate-y:-160px
}

.hover\:-translate-y-44:hover{
  --tw-translate-y:-176px
}

.hover\:-translate-y-48:hover{
  --tw-translate-y:-192px
}

.hover\:-translate-y-52:hover{
  --tw-translate-y:-208px
}

.hover\:-translate-y-56:hover{
  --tw-translate-y:-224px
}

.hover\:-translate-y-60:hover{
  --tw-translate-y:-240px
}

.hover\:-translate-y-64:hover{
  --tw-translate-y:-256px
}

.hover\:-translate-y-72:hover{
  --tw-translate-y:-288px
}

.hover\:-translate-y-80:hover{
  --tw-translate-y:-320px
}

.hover\:-translate-y-96:hover{
  --tw-translate-y:-384px
}

.hover\:-translate-y-px:hover{
  --tw-translate-y:-1px
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y:-2px
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y:-6px
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y:-10px
}

.hover\:-translate-y-3\.5:hover{
  --tw-translate-y:-14px
}

.hover\:-translate-y-4\.5:hover{
  --tw-translate-y:-18px
}

.hover\:-translate-y-7\.5:hover{
  --tw-translate-y:-30px
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y:50%
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y:33.333333%
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y:66.666667%
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y:25%
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y:50%
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y:75%
}

.hover\:translate-y-full:hover{
  --tw-translate-y:100%
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y:-50%
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y:-33.333333%
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y:-66.666667%
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y:-25%
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y:-50%
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y:-75%
}

.hover\:-translate-y-full:hover{
  --tw-translate-y:-100%
}

.focus\:translate-x-0:focus{
  --tw-translate-x:0px
}

.focus\:translate-x-1:focus{
  --tw-translate-x:4px
}

.focus\:translate-x-2:focus{
  --tw-translate-x:8px
}

.focus\:translate-x-3:focus{
  --tw-translate-x:12px
}

.focus\:translate-x-4:focus{
  --tw-translate-x:16px
}

.focus\:translate-x-5:focus{
  --tw-translate-x:20px
}

.focus\:translate-x-6:focus{
  --tw-translate-x:24px
}

.focus\:translate-x-7:focus{
  --tw-translate-x:28px
}

.focus\:translate-x-8:focus{
  --tw-translate-x:32px
}

.focus\:translate-x-9:focus{
  --tw-translate-x:36px
}

.focus\:translate-x-10:focus{
  --tw-translate-x:40px
}

.focus\:translate-x-11:focus{
  --tw-translate-x:44px
}

.focus\:translate-x-12:focus{
  --tw-translate-x:48px
}

.focus\:translate-x-13:focus{
  --tw-translate-x:50px
}

.focus\:translate-x-14:focus{
  --tw-translate-x:56px
}

.focus\:translate-x-15:focus{
  --tw-translate-x:60px
}

.focus\:translate-x-16:focus{
  --tw-translate-x:64px
}

.focus\:translate-x-20:focus{
  --tw-translate-x:80px
}

.focus\:translate-x-24:focus{
  --tw-translate-x:96px
}

.focus\:translate-x-28:focus{
  --tw-translate-x:112px
}

.focus\:translate-x-32:focus{
  --tw-translate-x:128px
}

.focus\:translate-x-36:focus{
  --tw-translate-x:144px
}

.focus\:translate-x-40:focus{
  --tw-translate-x:160px
}

.focus\:translate-x-44:focus{
  --tw-translate-x:176px
}

.focus\:translate-x-48:focus{
  --tw-translate-x:192px
}

.focus\:translate-x-52:focus{
  --tw-translate-x:208px
}

.focus\:translate-x-56:focus{
  --tw-translate-x:224px
}

.focus\:translate-x-60:focus{
  --tw-translate-x:240px
}

.focus\:translate-x-64:focus{
  --tw-translate-x:256px
}

.focus\:translate-x-72:focus{
  --tw-translate-x:288px
}

.focus\:translate-x-80:focus{
  --tw-translate-x:320px
}

.focus\:translate-x-96:focus{
  --tw-translate-x:384px
}

.focus\:translate-x-px:focus{
  --tw-translate-x:1px
}

.focus\:translate-x-0\.5:focus{
  --tw-translate-x:2px
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x:6px
}

.focus\:translate-x-2\.5:focus{
  --tw-translate-x:10px
}

.focus\:translate-x-3\.5:focus{
  --tw-translate-x:14px
}

.focus\:translate-x-4\.5:focus{
  --tw-translate-x:18px
}

.focus\:translate-x-7\.5:focus{
  --tw-translate-x:30px
}

.focus\:-translate-x-0:focus{
  --tw-translate-x:0px
}

.focus\:-translate-x-1:focus{
  --tw-translate-x:-4px
}

.focus\:-translate-x-2:focus{
  --tw-translate-x:-8px
}

.focus\:-translate-x-3:focus{
  --tw-translate-x:-12px
}

.focus\:-translate-x-4:focus{
  --tw-translate-x:-16px
}

.focus\:-translate-x-5:focus{
  --tw-translate-x:-20px
}

.focus\:-translate-x-6:focus{
  --tw-translate-x:-24px
}

.focus\:-translate-x-7:focus{
  --tw-translate-x:-28px
}

.focus\:-translate-x-8:focus{
  --tw-translate-x:-32px
}

.focus\:-translate-x-9:focus{
  --tw-translate-x:-36px
}

.focus\:-translate-x-10:focus{
  --tw-translate-x:-40px
}

.focus\:-translate-x-11:focus{
  --tw-translate-x:-44px
}

.focus\:-translate-x-12:focus{
  --tw-translate-x:-48px
}

.focus\:-translate-x-13:focus{
  --tw-translate-x:-50px
}

.focus\:-translate-x-14:focus{
  --tw-translate-x:-56px
}

.focus\:-translate-x-15:focus{
  --tw-translate-x:-60px
}

.focus\:-translate-x-16:focus{
  --tw-translate-x:-64px
}

.focus\:-translate-x-20:focus{
  --tw-translate-x:-80px
}

.focus\:-translate-x-24:focus{
  --tw-translate-x:-96px
}

.focus\:-translate-x-28:focus{
  --tw-translate-x:-112px
}

.focus\:-translate-x-32:focus{
  --tw-translate-x:-128px
}

.focus\:-translate-x-36:focus{
  --tw-translate-x:-144px
}

.focus\:-translate-x-40:focus{
  --tw-translate-x:-160px
}

.focus\:-translate-x-44:focus{
  --tw-translate-x:-176px
}

.focus\:-translate-x-48:focus{
  --tw-translate-x:-192px
}

.focus\:-translate-x-52:focus{
  --tw-translate-x:-208px
}

.focus\:-translate-x-56:focus{
  --tw-translate-x:-224px
}

.focus\:-translate-x-60:focus{
  --tw-translate-x:-240px
}

.focus\:-translate-x-64:focus{
  --tw-translate-x:-256px
}

.focus\:-translate-x-72:focus{
  --tw-translate-x:-288px
}

.focus\:-translate-x-80:focus{
  --tw-translate-x:-320px
}

.focus\:-translate-x-96:focus{
  --tw-translate-x:-384px
}

.focus\:-translate-x-px:focus{
  --tw-translate-x:-1px
}

.focus\:-translate-x-0\.5:focus{
  --tw-translate-x:-2px
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x:-6px
}

.focus\:-translate-x-2\.5:focus{
  --tw-translate-x:-10px
}

.focus\:-translate-x-3\.5:focus{
  --tw-translate-x:-14px
}

.focus\:-translate-x-4\.5:focus{
  --tw-translate-x:-18px
}

.focus\:-translate-x-7\.5:focus{
  --tw-translate-x:-30px
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x:50%
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x:33.333333%
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x:66.666667%
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x:25%
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x:50%
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x:75%
}

.focus\:translate-x-full:focus{
  --tw-translate-x:100%
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x:-50%
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x:-33.333333%
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x:-66.666667%
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x:-25%
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x:-50%
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x:-75%
}

.focus\:-translate-x-full:focus{
  --tw-translate-x:-100%
}

.focus\:translate-y-0:focus{
  --tw-translate-y:0px
}

.focus\:translate-y-1:focus{
  --tw-translate-y:4px
}

.focus\:translate-y-2:focus{
  --tw-translate-y:8px
}

.focus\:translate-y-3:focus{
  --tw-translate-y:12px
}

.focus\:translate-y-4:focus{
  --tw-translate-y:16px
}

.focus\:translate-y-5:focus{
  --tw-translate-y:20px
}

.focus\:translate-y-6:focus{
  --tw-translate-y:24px
}

.focus\:translate-y-7:focus{
  --tw-translate-y:28px
}

.focus\:translate-y-8:focus{
  --tw-translate-y:32px
}

.focus\:translate-y-9:focus{
  --tw-translate-y:36px
}

.focus\:translate-y-10:focus{
  --tw-translate-y:40px
}

.focus\:translate-y-11:focus{
  --tw-translate-y:44px
}

.focus\:translate-y-12:focus{
  --tw-translate-y:48px
}

.focus\:translate-y-13:focus{
  --tw-translate-y:50px
}

.focus\:translate-y-14:focus{
  --tw-translate-y:56px
}

.focus\:translate-y-15:focus{
  --tw-translate-y:60px
}

.focus\:translate-y-16:focus{
  --tw-translate-y:64px
}

.focus\:translate-y-20:focus{
  --tw-translate-y:80px
}

.focus\:translate-y-24:focus{
  --tw-translate-y:96px
}

.focus\:translate-y-28:focus{
  --tw-translate-y:112px
}

.focus\:translate-y-32:focus{
  --tw-translate-y:128px
}

.focus\:translate-y-36:focus{
  --tw-translate-y:144px
}

.focus\:translate-y-40:focus{
  --tw-translate-y:160px
}

.focus\:translate-y-44:focus{
  --tw-translate-y:176px
}

.focus\:translate-y-48:focus{
  --tw-translate-y:192px
}

.focus\:translate-y-52:focus{
  --tw-translate-y:208px
}

.focus\:translate-y-56:focus{
  --tw-translate-y:224px
}

.focus\:translate-y-60:focus{
  --tw-translate-y:240px
}

.focus\:translate-y-64:focus{
  --tw-translate-y:256px
}

.focus\:translate-y-72:focus{
  --tw-translate-y:288px
}

.focus\:translate-y-80:focus{
  --tw-translate-y:320px
}

.focus\:translate-y-96:focus{
  --tw-translate-y:384px
}

.focus\:translate-y-px:focus{
  --tw-translate-y:1px
}

.focus\:translate-y-0\.5:focus{
  --tw-translate-y:2px
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y:6px
}

.focus\:translate-y-2\.5:focus{
  --tw-translate-y:10px
}

.focus\:translate-y-3\.5:focus{
  --tw-translate-y:14px
}

.focus\:translate-y-4\.5:focus{
  --tw-translate-y:18px
}

.focus\:translate-y-7\.5:focus{
  --tw-translate-y:30px
}

.focus\:-translate-y-0:focus{
  --tw-translate-y:0px
}

.focus\:-translate-y-1:focus{
  --tw-translate-y:-4px
}

.focus\:-translate-y-2:focus{
  --tw-translate-y:-8px
}

.focus\:-translate-y-3:focus{
  --tw-translate-y:-12px
}

.focus\:-translate-y-4:focus{
  --tw-translate-y:-16px
}

.focus\:-translate-y-5:focus{
  --tw-translate-y:-20px
}

.focus\:-translate-y-6:focus{
  --tw-translate-y:-24px
}

.focus\:-translate-y-7:focus{
  --tw-translate-y:-28px
}

.focus\:-translate-y-8:focus{
  --tw-translate-y:-32px
}

.focus\:-translate-y-9:focus{
  --tw-translate-y:-36px
}

.focus\:-translate-y-10:focus{
  --tw-translate-y:-40px
}

.focus\:-translate-y-11:focus{
  --tw-translate-y:-44px
}

.focus\:-translate-y-12:focus{
  --tw-translate-y:-48px
}

.focus\:-translate-y-13:focus{
  --tw-translate-y:-50px
}

.focus\:-translate-y-14:focus{
  --tw-translate-y:-56px
}

.focus\:-translate-y-15:focus{
  --tw-translate-y:-60px
}

.focus\:-translate-y-16:focus{
  --tw-translate-y:-64px
}

.focus\:-translate-y-20:focus{
  --tw-translate-y:-80px
}

.focus\:-translate-y-24:focus{
  --tw-translate-y:-96px
}

.focus\:-translate-y-28:focus{
  --tw-translate-y:-112px
}

.focus\:-translate-y-32:focus{
  --tw-translate-y:-128px
}

.focus\:-translate-y-36:focus{
  --tw-translate-y:-144px
}

.focus\:-translate-y-40:focus{
  --tw-translate-y:-160px
}

.focus\:-translate-y-44:focus{
  --tw-translate-y:-176px
}

.focus\:-translate-y-48:focus{
  --tw-translate-y:-192px
}

.focus\:-translate-y-52:focus{
  --tw-translate-y:-208px
}

.focus\:-translate-y-56:focus{
  --tw-translate-y:-224px
}

.focus\:-translate-y-60:focus{
  --tw-translate-y:-240px
}

.focus\:-translate-y-64:focus{
  --tw-translate-y:-256px
}

.focus\:-translate-y-72:focus{
  --tw-translate-y:-288px
}

.focus\:-translate-y-80:focus{
  --tw-translate-y:-320px
}

.focus\:-translate-y-96:focus{
  --tw-translate-y:-384px
}

.focus\:-translate-y-px:focus{
  --tw-translate-y:-1px
}

.focus\:-translate-y-0\.5:focus{
  --tw-translate-y:-2px
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y:-6px
}

.focus\:-translate-y-2\.5:focus{
  --tw-translate-y:-10px
}

.focus\:-translate-y-3\.5:focus{
  --tw-translate-y:-14px
}

.focus\:-translate-y-4\.5:focus{
  --tw-translate-y:-18px
}

.focus\:-translate-y-7\.5:focus{
  --tw-translate-y:-30px
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y:50%
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y:33.333333%
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y:66.666667%
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y:25%
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y:50%
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y:75%
}

.focus\:translate-y-full:focus{
  --tw-translate-y:100%
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y:-50%
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y:-33.333333%
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y:-66.666667%
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y:-25%
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y:-50%
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y:-75%
}

.focus\:-translate-y-full:focus{
  --tw-translate-y:-100%
}

.rotate-0{
  --tw-rotate:0deg
}

.rotate-1{
  --tw-rotate:1deg
}

.rotate-2{
  --tw-rotate:2deg
}

.rotate-3{
  --tw-rotate:3deg
}

.rotate-6{
  --tw-rotate:6deg
}

.rotate-12{
  --tw-rotate:12deg
}

.rotate-45{
  --tw-rotate:45deg
}

.rotate-90{
  --tw-rotate:90deg
}

.rotate-180{
  --tw-rotate:180deg
}

.-rotate-180{
  --tw-rotate:-180deg
}

.-rotate-90{
  --tw-rotate:-90deg
}

.-rotate-45{
  --tw-rotate:-45deg
}

.-rotate-12{
  --tw-rotate:-12deg
}

.-rotate-6{
  --tw-rotate:-6deg
}

.-rotate-3{
  --tw-rotate:-3deg
}

.-rotate-2{
  --tw-rotate:-2deg
}

.-rotate-1{
  --tw-rotate:-1deg
}

.hover\:rotate-0:hover{
  --tw-rotate:0deg
}

.hover\:rotate-1:hover{
  --tw-rotate:1deg
}

.hover\:rotate-2:hover{
  --tw-rotate:2deg
}

.hover\:rotate-3:hover{
  --tw-rotate:3deg
}

.hover\:rotate-6:hover{
  --tw-rotate:6deg
}

.hover\:rotate-12:hover{
  --tw-rotate:12deg
}

.hover\:rotate-45:hover{
  --tw-rotate:45deg
}

.hover\:rotate-90:hover{
  --tw-rotate:90deg
}

.hover\:rotate-180:hover{
  --tw-rotate:180deg
}

.hover\:-rotate-180:hover{
  --tw-rotate:-180deg
}

.hover\:-rotate-90:hover{
  --tw-rotate:-90deg
}

.hover\:-rotate-45:hover{
  --tw-rotate:-45deg
}

.hover\:-rotate-12:hover{
  --tw-rotate:-12deg
}

.hover\:-rotate-6:hover{
  --tw-rotate:-6deg
}

.hover\:-rotate-3:hover{
  --tw-rotate:-3deg
}

.hover\:-rotate-2:hover{
  --tw-rotate:-2deg
}

.hover\:-rotate-1:hover{
  --tw-rotate:-1deg
}

.focus\:rotate-0:focus{
  --tw-rotate:0deg
}

.focus\:rotate-1:focus{
  --tw-rotate:1deg
}

.focus\:rotate-2:focus{
  --tw-rotate:2deg
}

.focus\:rotate-3:focus{
  --tw-rotate:3deg
}

.focus\:rotate-6:focus{
  --tw-rotate:6deg
}

.focus\:rotate-12:focus{
  --tw-rotate:12deg
}

.focus\:rotate-45:focus{
  --tw-rotate:45deg
}

.focus\:rotate-90:focus{
  --tw-rotate:90deg
}

.focus\:rotate-180:focus{
  --tw-rotate:180deg
}

.focus\:-rotate-180:focus{
  --tw-rotate:-180deg
}

.focus\:-rotate-90:focus{
  --tw-rotate:-90deg
}

.focus\:-rotate-45:focus{
  --tw-rotate:-45deg
}

.focus\:-rotate-12:focus{
  --tw-rotate:-12deg
}

.focus\:-rotate-6:focus{
  --tw-rotate:-6deg
}

.focus\:-rotate-3:focus{
  --tw-rotate:-3deg
}

.focus\:-rotate-2:focus{
  --tw-rotate:-2deg
}

.focus\:-rotate-1:focus{
  --tw-rotate:-1deg
}

.skew-x-0{
  --tw-skew-x:0deg
}

.skew-x-1{
  --tw-skew-x:1deg
}

.skew-x-2{
  --tw-skew-x:2deg
}

.skew-x-3{
  --tw-skew-x:3deg
}

.skew-x-6{
  --tw-skew-x:6deg
}

.skew-x-12{
  --tw-skew-x:12deg
}

.-skew-x-12{
  --tw-skew-x:-12deg
}

.-skew-x-6{
  --tw-skew-x:-6deg
}

.-skew-x-3{
  --tw-skew-x:-3deg
}

.-skew-x-2{
  --tw-skew-x:-2deg
}

.-skew-x-1{
  --tw-skew-x:-1deg
}

.skew-y-0{
  --tw-skew-y:0deg
}

.skew-y-1{
  --tw-skew-y:1deg
}

.skew-y-2{
  --tw-skew-y:2deg
}

.skew-y-3{
  --tw-skew-y:3deg
}

.skew-y-6{
  --tw-skew-y:6deg
}

.skew-y-12{
  --tw-skew-y:12deg
}

.-skew-y-12{
  --tw-skew-y:-12deg
}

.-skew-y-6{
  --tw-skew-y:-6deg
}

.-skew-y-3{
  --tw-skew-y:-3deg
}

.-skew-y-2{
  --tw-skew-y:-2deg
}

.-skew-y-1{
  --tw-skew-y:-1deg
}

.hover\:skew-x-0:hover{
  --tw-skew-x:0deg
}

.hover\:skew-x-1:hover{
  --tw-skew-x:1deg
}

.hover\:skew-x-2:hover{
  --tw-skew-x:2deg
}

.hover\:skew-x-3:hover{
  --tw-skew-x:3deg
}

.hover\:skew-x-6:hover{
  --tw-skew-x:6deg
}

.hover\:skew-x-12:hover{
  --tw-skew-x:12deg
}

.hover\:-skew-x-12:hover{
  --tw-skew-x:-12deg
}

.hover\:-skew-x-6:hover{
  --tw-skew-x:-6deg
}

.hover\:-skew-x-3:hover{
  --tw-skew-x:-3deg
}

.hover\:-skew-x-2:hover{
  --tw-skew-x:-2deg
}

.hover\:-skew-x-1:hover{
  --tw-skew-x:-1deg
}

.hover\:skew-y-0:hover{
  --tw-skew-y:0deg
}

.hover\:skew-y-1:hover{
  --tw-skew-y:1deg
}

.hover\:skew-y-2:hover{
  --tw-skew-y:2deg
}

.hover\:skew-y-3:hover{
  --tw-skew-y:3deg
}

.hover\:skew-y-6:hover{
  --tw-skew-y:6deg
}

.hover\:skew-y-12:hover{
  --tw-skew-y:12deg
}

.hover\:-skew-y-12:hover{
  --tw-skew-y:-12deg
}

.hover\:-skew-y-6:hover{
  --tw-skew-y:-6deg
}

.hover\:-skew-y-3:hover{
  --tw-skew-y:-3deg
}

.hover\:-skew-y-2:hover{
  --tw-skew-y:-2deg
}

.hover\:-skew-y-1:hover{
  --tw-skew-y:-1deg
}

.focus\:skew-x-0:focus{
  --tw-skew-x:0deg
}

.focus\:skew-x-1:focus{
  --tw-skew-x:1deg
}

.focus\:skew-x-2:focus{
  --tw-skew-x:2deg
}

.focus\:skew-x-3:focus{
  --tw-skew-x:3deg
}

.focus\:skew-x-6:focus{
  --tw-skew-x:6deg
}

.focus\:skew-x-12:focus{
  --tw-skew-x:12deg
}

.focus\:-skew-x-12:focus{
  --tw-skew-x:-12deg
}

.focus\:-skew-x-6:focus{
  --tw-skew-x:-6deg
}

.focus\:-skew-x-3:focus{
  --tw-skew-x:-3deg
}

.focus\:-skew-x-2:focus{
  --tw-skew-x:-2deg
}

.focus\:-skew-x-1:focus{
  --tw-skew-x:-1deg
}

.focus\:skew-y-0:focus{
  --tw-skew-y:0deg
}

.focus\:skew-y-1:focus{
  --tw-skew-y:1deg
}

.focus\:skew-y-2:focus{
  --tw-skew-y:2deg
}

.focus\:skew-y-3:focus{
  --tw-skew-y:3deg
}

.focus\:skew-y-6:focus{
  --tw-skew-y:6deg
}

.focus\:skew-y-12:focus{
  --tw-skew-y:12deg
}

.focus\:-skew-y-12:focus{
  --tw-skew-y:-12deg
}

.focus\:-skew-y-6:focus{
  --tw-skew-y:-6deg
}

.focus\:-skew-y-3:focus{
  --tw-skew-y:-3deg
}

.focus\:-skew-y-2:focus{
  --tw-skew-y:-2deg
}

.focus\:-skew-y-1:focus{
  --tw-skew-y:-1deg
}

.scale-0{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.scale-50{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.scale-75{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.scale-90{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.scale-95{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.scale-100{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.scale-125{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.scale-150{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.hover\:scale-0:hover{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.hover\:scale-50:hover{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.hover\:scale-75:hover{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.hover\:scale-90:hover{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.hover\:scale-95:hover{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.hover\:scale-100:hover{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.hover\:scale-105:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.hover\:scale-110:hover{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.hover\:scale-125:hover{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.hover\:scale-150:hover{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.focus\:scale-0:focus{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.focus\:scale-50:focus{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.focus\:scale-75:focus{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.focus\:scale-90:focus{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.focus\:scale-95:focus{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.focus\:scale-100:focus{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.focus\:scale-105:focus{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.focus\:scale-110:focus{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.focus\:scale-125:focus{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.focus\:scale-150:focus{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.scale-x-0{
  --tw-scale-x:0
}

.scale-x-50{
  --tw-scale-x:.5
}

.scale-x-75{
  --tw-scale-x:.75
}

.scale-x-90{
  --tw-scale-x:.9
}

.scale-x-95{
  --tw-scale-x:.95
}

.scale-x-100{
  --tw-scale-x:1
}

.scale-x-105{
  --tw-scale-x:1.05
}

.scale-x-110{
  --tw-scale-x:1.1
}

.scale-x-125{
  --tw-scale-x:1.25
}

.scale-x-150{
  --tw-scale-x:1.5
}

.scale-y-0{
  --tw-scale-y:0
}

.scale-y-50{
  --tw-scale-y:.5
}

.scale-y-75{
  --tw-scale-y:.75
}

.scale-y-90{
  --tw-scale-y:.9
}

.scale-y-95{
  --tw-scale-y:.95
}

.scale-y-100{
  --tw-scale-y:1
}

.scale-y-105{
  --tw-scale-y:1.05
}

.scale-y-110{
  --tw-scale-y:1.1
}

.scale-y-125{
  --tw-scale-y:1.25
}

.scale-y-150{
  --tw-scale-y:1.5
}

.hover\:scale-x-0:hover{
  --tw-scale-x:0
}

.hover\:scale-x-50:hover{
  --tw-scale-x:.5
}

.hover\:scale-x-75:hover{
  --tw-scale-x:.75
}

.hover\:scale-x-90:hover{
  --tw-scale-x:.9
}

.hover\:scale-x-95:hover{
  --tw-scale-x:.95
}

.hover\:scale-x-100:hover{
  --tw-scale-x:1
}

.hover\:scale-x-105:hover{
  --tw-scale-x:1.05
}

.hover\:scale-x-110:hover{
  --tw-scale-x:1.1
}

.hover\:scale-x-125:hover{
  --tw-scale-x:1.25
}

.hover\:scale-x-150:hover{
  --tw-scale-x:1.5
}

.hover\:scale-y-0:hover{
  --tw-scale-y:0
}

.hover\:scale-y-50:hover{
  --tw-scale-y:.5
}

.hover\:scale-y-75:hover{
  --tw-scale-y:.75
}

.hover\:scale-y-90:hover{
  --tw-scale-y:.9
}

.hover\:scale-y-95:hover{
  --tw-scale-y:.95
}

.hover\:scale-y-100:hover{
  --tw-scale-y:1
}

.hover\:scale-y-105:hover{
  --tw-scale-y:1.05
}

.hover\:scale-y-110:hover{
  --tw-scale-y:1.1
}

.hover\:scale-y-125:hover{
  --tw-scale-y:1.25
}

.hover\:scale-y-150:hover{
  --tw-scale-y:1.5
}

.focus\:scale-x-0:focus{
  --tw-scale-x:0
}

.focus\:scale-x-50:focus{
  --tw-scale-x:.5
}

.focus\:scale-x-75:focus{
  --tw-scale-x:.75
}

.focus\:scale-x-90:focus{
  --tw-scale-x:.9
}

.focus\:scale-x-95:focus{
  --tw-scale-x:.95
}

.focus\:scale-x-100:focus{
  --tw-scale-x:1
}

.focus\:scale-x-105:focus{
  --tw-scale-x:1.05
}

.focus\:scale-x-110:focus{
  --tw-scale-x:1.1
}

.focus\:scale-x-125:focus{
  --tw-scale-x:1.25
}

.focus\:scale-x-150:focus{
  --tw-scale-x:1.5
}

.focus\:scale-y-0:focus{
  --tw-scale-y:0
}

.focus\:scale-y-50:focus{
  --tw-scale-y:.5
}

.focus\:scale-y-75:focus{
  --tw-scale-y:.75
}

.focus\:scale-y-90:focus{
  --tw-scale-y:.9
}

.focus\:scale-y-95:focus{
  --tw-scale-y:.95
}

.focus\:scale-y-100:focus{
  --tw-scale-y:1
}

.focus\:scale-y-105:focus{
  --tw-scale-y:1.05
}

.focus\:scale-y-110:focus{
  --tw-scale-y:1.1
}

.focus\:scale-y-125:focus{
  --tw-scale-y:1.25
}

.focus\:scale-y-150:focus{
  --tw-scale-y:1.5
}

@-webkit-keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform:scale(2);
            transform:scale(2);
    opacity:0
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform:scale(2);
            transform:scale(2);
    opacity:0
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity:.5
  }
}

@keyframes pulse{
  50%{
    opacity:.5
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform:translateY(-25%);
            transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
            animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    -webkit-transform:none;
            transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
            animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform:translateY(-25%);
            transform:translateY(-25%);
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
            animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    -webkit-transform:none;
            transform:none;
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
            animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

.animate-none{
  -webkit-animation:none;
          animation:none
}

.animate-spin{
  -webkit-animation:spin 1s linear infinite;
          animation:spin 1s linear infinite
}

.animate-ping{
  -webkit-animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.animate-pulse{
  -webkit-animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-bounce{
  -webkit-animation:bounce 1s infinite;
          animation:bounce 1s infinite
}

.cursor-auto{
  cursor:auto
}

.cursor-default{
  cursor:default
}

.cursor-pointer{
  cursor:pointer
}

.cursor-wait{
  cursor:wait
}

.cursor-text{
  cursor:text
}

.cursor-move{
  cursor:move
}

.cursor-help{
  cursor:help
}

.cursor-not-allowed{
  cursor:not-allowed
}

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

.select-text{
  -webkit-user-select:text;
     -moz-user-select:text;
      -ms-user-select:text;
          user-select:text
}

.select-all{
  -webkit-user-select:all;
     -moz-user-select:all;
      -ms-user-select:all;
          user-select:all
}

.select-auto{
  -webkit-user-select:auto;
     -moz-user-select:auto;
      -ms-user-select:auto;
          user-select:auto
}

.resize-none{
  resize:none
}

.resize-y{
  resize:vertical
}

.resize-x{
  resize:horizontal
}

.resize{
  resize:both
}

.list-inside{
  list-style-position:inside
}

.list-outside{
  list-style-position:outside
}

.list-none{
  list-style-type:none
}

.list-disc{
  list-style-type:disc
}

.list-decimal{
  list-style-type:decimal
}

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

.auto-cols-auto{
  grid-auto-columns:auto
}

.auto-cols-min{
  grid-auto-columns:-webkit-min-content;
  grid-auto-columns:min-content
}

.auto-cols-max{
  grid-auto-columns:-webkit-max-content;
  grid-auto-columns:max-content
}

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

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

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

.grid-flow-row-dense{
  grid-auto-flow:row dense
}

.grid-flow-col-dense{
  grid-auto-flow:column dense
}

.auto-rows-auto{
  grid-auto-rows:auto
}

.auto-rows-min{
  grid-auto-rows:-webkit-min-content;
  grid-auto-rows:min-content
}

.auto-rows-max{
  grid-auto-rows:-webkit-max-content;
  grid-auto-rows:max-content
}

.auto-rows-fr{
  grid-auto-rows:minmax(0, 1fr)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-rows-none{
  grid-template-rows:none
}

.flex-row{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-direction:row;
      -ms-flex-direction:row;
          flex-direction:row
}

.flex-row-reverse{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:row-reverse;
      -ms-flex-direction:row-reverse;
          flex-direction:row-reverse
}

.flex-col{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column
}

.flex-col-reverse{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:column-reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse
}

.flex-wrap{
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap
}

.flex-wrap-reverse{
  -webkit-flex-wrap:wrap-reverse;
      -ms-flex-wrap:wrap-reverse;
          flex-wrap:wrap-reverse
}

.flex-nowrap{
  -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
          flex-wrap:nowrap
}

.place-content-center{
  place-content:center
}

.place-content-start{
  place-content:start
}

.place-content-end{
  place-content:end
}

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

.place-content-around{
  place-content:space-around
}

.place-content-evenly{
  place-content:space-evenly
}

.place-content-stretch{
  place-content:stretch
}

.place-items-start{
  place-items:start
}

.place-items-end{
  place-items:end
}

.place-items-center{
  place-items:center
}

.place-items-stretch{
  place-items:stretch
}

.content-center{
  -webkit-align-content:center;
      -ms-flex-line-pack:center;
          align-content:center
}

.content-start{
  -webkit-align-content:flex-start;
      -ms-flex-line-pack:start;
          align-content:flex-start
}

.content-end{
  -webkit-align-content:flex-end;
      -ms-flex-line-pack:end;
          align-content:flex-end
}

.content-between{
  -webkit-align-content:space-between;
      -ms-flex-line-pack:justify;
          align-content:space-between
}

.content-around{
  -webkit-align-content:space-around;
      -ms-flex-line-pack:distribute;
          align-content:space-around
}

.content-evenly{
  -webkit-align-content:space-evenly;
      -ms-flex-line-pack:space-evenly;
          align-content:space-evenly
}

.items-start{
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start
}

.items-end{
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
      -ms-flex-align:end;
          align-items:flex-end
}

.items-center{
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center
}

.items-baseline{
  -webkit-box-align:baseline;
  -webkit-align-items:baseline;
      -ms-flex-align:baseline;
          align-items:baseline
}

.items-stretch{
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch
}

.justify-start{
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start
}

.justify-end{
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
      -ms-flex-pack:end;
          justify-content:flex-end
}

.justify-center{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center
}

.justify-between{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between
}

.justify-around{
  -webkit-justify-content:space-around;
      -ms-flex-pack:distribute;
          justify-content:space-around
}

.justify-evenly{
  -webkit-box-pack:space-evenly;
  -webkit-justify-content:space-evenly;
      -ms-flex-pack:space-evenly;
          justify-content:space-evenly
}

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

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

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

.justify-items-stretch{
  justify-items:stretch
}

.gap-0{
  gap:0px
}

.gap-1{
  gap:4px
}

.gap-2{
  gap:8px
}

.gap-3{
  gap:12px
}

.gap-4{
  gap:16px
}

.gap-5{
  gap:20px
}

.gap-6{
  gap:24px
}

.gap-7{
  gap:28px
}

.gap-8{
  gap:32px
}

.gap-9{
  gap:36px
}

.gap-10{
  gap:40px
}

.gap-11{
  gap:44px
}

.gap-12{
  gap:48px
}

.gap-13{
  gap:50px
}

.gap-14{
  gap:56px
}

.gap-15{
  gap:60px
}

.gap-16{
  gap:64px
}

.gap-20{
  gap:80px
}

.gap-24{
  gap:96px
}

.gap-28{
  gap:112px
}

.gap-32{
  gap:128px
}

.gap-36{
  gap:144px
}

.gap-40{
  gap:160px
}

.gap-44{
  gap:176px
}

.gap-48{
  gap:192px
}

.gap-52{
  gap:208px
}

.gap-56{
  gap:224px
}

.gap-60{
  gap:240px
}

.gap-64{
  gap:256px
}

.gap-72{
  gap:288px
}

.gap-80{
  gap:320px
}

.gap-96{
  gap:384px
}

.gap-px{
  gap:1px
}

.gap-0\.5{
  gap:2px
}

.gap-1\.5{
  gap:6px
}

.gap-2\.5{
  gap:10px
}

.gap-3\.5{
  gap:14px
}

.gap-4\.5{
  gap:18px
}

.gap-7\.5{
  gap:30px
}

.gap-x-0{
  -webkit-column-gap:0px;
     -moz-column-gap:0px;
          column-gap:0px
}

.gap-x-1{
  -webkit-column-gap:4px;
     -moz-column-gap:4px;
          column-gap:4px
}

.gap-x-2{
  -webkit-column-gap:8px;
     -moz-column-gap:8px;
          column-gap:8px
}

.gap-x-3{
  -webkit-column-gap:12px;
     -moz-column-gap:12px;
          column-gap:12px
}

.gap-x-4{
  -webkit-column-gap:16px;
     -moz-column-gap:16px;
          column-gap:16px
}

.gap-x-5{
  -webkit-column-gap:20px;
     -moz-column-gap:20px;
          column-gap:20px
}

.gap-x-6{
  -webkit-column-gap:24px;
     -moz-column-gap:24px;
          column-gap:24px
}

.gap-x-7{
  -webkit-column-gap:28px;
     -moz-column-gap:28px;
          column-gap:28px
}

.gap-x-8{
  -webkit-column-gap:32px;
     -moz-column-gap:32px;
          column-gap:32px
}

.gap-x-9{
  -webkit-column-gap:36px;
     -moz-column-gap:36px;
          column-gap:36px
}

.gap-x-10{
  -webkit-column-gap:40px;
     -moz-column-gap:40px;
          column-gap:40px
}

.gap-x-11{
  -webkit-column-gap:44px;
     -moz-column-gap:44px;
          column-gap:44px
}

.gap-x-12{
  -webkit-column-gap:48px;
     -moz-column-gap:48px;
          column-gap:48px
}

.gap-x-13{
  -webkit-column-gap:50px;
     -moz-column-gap:50px;
          column-gap:50px
}

.gap-x-14{
  -webkit-column-gap:56px;
     -moz-column-gap:56px;
          column-gap:56px
}

.gap-x-15{
  -webkit-column-gap:60px;
     -moz-column-gap:60px;
          column-gap:60px
}

.gap-x-16{
  -webkit-column-gap:64px;
     -moz-column-gap:64px;
          column-gap:64px
}

.gap-x-20{
  -webkit-column-gap:80px;
     -moz-column-gap:80px;
          column-gap:80px
}

.gap-x-24{
  -webkit-column-gap:96px;
     -moz-column-gap:96px;
          column-gap:96px
}

.gap-x-28{
  -webkit-column-gap:112px;
     -moz-column-gap:112px;
          column-gap:112px
}

.gap-x-32{
  -webkit-column-gap:128px;
     -moz-column-gap:128px;
          column-gap:128px
}

.gap-x-36{
  -webkit-column-gap:144px;
     -moz-column-gap:144px;
          column-gap:144px
}

.gap-x-40{
  -webkit-column-gap:160px;
     -moz-column-gap:160px;
          column-gap:160px
}

.gap-x-44{
  -webkit-column-gap:176px;
     -moz-column-gap:176px;
          column-gap:176px
}

.gap-x-48{
  -webkit-column-gap:192px;
     -moz-column-gap:192px;
          column-gap:192px
}

.gap-x-52{
  -webkit-column-gap:208px;
     -moz-column-gap:208px;
          column-gap:208px
}

.gap-x-56{
  -webkit-column-gap:224px;
     -moz-column-gap:224px;
          column-gap:224px
}

.gap-x-60{
  -webkit-column-gap:240px;
     -moz-column-gap:240px;
          column-gap:240px
}

.gap-x-64{
  -webkit-column-gap:256px;
     -moz-column-gap:256px;
          column-gap:256px
}

.gap-x-72{
  -webkit-column-gap:288px;
     -moz-column-gap:288px;
          column-gap:288px
}

.gap-x-80{
  -webkit-column-gap:320px;
     -moz-column-gap:320px;
          column-gap:320px
}

.gap-x-96{
  -webkit-column-gap:384px;
     -moz-column-gap:384px;
          column-gap:384px
}

.gap-x-px{
  -webkit-column-gap:1px;
     -moz-column-gap:1px;
          column-gap:1px
}

.gap-x-0\.5{
  -webkit-column-gap:2px;
     -moz-column-gap:2px;
          column-gap:2px
}

.gap-x-1\.5{
  -webkit-column-gap:6px;
     -moz-column-gap:6px;
          column-gap:6px
}

.gap-x-2\.5{
  -webkit-column-gap:10px;
     -moz-column-gap:10px;
          column-gap:10px
}

.gap-x-3\.5{
  -webkit-column-gap:14px;
     -moz-column-gap:14px;
          column-gap:14px
}

.gap-x-4\.5{
  -webkit-column-gap:18px;
     -moz-column-gap:18px;
          column-gap:18px
}

.gap-x-7\.5{
  -webkit-column-gap:30px;
     -moz-column-gap:30px;
          column-gap:30px
}

.gap-y-0{
  row-gap:0px
}

.gap-y-1{
  row-gap:4px
}

.gap-y-2{
  row-gap:8px
}

.gap-y-3{
  row-gap:12px
}

.gap-y-4{
  row-gap:16px
}

.gap-y-5{
  row-gap:20px
}

.gap-y-6{
  row-gap:24px
}

.gap-y-7{
  row-gap:28px
}

.gap-y-8{
  row-gap:32px
}

.gap-y-9{
  row-gap:36px
}

.gap-y-10{
  row-gap:40px
}

.gap-y-11{
  row-gap:44px
}

.gap-y-12{
  row-gap:48px
}

.gap-y-13{
  row-gap:50px
}

.gap-y-14{
  row-gap:56px
}

.gap-y-15{
  row-gap:60px
}

.gap-y-16{
  row-gap:64px
}

.gap-y-20{
  row-gap:80px
}

.gap-y-24{
  row-gap:96px
}

.gap-y-28{
  row-gap:112px
}

.gap-y-32{
  row-gap:128px
}

.gap-y-36{
  row-gap:144px
}

.gap-y-40{
  row-gap:160px
}

.gap-y-44{
  row-gap:176px
}

.gap-y-48{
  row-gap:192px
}

.gap-y-52{
  row-gap:208px
}

.gap-y-56{
  row-gap:224px
}

.gap-y-60{
  row-gap:240px
}

.gap-y-64{
  row-gap:256px
}

.gap-y-72{
  row-gap:288px
}

.gap-y-80{
  row-gap:320px
}

.gap-y-96{
  row-gap:384px
}

.gap-y-px{
  row-gap:1px
}

.gap-y-0\.5{
  row-gap:2px
}

.gap-y-1\.5{
  row-gap:6px
}

.gap-y-2\.5{
  row-gap:10px
}

.gap-y-3\.5{
  row-gap:14px
}

.gap-y-4\.5{
  row-gap:18px
}

.gap-y-7\.5{
  row-gap:30px
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
  margin-right:calc(0px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(4px * var(--tw-space-x-reverse));
  margin-right:calc(4px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(8px * var(--tw-space-x-reverse));
  margin-right:calc(8px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(12px * var(--tw-space-x-reverse));
  margin-right:calc(12px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(16px * var(--tw-space-x-reverse));
  margin-right:calc(16px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(20px * var(--tw-space-x-reverse));
  margin-right:calc(20px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(24px * var(--tw-space-x-reverse));
  margin-right:calc(24px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(28px * var(--tw-space-x-reverse));
  margin-right:calc(28px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(28px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(32px * var(--tw-space-x-reverse));
  margin-right:calc(32px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(36px * var(--tw-space-x-reverse));
  margin-right:calc(36px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(36px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(40px * var(--tw-space-x-reverse));
  margin-right:calc(40px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(44px * var(--tw-space-x-reverse));
  margin-right:calc(44px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(44px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(48px * var(--tw-space-x-reverse));
  margin-right:calc(48px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(48px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(50px * var(--tw-space-x-reverse));
  margin-right:calc(50px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(56px * var(--tw-space-x-reverse));
  margin-right:calc(56px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(56px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(60px * var(--tw-space-x-reverse));
  margin-right:calc(60px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(64px * var(--tw-space-x-reverse));
  margin-right:calc(64px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(64px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(80px * var(--tw-space-x-reverse));
  margin-right:calc(80px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(96px * var(--tw-space-x-reverse));
  margin-right:calc(96px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(96px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(112px * var(--tw-space-x-reverse));
  margin-right:calc(112px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(112px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(128px * var(--tw-space-x-reverse));
  margin-right:calc(128px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(128px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(144px * var(--tw-space-x-reverse));
  margin-right:calc(144px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(144px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(160px * var(--tw-space-x-reverse));
  margin-right:calc(160px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(160px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(176px * var(--tw-space-x-reverse));
  margin-right:calc(176px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(176px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(192px * var(--tw-space-x-reverse));
  margin-right:calc(192px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(192px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(208px * var(--tw-space-x-reverse));
  margin-right:calc(208px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(208px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(224px * var(--tw-space-x-reverse));
  margin-right:calc(224px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(224px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(240px * var(--tw-space-x-reverse));
  margin-right:calc(240px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(240px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(256px * var(--tw-space-x-reverse));
  margin-right:calc(256px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(256px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(288px * var(--tw-space-x-reverse));
  margin-right:calc(288px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(288px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(320px * var(--tw-space-x-reverse));
  margin-right:calc(320px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(320px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(384px * var(--tw-space-x-reverse));
  margin-right:calc(384px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(384px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(1px * var(--tw-space-x-reverse));
  margin-right:calc(1px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(2px * var(--tw-space-x-reverse));
  margin-right:calc(2px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(2px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(6px * var(--tw-space-x-reverse));
  margin-right:calc(6px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(10px * var(--tw-space-x-reverse));
  margin-right:calc(10px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(14px * var(--tw-space-x-reverse));
  margin-right:calc(14px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(14px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(18px * var(--tw-space-x-reverse));
  margin-right:calc(18px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(18px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(30px * var(--tw-space-x-reverse));
  margin-right:calc(30px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
  margin-right:calc(0px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-4px * var(--tw-space-x-reverse));
  margin-right:calc(-4px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-4px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-8px * var(--tw-space-x-reverse));
  margin-right:calc(-8px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-8px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-12px * var(--tw-space-x-reverse));
  margin-right:calc(-12px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-12px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-16px * var(--tw-space-x-reverse));
  margin-right:calc(-16px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-16px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-20px * var(--tw-space-x-reverse));
  margin-right:calc(-20px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-20px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-24px * var(--tw-space-x-reverse));
  margin-right:calc(-24px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-24px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-28px * var(--tw-space-x-reverse));
  margin-right:calc(-28px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-28px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-32px * var(--tw-space-x-reverse));
  margin-right:calc(-32px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-32px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-36px * var(--tw-space-x-reverse));
  margin-right:calc(-36px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-36px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-40px * var(--tw-space-x-reverse));
  margin-right:calc(-40px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-40px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-44px * var(--tw-space-x-reverse));
  margin-right:calc(-44px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-44px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-48px * var(--tw-space-x-reverse));
  margin-right:calc(-48px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-48px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-50px * var(--tw-space-x-reverse));
  margin-right:calc(-50px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-50px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-56px * var(--tw-space-x-reverse));
  margin-right:calc(-56px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-56px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-60px * var(--tw-space-x-reverse));
  margin-right:calc(-60px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-60px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-64px * var(--tw-space-x-reverse));
  margin-right:calc(-64px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-64px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-80px * var(--tw-space-x-reverse));
  margin-right:calc(-80px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-80px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-96px * var(--tw-space-x-reverse));
  margin-right:calc(-96px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-96px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-112px * var(--tw-space-x-reverse));
  margin-right:calc(-112px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-112px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-128px * var(--tw-space-x-reverse));
  margin-right:calc(-128px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-128px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-144px * var(--tw-space-x-reverse));
  margin-right:calc(-144px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-144px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-160px * var(--tw-space-x-reverse));
  margin-right:calc(-160px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-160px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-176px * var(--tw-space-x-reverse));
  margin-right:calc(-176px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-176px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-192px * var(--tw-space-x-reverse));
  margin-right:calc(-192px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-192px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-208px * var(--tw-space-x-reverse));
  margin-right:calc(-208px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-208px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-224px * var(--tw-space-x-reverse));
  margin-right:calc(-224px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-224px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-240px * var(--tw-space-x-reverse));
  margin-right:calc(-240px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-240px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-256px * var(--tw-space-x-reverse));
  margin-right:calc(-256px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-256px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-288px * var(--tw-space-x-reverse));
  margin-right:calc(-288px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-288px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-320px * var(--tw-space-x-reverse));
  margin-right:calc(-320px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-320px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-384px * var(--tw-space-x-reverse));
  margin-right:calc(-384px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-384px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-1px * var(--tw-space-x-reverse));
  margin-right:calc(-1px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-2px * var(--tw-space-x-reverse));
  margin-right:calc(-2px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-2px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-6px * var(--tw-space-x-reverse));
  margin-right:calc(-6px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-6px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-10px * var(--tw-space-x-reverse));
  margin-right:calc(-10px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-10px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-14px * var(--tw-space-x-reverse));
  margin-right:calc(-14px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-14px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-18px * var(--tw-space-x-reverse));
  margin-right:calc(-18px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-18px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:-webkit-calc(-30px * var(--tw-space-x-reverse));
  margin-right:calc(-30px * var(--tw-space-x-reverse));
  margin-left:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left:calc(-30px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
  margin-bottom:calc(0px * var(--tw-space-y-reverse))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(4px * var(--tw-space-y-reverse));
  margin-bottom:calc(4px * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(8px * var(--tw-space-y-reverse));
  margin-bottom:calc(8px * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(12px * var(--tw-space-y-reverse));
  margin-bottom:calc(12px * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(16px * var(--tw-space-y-reverse));
  margin-bottom:calc(16px * var(--tw-space-y-reverse))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(20px * var(--tw-space-y-reverse));
  margin-bottom:calc(20px * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(24px * var(--tw-space-y-reverse));
  margin-bottom:calc(24px * var(--tw-space-y-reverse))
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(28px * var(--tw-space-y-reverse));
  margin-bottom:calc(28px * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(32px * var(--tw-space-y-reverse));
  margin-bottom:calc(32px * var(--tw-space-y-reverse))
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(36px * var(--tw-space-y-reverse));
  margin-bottom:calc(36px * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(40px * var(--tw-space-y-reverse));
  margin-bottom:calc(40px * var(--tw-space-y-reverse))
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(44px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(44px * var(--tw-space-y-reverse));
  margin-bottom:calc(44px * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(48px * var(--tw-space-y-reverse));
  margin-bottom:calc(48px * var(--tw-space-y-reverse))
}

.space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(50px * var(--tw-space-y-reverse));
  margin-bottom:calc(50px * var(--tw-space-y-reverse))
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(56px * var(--tw-space-y-reverse));
  margin-bottom:calc(56px * var(--tw-space-y-reverse))
}

.space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(60px * var(--tw-space-y-reverse));
  margin-bottom:calc(60px * var(--tw-space-y-reverse))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(64px * var(--tw-space-y-reverse));
  margin-bottom:calc(64px * var(--tw-space-y-reverse))
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(80px * var(--tw-space-y-reverse));
  margin-bottom:calc(80px * var(--tw-space-y-reverse))
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(96px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(96px * var(--tw-space-y-reverse));
  margin-bottom:calc(96px * var(--tw-space-y-reverse))
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(112px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(112px * var(--tw-space-y-reverse));
  margin-bottom:calc(112px * var(--tw-space-y-reverse))
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(128px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(128px * var(--tw-space-y-reverse));
  margin-bottom:calc(128px * var(--tw-space-y-reverse))
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(144px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(144px * var(--tw-space-y-reverse));
  margin-bottom:calc(144px * var(--tw-space-y-reverse))
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(160px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(160px * var(--tw-space-y-reverse));
  margin-bottom:calc(160px * var(--tw-space-y-reverse))
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(176px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(176px * var(--tw-space-y-reverse));
  margin-bottom:calc(176px * var(--tw-space-y-reverse))
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(192px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(192px * var(--tw-space-y-reverse));
  margin-bottom:calc(192px * var(--tw-space-y-reverse))
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(208px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(208px * var(--tw-space-y-reverse));
  margin-bottom:calc(208px * var(--tw-space-y-reverse))
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(224px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(224px * var(--tw-space-y-reverse));
  margin-bottom:calc(224px * var(--tw-space-y-reverse))
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(240px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(240px * var(--tw-space-y-reverse));
  margin-bottom:calc(240px * var(--tw-space-y-reverse))
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(256px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(256px * var(--tw-space-y-reverse));
  margin-bottom:calc(256px * var(--tw-space-y-reverse))
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(288px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(288px * var(--tw-space-y-reverse));
  margin-bottom:calc(288px * var(--tw-space-y-reverse))
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(320px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(320px * var(--tw-space-y-reverse));
  margin-bottom:calc(320px * var(--tw-space-y-reverse))
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(384px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(384px * var(--tw-space-y-reverse));
  margin-bottom:calc(384px * var(--tw-space-y-reverse))
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(1px * var(--tw-space-y-reverse));
  margin-bottom:calc(1px * var(--tw-space-y-reverse))
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(2px * var(--tw-space-y-reverse));
  margin-bottom:calc(2px * var(--tw-space-y-reverse))
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(6px * var(--tw-space-y-reverse));
  margin-bottom:calc(6px * var(--tw-space-y-reverse))
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(10px * var(--tw-space-y-reverse));
  margin-bottom:calc(10px * var(--tw-space-y-reverse))
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(14px * var(--tw-space-y-reverse));
  margin-bottom:calc(14px * var(--tw-space-y-reverse))
}

.space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(18px * var(--tw-space-y-reverse));
  margin-bottom:calc(18px * var(--tw-space-y-reverse))
}

.space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(30px * var(--tw-space-y-reverse));
  margin-bottom:calc(30px * var(--tw-space-y-reverse))
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
  margin-bottom:calc(0px * var(--tw-space-y-reverse))
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-4px * var(--tw-space-y-reverse));
  margin-bottom:calc(-4px * var(--tw-space-y-reverse))
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-8px * var(--tw-space-y-reverse));
  margin-bottom:calc(-8px * var(--tw-space-y-reverse))
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-12px * var(--tw-space-y-reverse));
  margin-bottom:calc(-12px * var(--tw-space-y-reverse))
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-16px * var(--tw-space-y-reverse));
  margin-bottom:calc(-16px * var(--tw-space-y-reverse))
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-20px * var(--tw-space-y-reverse));
  margin-bottom:calc(-20px * var(--tw-space-y-reverse))
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-24px * var(--tw-space-y-reverse));
  margin-bottom:calc(-24px * var(--tw-space-y-reverse))
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-28px * var(--tw-space-y-reverse));
  margin-bottom:calc(-28px * var(--tw-space-y-reverse))
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-32px * var(--tw-space-y-reverse));
  margin-bottom:calc(-32px * var(--tw-space-y-reverse))
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-36px * var(--tw-space-y-reverse));
  margin-bottom:calc(-36px * var(--tw-space-y-reverse))
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-40px * var(--tw-space-y-reverse));
  margin-bottom:calc(-40px * var(--tw-space-y-reverse))
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-44px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-44px * var(--tw-space-y-reverse));
  margin-bottom:calc(-44px * var(--tw-space-y-reverse))
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-48px * var(--tw-space-y-reverse));
  margin-bottom:calc(-48px * var(--tw-space-y-reverse))
}

.-space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-50px * var(--tw-space-y-reverse));
  margin-bottom:calc(-50px * var(--tw-space-y-reverse))
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-56px * var(--tw-space-y-reverse));
  margin-bottom:calc(-56px * var(--tw-space-y-reverse))
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-60px * var(--tw-space-y-reverse));
  margin-bottom:calc(-60px * var(--tw-space-y-reverse))
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-64px * var(--tw-space-y-reverse));
  margin-bottom:calc(-64px * var(--tw-space-y-reverse))
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-80px * var(--tw-space-y-reverse));
  margin-bottom:calc(-80px * var(--tw-space-y-reverse))
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-96px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-96px * var(--tw-space-y-reverse));
  margin-bottom:calc(-96px * var(--tw-space-y-reverse))
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-112px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-112px * var(--tw-space-y-reverse));
  margin-bottom:calc(-112px * var(--tw-space-y-reverse))
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-128px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-128px * var(--tw-space-y-reverse));
  margin-bottom:calc(-128px * var(--tw-space-y-reverse))
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-144px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-144px * var(--tw-space-y-reverse));
  margin-bottom:calc(-144px * var(--tw-space-y-reverse))
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-160px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-160px * var(--tw-space-y-reverse));
  margin-bottom:calc(-160px * var(--tw-space-y-reverse))
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-176px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-176px * var(--tw-space-y-reverse));
  margin-bottom:calc(-176px * var(--tw-space-y-reverse))
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-192px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-192px * var(--tw-space-y-reverse));
  margin-bottom:calc(-192px * var(--tw-space-y-reverse))
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-208px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-208px * var(--tw-space-y-reverse));
  margin-bottom:calc(-208px * var(--tw-space-y-reverse))
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-224px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-224px * var(--tw-space-y-reverse));
  margin-bottom:calc(-224px * var(--tw-space-y-reverse))
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-240px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-240px * var(--tw-space-y-reverse));
  margin-bottom:calc(-240px * var(--tw-space-y-reverse))
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-256px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-256px * var(--tw-space-y-reverse));
  margin-bottom:calc(-256px * var(--tw-space-y-reverse))
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-288px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-288px * var(--tw-space-y-reverse));
  margin-bottom:calc(-288px * var(--tw-space-y-reverse))
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-320px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-320px * var(--tw-space-y-reverse));
  margin-bottom:calc(-320px * var(--tw-space-y-reverse))
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-384px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-384px * var(--tw-space-y-reverse));
  margin-bottom:calc(-384px * var(--tw-space-y-reverse))
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-1px * var(--tw-space-y-reverse));
  margin-bottom:calc(-1px * var(--tw-space-y-reverse))
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-2px * var(--tw-space-y-reverse));
  margin-bottom:calc(-2px * var(--tw-space-y-reverse))
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-6px * var(--tw-space-y-reverse));
  margin-bottom:calc(-6px * var(--tw-space-y-reverse))
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-10px * var(--tw-space-y-reverse));
  margin-bottom:calc(-10px * var(--tw-space-y-reverse))
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-14px * var(--tw-space-y-reverse));
  margin-bottom:calc(-14px * var(--tw-space-y-reverse))
}

.-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-18px * var(--tw-space-y-reverse));
  margin-bottom:calc(-18px * var(--tw-space-y-reverse))
}

.-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top:calc(-30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:-webkit-calc(-30px * var(--tw-space-y-reverse));
  margin-bottom:calc(-30px * var(--tw-space-y-reverse))
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:1
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:1
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(0px * var(--tw-divide-x-reverse));
  border-right-width:calc(0px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(2px * var(--tw-divide-x-reverse));
  border-right-width:calc(2px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(4px * var(--tw-divide-x-reverse));
  border-right-width:calc(4px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(6px * var(--tw-divide-x-reverse));
  border-right-width:calc(6px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(6px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(8px * var(--tw-divide-x-reverse));
  border-right-width:calc(8px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:-webkit-calc(1px * var(--tw-divide-x-reverse));
  border-right-width:calc(1px * var(--tw-divide-x-reverse));
  border-left-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
  border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(0px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(2px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(2px * var(--tw-divide-y-reverse))
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(4px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(4px * var(--tw-divide-y-reverse))
}

.divide-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(6px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(6px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(6px * var(--tw-divide-y-reverse))
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(8px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(8px * var(--tw-divide-y-reverse))
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:-webkit-calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:1
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:1
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style:solid
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style:dashed
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style:dotted
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style:double
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style:none
}

.divide-6 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-divide-opacity))
}

.divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color:transparent
}

.divide-current > :not([hidden]) ~ :not([hidden]){
  border-color:currentColor
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
}

.divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-divide-opacity))
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
}

.divide-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-divide-opacity))
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
}

.divide-base > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-divide-opacity))
}

.divide-bc > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-divide-opacity))
}

.divide-d4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-divide-opacity))
}

.divide-d6 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-divide-opacity))
}

.divide-e5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-divide-opacity))
}

.divide-ef > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-divide-opacity))
}

.divide-c > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-divide-opacity))
}

.divide-l-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-divide-opacity))
}

.divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-divide-opacity))
}

.divide-t-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-divide-opacity))
}

.divide-l-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-divide-opacity))
}

.divide-test-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-divide-opacity))
}

.divide-l-test-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-divide-opacity))
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.05
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.1
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.2
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.25
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.3
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.4
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.5
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.6
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.7
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.75
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.8
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.9
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.95
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1
}

.place-self-auto{
  place-self:auto
}

.place-self-start{
  place-self:start
}

.place-self-end{
  place-self:end
}

.place-self-center{
  place-self:center
}

.place-self-stretch{
  place-self:stretch
}

.self-auto{
  -webkit-align-self:auto;
      -ms-flex-item-align:auto;
          align-self:auto
}

.self-start{
  -webkit-align-self:flex-start;
      -ms-flex-item-align:start;
          align-self:flex-start
}

.self-end{
  -webkit-align-self:flex-end;
      -ms-flex-item-align:end;
          align-self:flex-end
}

.self-center{
  -webkit-align-self:center;
      -ms-flex-item-align:center;
          align-self:center
}

.self-stretch{
  -webkit-align-self:stretch;
      -ms-flex-item-align:stretch;
          align-self:stretch
}

.self-baseline{
  -webkit-align-self:baseline;
      -ms-flex-item-align:baseline;
          align-self:baseline
}

.justify-self-auto{
  justify-self:auto
}

.justify-self-start{
  justify-self:start
}

.justify-self-end{
  justify-self:end
}

.justify-self-center{
  justify-self:center
}

.justify-self-stretch{
  justify-self:stretch
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.overflow-visible{
  overflow:visible
}

.overflow-scroll{
  overflow:scroll
}

.overflow-x-auto{
  overflow-x:auto
}

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

.overflow-x-hidden{
  overflow-x:hidden
}

.overflow-y-hidden{
  overflow-y:hidden
}

.overflow-x-visible{
  overflow-x:visible
}

.overflow-y-visible{
  overflow-y:visible
}

.overflow-x-scroll{
  overflow-x:scroll
}

.overflow-y-scroll{
  overflow-y:scroll
}

.overscroll-auto{
  -ms-scroll-chaining:chained;
      overscroll-behavior:auto
}

.overscroll-contain{
  -ms-scroll-chaining:none;
      overscroll-behavior:contain
}

.overscroll-none{
  -ms-scroll-chaining:none;
      overscroll-behavior:none
}

.overscroll-y-auto{
  overscroll-behavior-y:auto
}

.overscroll-y-contain{
  overscroll-behavior-y:contain
}

.overscroll-y-none{
  overscroll-behavior-y:none
}

.overscroll-x-auto{
  overscroll-behavior-x:auto
}

.overscroll-x-contain{
  overscroll-behavior-x:contain
}

.overscroll-x-none{
  overscroll-behavior-x:none
}

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

.overflow-ellipsis{
  -o-text-overflow:ellipsis;
     text-overflow:ellipsis
}

.overflow-clip{
  -o-text-overflow:clip;
     text-overflow:clip
}

.whitespace-normal{
  white-space:normal
}

.whitespace-nowrap{
  white-space:nowrap
}

.whitespace-pre{
  white-space:pre
}

.whitespace-pre-line{
  white-space:pre-line
}

.whitespace-pre-wrap{
  white-space:pre-wrap
}

.break-normal{
  overflow-wrap:normal;
  word-break:normal
}

.break-words{
  overflow-wrap:break-word
}

.break-all{
  word-break:break-all
}

.rounded-none{
  -webkit-border-radius:0px;
          border-radius:0px
}

.rounded-sm{
  -webkit-border-radius:2px;
          border-radius:2px
}

.rounded{
  -webkit-border-radius:4px;
          border-radius:4px
}

.rounded-md{
  -webkit-border-radius:6px;
          border-radius:6px
}

.rounded-lg{
  -webkit-border-radius:8px;
          border-radius:8px
}

.rounded-xl{
  -webkit-border-radius:10px;
          border-radius:10px
}

.rounded-2xl{
  -webkit-border-radius:12px;
          border-radius:12px
}

.rounded-3xl{
  -webkit-border-radius:16px;
          border-radius:16px
}

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

.rounded-t-none{
  -webkit-border-top-left-radius:0px;
          border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
          border-top-right-radius:0px
}

.rounded-t-sm{
  -webkit-border-top-left-radius:2px;
          border-top-left-radius:2px;
  -webkit-border-top-right-radius:2px;
          border-top-right-radius:2px
}

.rounded-t{
  -webkit-border-top-left-radius:4px;
          border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
          border-top-right-radius:4px
}

.rounded-t-md{
  -webkit-border-top-left-radius:6px;
          border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
          border-top-right-radius:6px
}

.rounded-t-lg{
  -webkit-border-top-left-radius:8px;
          border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
          border-top-right-radius:8px
}

.rounded-t-xl{
  -webkit-border-top-left-radius:10px;
          border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
          border-top-right-radius:10px
}

.rounded-t-2xl{
  -webkit-border-top-left-radius:12px;
          border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
          border-top-right-radius:12px
}

.rounded-t-3xl{
  -webkit-border-top-left-radius:16px;
          border-top-left-radius:16px;
  -webkit-border-top-right-radius:16px;
          border-top-right-radius:16px
}

.rounded-t-full{
  -webkit-border-top-left-radius:9999px;
          border-top-left-radius:9999px;
  -webkit-border-top-right-radius:9999px;
          border-top-right-radius:9999px
}

.rounded-r-none{
  -webkit-border-top-right-radius:0px;
          border-top-right-radius:0px;
  -webkit-border-bottom-right-radius:0px;
          border-bottom-right-radius:0px
}

.rounded-r-sm{
  -webkit-border-top-right-radius:2px;
          border-top-right-radius:2px;
  -webkit-border-bottom-right-radius:2px;
          border-bottom-right-radius:2px
}

.rounded-r{
  -webkit-border-top-right-radius:4px;
          border-top-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
          border-bottom-right-radius:4px
}

.rounded-r-md{
  -webkit-border-top-right-radius:6px;
          border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
          border-bottom-right-radius:6px
}

.rounded-r-lg{
  -webkit-border-top-right-radius:8px;
          border-top-right-radius:8px;
  -webkit-border-bottom-right-radius:8px;
          border-bottom-right-radius:8px
}

.rounded-r-xl{
  -webkit-border-top-right-radius:10px;
          border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
          border-bottom-right-radius:10px
}

.rounded-r-2xl{
  -webkit-border-top-right-radius:12px;
          border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
          border-bottom-right-radius:12px
}

.rounded-r-3xl{
  -webkit-border-top-right-radius:16px;
          border-top-right-radius:16px;
  -webkit-border-bottom-right-radius:16px;
          border-bottom-right-radius:16px
}

.rounded-r-full{
  -webkit-border-top-right-radius:9999px;
          border-top-right-radius:9999px;
  -webkit-border-bottom-right-radius:9999px;
          border-bottom-right-radius:9999px
}

.rounded-b-none{
  -webkit-border-bottom-right-radius:0px;
          border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
          border-bottom-left-radius:0px
}

.rounded-b-sm{
  -webkit-border-bottom-right-radius:2px;
          border-bottom-right-radius:2px;
  -webkit-border-bottom-left-radius:2px;
          border-bottom-left-radius:2px
}

.rounded-b{
  -webkit-border-bottom-right-radius:4px;
          border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
          border-bottom-left-radius:4px
}

.rounded-b-md{
  -webkit-border-bottom-right-radius:6px;
          border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
          border-bottom-left-radius:6px
}

.rounded-b-lg{
  -webkit-border-bottom-right-radius:8px;
          border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
          border-bottom-left-radius:8px
}

.rounded-b-xl{
  -webkit-border-bottom-right-radius:10px;
          border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
          border-bottom-left-radius:10px
}

.rounded-b-2xl{
  -webkit-border-bottom-right-radius:12px;
          border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
          border-bottom-left-radius:12px
}

.rounded-b-3xl{
  -webkit-border-bottom-right-radius:16px;
          border-bottom-right-radius:16px;
  -webkit-border-bottom-left-radius:16px;
          border-bottom-left-radius:16px
}

.rounded-b-full{
  -webkit-border-bottom-right-radius:9999px;
          border-bottom-right-radius:9999px;
  -webkit-border-bottom-left-radius:9999px;
          border-bottom-left-radius:9999px
}

.rounded-l-none{
  -webkit-border-top-left-radius:0px;
          border-top-left-radius:0px;
  -webkit-border-bottom-left-radius:0px;
          border-bottom-left-radius:0px
}

.rounded-l-sm{
  -webkit-border-top-left-radius:2px;
          border-top-left-radius:2px;
  -webkit-border-bottom-left-radius:2px;
          border-bottom-left-radius:2px
}

.rounded-l{
  -webkit-border-top-left-radius:4px;
          border-top-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
          border-bottom-left-radius:4px
}

.rounded-l-md{
  -webkit-border-top-left-radius:6px;
          border-top-left-radius:6px;
  -webkit-border-bottom-left-radius:6px;
          border-bottom-left-radius:6px
}

.rounded-l-lg{
  -webkit-border-top-left-radius:8px;
          border-top-left-radius:8px;
  -webkit-border-bottom-left-radius:8px;
          border-bottom-left-radius:8px
}

.rounded-l-xl{
  -webkit-border-top-left-radius:10px;
          border-top-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
          border-bottom-left-radius:10px
}

.rounded-l-2xl{
  -webkit-border-top-left-radius:12px;
          border-top-left-radius:12px;
  -webkit-border-bottom-left-radius:12px;
          border-bottom-left-radius:12px
}

.rounded-l-3xl{
  -webkit-border-top-left-radius:16px;
          border-top-left-radius:16px;
  -webkit-border-bottom-left-radius:16px;
          border-bottom-left-radius:16px
}

.rounded-l-full{
  -webkit-border-top-left-radius:9999px;
          border-top-left-radius:9999px;
  -webkit-border-bottom-left-radius:9999px;
          border-bottom-left-radius:9999px
}

.rounded-tl-none{
  -webkit-border-top-left-radius:0px;
          border-top-left-radius:0px
}

.rounded-tl-sm{
  -webkit-border-top-left-radius:2px;
          border-top-left-radius:2px
}

.rounded-tl{
  -webkit-border-top-left-radius:4px;
          border-top-left-radius:4px
}

.rounded-tl-md{
  -webkit-border-top-left-radius:6px;
          border-top-left-radius:6px
}

.rounded-tl-lg{
  -webkit-border-top-left-radius:8px;
          border-top-left-radius:8px
}

.rounded-tl-xl{
  -webkit-border-top-left-radius:10px;
          border-top-left-radius:10px
}

.rounded-tl-2xl{
  -webkit-border-top-left-radius:12px;
          border-top-left-radius:12px
}

.rounded-tl-3xl{
  -webkit-border-top-left-radius:16px;
          border-top-left-radius:16px
}

.rounded-tl-full{
  -webkit-border-top-left-radius:9999px;
          border-top-left-radius:9999px
}

.rounded-tr-none{
  -webkit-border-top-right-radius:0px;
          border-top-right-radius:0px
}

.rounded-tr-sm{
  -webkit-border-top-right-radius:2px;
          border-top-right-radius:2px
}

.rounded-tr{
  -webkit-border-top-right-radius:4px;
          border-top-right-radius:4px
}

.rounded-tr-md{
  -webkit-border-top-right-radius:6px;
          border-top-right-radius:6px
}

.rounded-tr-lg{
  -webkit-border-top-right-radius:8px;
          border-top-right-radius:8px
}

.rounded-tr-xl{
  -webkit-border-top-right-radius:10px;
          border-top-right-radius:10px
}

.rounded-tr-2xl{
  -webkit-border-top-right-radius:12px;
          border-top-right-radius:12px
}

.rounded-tr-3xl{
  -webkit-border-top-right-radius:16px;
          border-top-right-radius:16px
}

.rounded-tr-full{
  -webkit-border-top-right-radius:9999px;
          border-top-right-radius:9999px
}

.rounded-br-none{
  -webkit-border-bottom-right-radius:0px;
          border-bottom-right-radius:0px
}

.rounded-br-sm{
  -webkit-border-bottom-right-radius:2px;
          border-bottom-right-radius:2px
}

.rounded-br{
  -webkit-border-bottom-right-radius:4px;
          border-bottom-right-radius:4px
}

.rounded-br-md{
  -webkit-border-bottom-right-radius:6px;
          border-bottom-right-radius:6px
}

.rounded-br-lg{
  -webkit-border-bottom-right-radius:8px;
          border-bottom-right-radius:8px
}

.rounded-br-xl{
  -webkit-border-bottom-right-radius:10px;
          border-bottom-right-radius:10px
}

.rounded-br-2xl{
  -webkit-border-bottom-right-radius:12px;
          border-bottom-right-radius:12px
}

.rounded-br-3xl{
  -webkit-border-bottom-right-radius:16px;
          border-bottom-right-radius:16px
}

.rounded-br-full{
  -webkit-border-bottom-right-radius:9999px;
          border-bottom-right-radius:9999px
}

.rounded-bl-none{
  -webkit-border-bottom-left-radius:0px;
          border-bottom-left-radius:0px
}

.rounded-bl-sm{
  -webkit-border-bottom-left-radius:2px;
          border-bottom-left-radius:2px
}

.rounded-bl{
  -webkit-border-bottom-left-radius:4px;
          border-bottom-left-radius:4px
}

.rounded-bl-md{
  -webkit-border-bottom-left-radius:6px;
          border-bottom-left-radius:6px
}

.rounded-bl-lg{
  -webkit-border-bottom-left-radius:8px;
          border-bottom-left-radius:8px
}

.rounded-bl-xl{
  -webkit-border-bottom-left-radius:10px;
          border-bottom-left-radius:10px
}

.rounded-bl-2xl{
  -webkit-border-bottom-left-radius:12px;
          border-bottom-left-radius:12px
}

.rounded-bl-3xl{
  -webkit-border-bottom-left-radius:16px;
          border-bottom-left-radius:16px
}

.rounded-bl-full{
  -webkit-border-bottom-left-radius:9999px;
          border-bottom-left-radius:9999px
}

.border-0{
  border-width:0px
}

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

.border-4{
  border-width:4px
}

.border-6{
  border-width:6px
}

.border-8{
  border-width:8px
}

.border{
  border-width:1px
}

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

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

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

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

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

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

.border-r-0{
  border-right-width:0px
}

.border-r-2{
  border-right-width:2px
}

.border-r-4{
  border-right-width:4px
}

.border-r-6{
  border-right-width:6px
}

.border-r-8{
  border-right-width:8px
}

.border-r{
  border-right-width:1px
}

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

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

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

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

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

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

.border-l-0{
  border-left-width:0px
}

.border-l-2{
  border-left-width:2px
}

.border-l-4{
  border-left-width:4px
}

.border-l-6{
  border-left-width:6px
}

.border-l-8{
  border-left-width:8px
}

.border-l{
  border-left-width:1px
}

.border-solid{
  border-style:solid
}

.border-dashed{
  border-style:dashed
}

.border-dotted{
  border-style:dotted
}

.border-double{
  border-style:double
}

.border-none{
  border-style:none
}

.border-6{
  --tw-border-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-border-opacity))
}

.border-transparent{
  border-color:transparent
}

.border-current{
  border-color:currentColor
}

.border-black{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-50{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-gray-400{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.border-gray-500{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.border-gray-600{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.border-gray-700{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.border-gray-800{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.border-gray-900{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.border-red{
  --tw-border-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-border-opacity))
}

.border-yellow-50{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.border-yellow-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.border-yellow-200{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.border-yellow-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.border-yellow-400{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.border-yellow-600{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.border-yellow-700{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.border-yellow-800{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.border-yellow-900{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.border-green-50{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.border-green-100{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.border-green-200{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.border-green-300{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.border-green-400{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.border-green-500{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.border-green-600{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.border-green-700{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.border-green-800{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.border-green-900{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.border-blue{
  --tw-border-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-border-opacity))
}

.border-indigo-50{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.border-indigo-100{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.border-indigo-200{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.border-indigo-300{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.border-indigo-400{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.border-indigo-500{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.border-indigo-600{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.border-indigo-700{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.border-indigo-800{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.border-indigo-900{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.border-purple-50{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.border-purple-100{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.border-purple-200{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.border-purple-300{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.border-purple-400{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.border-purple-500{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.border-purple-600{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.border-purple-700{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.border-purple-800{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.border-purple-900{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.border-pink-50{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.border-pink-100{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.border-pink-200{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.border-pink-300{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.border-pink-400{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.border-pink-500{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.border-pink-600{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.border-pink-700{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.border-pink-800{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.border-pink-900{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.border-base{
  --tw-border-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-border-opacity))
}

.border-bc{
  --tw-border-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-border-opacity))
}

.border-d4{
  --tw-border-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-border-opacity))
}

.border-d6{
  --tw-border-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-border-opacity))
}

.border-e5{
  --tw-border-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-border-opacity))
}

.border-ef{
  --tw-border-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-border-opacity))
}

.border-c{
  --tw-border-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-border-opacity))
}

.border-l-blue{
  --tw-border-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-border-opacity))
}

.border-orange{
  --tw-border-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-border-opacity))
}

.border-t-orange{
  --tw-border-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-border-opacity))
}

.border-l-orange{
  --tw-border-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-border-opacity))
}

.border-test-blue{
  --tw-border-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-border-opacity))
}

.border-l-test-blue{
  --tw-border-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-6{
  --tw-border-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-transparent{
  border-color:transparent
}

.group:hover .group-hover\:border-current{
  border-color:currentColor
}

.group:hover .group-hover\:border-black{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-50{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-100{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-600{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-700{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-800{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-gray-900{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-red{
  --tw-border-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-50{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-200{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-400{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-600{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-700{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-800{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-yellow-900{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-50{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-100{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-200{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-300{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-400{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-500{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-600{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-700{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-800{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-green-900{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-blue{
  --tw-border-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-50{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-100{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-200{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-300{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-400{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-500{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-600{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-700{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-800{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-indigo-900{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-50{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-100{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-200{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-300{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-400{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-500{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-600{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-700{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-800{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-purple-900{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-50{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-100{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-200{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-300{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-400{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-500{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-600{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-700{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-800{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-pink-900{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-base{
  --tw-border-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-bc{
  --tw-border-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-d4{
  --tw-border-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-d6{
  --tw-border-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-e5{
  --tw-border-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-ef{
  --tw-border-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-c{
  --tw-border-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-l-blue{
  --tw-border-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-orange{
  --tw-border-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-t-orange{
  --tw-border-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-l-orange{
  --tw-border-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-test-blue{
  --tw-border-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-l-test-blue{
  --tw-border-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-border-opacity))
}

.focus-within\:border-6:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-border-opacity))
}

.focus-within\:border-transparent:focus-within{
  border-color:transparent
}

.focus-within\:border-current:focus-within{
  border-color:currentColor
}

.focus-within\:border-black:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.focus-within\:border-white:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus-within\:border-gray-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.focus-within\:border-gray-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.focus-within\:border-gray-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.focus-within\:border-gray-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus-within\:border-gray-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.focus-within\:border-gray-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.focus-within\:border-gray-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.focus-within\:border-gray-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.focus-within\:border-gray-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus-within\:border-red:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-border-opacity))
}

.focus-within\:border-yellow-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.focus-within\:border-yellow-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.focus-within\:border-yellow-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.focus-within\:border-yellow-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.focus-within\:border-yellow-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.focus-within\:border-yellow-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.focus-within\:border-yellow-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.focus-within\:border-yellow-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.focus-within\:border-yellow-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.focus-within\:border-yellow-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.focus-within\:border-green-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.focus-within\:border-green-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.focus-within\:border-green-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.focus-within\:border-green-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.focus-within\:border-green-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.focus-within\:border-green-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.focus-within\:border-green-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.focus-within\:border-green-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.focus-within\:border-green-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.focus-within\:border-green-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.focus-within\:border-blue:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-border-opacity))
}

.focus-within\:border-indigo-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.focus-within\:border-indigo-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.focus-within\:border-indigo-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.focus-within\:border-indigo-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.focus-within\:border-indigo-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.focus-within\:border-indigo-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.focus-within\:border-indigo-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.focus-within\:border-indigo-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.focus-within\:border-indigo-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.focus-within\:border-purple-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.focus-within\:border-purple-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.focus-within\:border-purple-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.focus-within\:border-purple-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.focus-within\:border-purple-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.focus-within\:border-purple-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.focus-within\:border-purple-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.focus-within\:border-purple-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.focus-within\:border-purple-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.focus-within\:border-purple-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.focus-within\:border-pink-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.focus-within\:border-pink-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.focus-within\:border-pink-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.focus-within\:border-pink-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.focus-within\:border-pink-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.focus-within\:border-pink-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.focus-within\:border-pink-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.focus-within\:border-pink-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.focus-within\:border-pink-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.focus-within\:border-pink-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.focus-within\:border-base:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-border-opacity))
}

.focus-within\:border-bc:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-border-opacity))
}

.focus-within\:border-d4:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-border-opacity))
}

.focus-within\:border-d6:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-border-opacity))
}

.focus-within\:border-e5:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-border-opacity))
}

.focus-within\:border-ef:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-border-opacity))
}

.focus-within\:border-c:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-border-opacity))
}

.focus-within\:border-l-blue:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-border-opacity))
}

.focus-within\:border-orange:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-border-opacity))
}

.focus-within\:border-t-orange:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-border-opacity))
}

.focus-within\:border-l-orange:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-border-opacity))
}

.focus-within\:border-test-blue:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-border-opacity))
}

.focus-within\:border-l-test-blue:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-border-opacity))
}

.hover\:border-6:hover{
  --tw-border-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-border-opacity))
}

.hover\:border-transparent:hover{
  border-color:transparent
}

.hover\:border-current:hover{
  border-color:currentColor
}

.hover\:border-black:hover{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.hover\:border-white:hover{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.hover\:border-gray-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.hover\:border-gray-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.hover\:border-gray-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.hover\:border-gray-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.hover\:border-gray-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.hover\:border-gray-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.hover\:border-gray-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.hover\:border-gray-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.hover\:border-gray-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.hover\:border-gray-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.hover\:border-red:hover{
  --tw-border-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-border-opacity))
}

.hover\:border-yellow-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.hover\:border-yellow-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.hover\:border-yellow-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.hover\:border-yellow-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.hover\:border-yellow-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.hover\:border-green-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.hover\:border-green-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.hover\:border-green-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.hover\:border-green-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.hover\:border-green-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.hover\:border-green-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.hover\:border-green-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.hover\:border-green-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.hover\:border-green-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.hover\:border-green-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.hover\:border-blue:hover{
  --tw-border-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-border-opacity))
}

.hover\:border-indigo-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.hover\:border-indigo-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.hover\:border-indigo-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.hover\:border-indigo-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.hover\:border-indigo-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.hover\:border-indigo-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.hover\:border-indigo-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.hover\:border-indigo-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.hover\:border-purple-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.hover\:border-purple-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.hover\:border-purple-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.hover\:border-purple-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.hover\:border-purple-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.hover\:border-purple-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.hover\:border-purple-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.hover\:border-purple-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.hover\:border-purple-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.hover\:border-purple-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.hover\:border-pink-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.hover\:border-pink-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.hover\:border-pink-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.hover\:border-pink-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.hover\:border-pink-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.hover\:border-pink-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.hover\:border-pink-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.hover\:border-pink-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.hover\:border-pink-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.hover\:border-pink-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.hover\:border-base:hover{
  --tw-border-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-border-opacity))
}

.hover\:border-bc:hover{
  --tw-border-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-border-opacity))
}

.hover\:border-d4:hover{
  --tw-border-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-border-opacity))
}

.hover\:border-d6:hover{
  --tw-border-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-border-opacity))
}

.hover\:border-e5:hover{
  --tw-border-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-border-opacity))
}

.hover\:border-ef:hover{
  --tw-border-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-border-opacity))
}

.hover\:border-c:hover{
  --tw-border-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-border-opacity))
}

.hover\:border-l-blue:hover{
  --tw-border-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-border-opacity))
}

.hover\:border-orange:hover{
  --tw-border-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-border-opacity))
}

.hover\:border-t-orange:hover{
  --tw-border-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-border-opacity))
}

.hover\:border-l-orange:hover{
  --tw-border-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-border-opacity))
}

.hover\:border-test-blue:hover{
  --tw-border-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-border-opacity))
}

.hover\:border-l-test-blue:hover{
  --tw-border-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-border-opacity))
}

.focus\:border-6:focus{
  --tw-border-opacity:1;
  border-color:rgba(102, 102, 102, var(--tw-border-opacity))
}

.focus\:border-transparent:focus{
  border-color:transparent
}

.focus\:border-current:focus{
  border-color:currentColor
}

.focus\:border-black:focus{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.focus\:border-white:focus{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus\:border-gray-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.focus\:border-gray-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.focus\:border-gray-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.focus\:border-gray-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.focus\:border-gray-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus\:border-gray-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.focus\:border-gray-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.focus\:border-gray-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.focus\:border-gray-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.focus\:border-gray-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus\:border-red:focus{
  --tw-border-opacity:1;
  border-color:rgba(224, 0, 7, var(--tw-border-opacity))
}

.focus\:border-yellow-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.focus\:border-yellow-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.focus\:border-yellow-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.focus\:border-yellow-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.focus\:border-yellow-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.focus\:border-yellow-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.focus\:border-yellow-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.focus\:border-yellow-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.focus\:border-green-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.focus\:border-green-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.focus\:border-green-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.focus\:border-green-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.focus\:border-green-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.focus\:border-green-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.focus\:border-green-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.focus\:border-green-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.focus\:border-green-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.focus\:border-green-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.focus\:border-blue:focus{
  --tw-border-opacity:1;
  border-color:rgba(82, 178, 186, var(--tw-border-opacity))
}

.focus\:border-indigo-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.focus\:border-indigo-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.focus\:border-indigo-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.focus\:border-indigo-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.focus\:border-indigo-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.focus\:border-indigo-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.focus\:border-indigo-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.focus\:border-purple-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.focus\:border-purple-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.focus\:border-purple-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.focus\:border-purple-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.focus\:border-purple-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.focus\:border-purple-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.focus\:border-purple-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.focus\:border-purple-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.focus\:border-purple-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.focus\:border-purple-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.focus\:border-pink-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.focus\:border-pink-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.focus\:border-pink-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.focus\:border-pink-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.focus\:border-pink-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.focus\:border-pink-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.focus\:border-pink-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.focus\:border-pink-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.focus\:border-pink-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.focus\:border-pink-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.focus\:border-base:focus{
  --tw-border-opacity:1;
  border-color:rgba(51, 51, 51, var(--tw-border-opacity))
}

.focus\:border-bc:focus{
  --tw-border-opacity:1;
  border-color:rgba(188, 188, 188, var(--tw-border-opacity))
}

.focus\:border-d4:focus{
  --tw-border-opacity:1;
  border-color:rgba(212, 212, 212, var(--tw-border-opacity))
}

.focus\:border-d6:focus{
  --tw-border-opacity:1;
  border-color:rgba(214, 214, 214, var(--tw-border-opacity))
}

.focus\:border-e5:focus{
  --tw-border-opacity:1;
  border-color:rgba(229, 229, 229, var(--tw-border-opacity))
}

.focus\:border-ef:focus{
  --tw-border-opacity:1;
  border-color:rgba(239, 239, 239, var(--tw-border-opacity))
}

.focus\:border-c:focus{
  --tw-border-opacity:1;
  border-color:rgba(204, 204, 204, var(--tw-border-opacity))
}

.focus\:border-l-blue:focus{
  --tw-border-opacity:1;
  border-color:rgba(104, 203, 209, var(--tw-border-opacity))
}

.focus\:border-orange:focus{
  --tw-border-opacity:1;
  border-color:rgba(221, 132, 68, var(--tw-border-opacity))
}

.focus\:border-t-orange:focus{
  --tw-border-opacity:1;
  border-color:rgba(249, 112, 12, var(--tw-border-opacity))
}

.focus\:border-l-orange:focus{
  --tw-border-opacity:1;
  border-color:rgba(237, 220, 207, var(--tw-border-opacity))
}

.focus\:border-test-blue:focus{
  --tw-border-opacity:1;
  border-color:rgba(82, 124, 186, var(--tw-border-opacity))
}

.focus\:border-l-test-blue:focus{
  --tw-border-opacity:1;
  border-color:rgba(216, 222, 231, var(--tw-border-opacity))
}

.border-opacity-0{
  --tw-border-opacity:0
}

.border-opacity-5{
  --tw-border-opacity:0.05
}

.border-opacity-10{
  --tw-border-opacity:0.1
}

.border-opacity-20{
  --tw-border-opacity:0.2
}

.border-opacity-25{
  --tw-border-opacity:0.25
}

.border-opacity-30{
  --tw-border-opacity:0.3
}

.border-opacity-40{
  --tw-border-opacity:0.4
}

.border-opacity-50{
  --tw-border-opacity:0.5
}

.border-opacity-60{
  --tw-border-opacity:0.6
}

.border-opacity-70{
  --tw-border-opacity:0.7
}

.border-opacity-75{
  --tw-border-opacity:0.75
}

.border-opacity-80{
  --tw-border-opacity:0.8
}

.border-opacity-90{
  --tw-border-opacity:0.9
}

.border-opacity-95{
  --tw-border-opacity:0.95
}

.border-opacity-100{
  --tw-border-opacity:1
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity:0
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity:0.05
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity:0.1
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity:0.2
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity:0.25
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity:0.3
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity:0.4
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity:0.5
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity:0.6
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity:0.7
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity:0.75
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity:0.8
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity:0.9
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity:0.95
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity:1
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity:0
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity:0.05
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity:0.1
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity:0.2
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity:0.25
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity:0.3
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity:0.4
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity:0.5
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity:0.6
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity:0.7
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity:0.75
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity:0.8
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity:0.9
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity:0.95
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity:1
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity:0
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity:0.05
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity:0.1
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity:0.2
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity:0.25
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity:0.3
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity:0.4
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity:0.5
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity:0.6
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity:0.7
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity:0.75
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity:0.8
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity:0.9
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity:0.95
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity:1
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity:0
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity:0.05
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity:0.1
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity:0.2
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity:0.25
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity:0.3
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity:0.4
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity:0.5
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity:0.6
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity:0.7
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity:0.75
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity:0.8
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity:0.9
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity:0.95
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity:1
}

.bg-6{
  --tw-bg-opacity:1;
  background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
}

.bg-transparent{
  background-color:transparent
}

.bg-current{
  background-color:currentColor
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

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

.bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.bg-gray-600{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.bg-red{
  --tw-bg-opacity:1;
  background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
}

.bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.bg-yellow-200{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.bg-yellow-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.bg-yellow-400{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.bg-yellow-600{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.bg-yellow-700{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.bg-yellow-800{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.bg-yellow-900{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.bg-green-300{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.bg-green-400{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.bg-green-600{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.bg-green-700{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.bg-green-800{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.bg-green-900{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.bg-blue{
  --tw-bg-opacity:1;
  background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
}

.bg-indigo-50{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.bg-indigo-100{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.bg-indigo-200{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.bg-indigo-300{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.bg-indigo-400{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.bg-indigo-500{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.bg-indigo-600{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.bg-indigo-700{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.bg-indigo-800{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.bg-indigo-900{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.bg-purple-50{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.bg-purple-100{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.bg-purple-200{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.bg-purple-300{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.bg-purple-400{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.bg-purple-500{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.bg-purple-600{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.bg-purple-700{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.bg-purple-800{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.bg-purple-900{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.bg-pink-50{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.bg-pink-100{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.bg-pink-200{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.bg-pink-300{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.bg-pink-400{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.bg-pink-500{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.bg-pink-600{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.bg-pink-700{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.bg-pink-800{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.bg-pink-900{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.bg-base{
  --tw-bg-opacity:1;
  background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
}

.bg-bc{
  --tw-bg-opacity:1;
  background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
}

.bg-d4{
  --tw-bg-opacity:1;
  background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
}

.bg-d6{
  --tw-bg-opacity:1;
  background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
}

.bg-e5{
  --tw-bg-opacity:1;
  background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
}

.bg-ef{
  --tw-bg-opacity:1;
  background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
}

.bg-c{
  --tw-bg-opacity:1;
  background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
}

.bg-l-blue{
  --tw-bg-opacity:1;
  background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
}

.bg-orange{
  --tw-bg-opacity:1;
  background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
}

.bg-t-orange{
  --tw-bg-opacity:1;
  background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
}

.bg-l-orange{
  --tw-bg-opacity:1;
  background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
}

.bg-pale-orange{
  --tw-bg-opacity:1;
  background-color:rgba(225, 152, 99, 0.5)
}

.bg-test-blue{
  --tw-bg-opacity:1;
  background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
}

.bg-l-test-blue{
  --tw-bg-opacity:1;
  background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-6{
  --tw-bg-opacity:1;
  background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-transparent{
  background-color:transparent
}

.group:hover .group-hover\:bg-current{
  background-color:currentColor
}

.group:hover .group-hover\:bg-black{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-red{
  --tw-bg-opacity:1;
  background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-200{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-400{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-600{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-700{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-800{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-yellow-900{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-300{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-800{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-green-900{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity:1;
  background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-50{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-100{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-200{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-300{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-400{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-500{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-600{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-700{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-800{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-indigo-900{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-50{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-100{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-200{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-300{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-400{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-500{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-600{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-700{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-800{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-purple-900{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-50{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-100{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-200{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-300{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-400{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-500{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-600{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-700{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-800{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-pink-900{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-base{
  --tw-bg-opacity:1;
  background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-bc{
  --tw-bg-opacity:1;
  background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-d4{
  --tw-bg-opacity:1;
  background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-d6{
  --tw-bg-opacity:1;
  background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-e5{
  --tw-bg-opacity:1;
  background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-ef{
  --tw-bg-opacity:1;
  background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-c{
  --tw-bg-opacity:1;
  background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-l-blue{
  --tw-bg-opacity:1;
  background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-orange{
  --tw-bg-opacity:1;
  background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-t-orange{
  --tw-bg-opacity:1;
  background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-l-orange{
  --tw-bg-opacity:1;
  background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-test-blue{
  --tw-bg-opacity:1;
  background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-l-test-blue{
  --tw-bg-opacity:1;
  background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
}

.focus-within\:bg-6:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
}

.focus-within\:bg-transparent:focus-within{
  background-color:transparent
}

.focus-within\:bg-current:focus-within{
  background-color:currentColor
}

.focus-within\:bg-black:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.focus-within\:bg-white:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.focus-within\:bg-gray-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.focus-within\:bg-red:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.focus-within\:bg-yellow-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.focus-within\:bg-green-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.focus-within\:bg-green-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.focus-within\:bg-green-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.focus-within\:bg-green-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.focus-within\:bg-green-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.focus-within\:bg-green-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.focus-within\:bg-green-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.focus-within\:bg-green-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.focus-within\:bg-green-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.focus-within\:bg-green-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.focus-within\:bg-blue:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.focus-within\:bg-indigo-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.focus-within\:bg-purple-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.focus-within\:bg-pink-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.focus-within\:bg-base:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
}

.focus-within\:bg-bc:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
}

.focus-within\:bg-d4:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
}

.focus-within\:bg-d6:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
}

.focus-within\:bg-e5:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
}

.focus-within\:bg-ef:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
}

.focus-within\:bg-c:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
}

.focus-within\:bg-l-blue:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
}

.focus-within\:bg-orange:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
}

.focus-within\:bg-t-orange:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
}

.focus-within\:bg-l-orange:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
}

.focus-within\:bg-test-blue:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
}

.focus-within\:bg-l-test-blue:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
}

.hover\:bg-6:hover{
  --tw-bg-opacity:1;
  background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover{
  background-color:transparent
}

.hover\:bg-current:hover{
  background-color:currentColor
}

.hover\:bg-black:hover{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.hover\:bg-red:hover{
  --tw-bg-opacity:1;
  background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
}

.hover\:bg-yellow-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.hover\:bg-yellow-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.hover\:bg-yellow-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.hover\:bg-yellow-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.hover\:bg-yellow-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.hover\:bg-green-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.hover\:bg-blue:hover{
  --tw-bg-opacity:1;
  background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
}

.hover\:bg-indigo-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.hover\:bg-indigo-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.hover\:bg-indigo-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.hover\:bg-indigo-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.hover\:bg-indigo-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.hover\:bg-indigo-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.hover\:bg-indigo-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.hover\:bg-indigo-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.hover\:bg-purple-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.hover\:bg-purple-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.hover\:bg-purple-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.hover\:bg-purple-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.hover\:bg-purple-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.hover\:bg-purple-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.hover\:bg-purple-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.hover\:bg-purple-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.hover\:bg-pink-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.hover\:bg-pink-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.hover\:bg-pink-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.hover\:bg-pink-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.hover\:bg-pink-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.hover\:bg-pink-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.hover\:bg-pink-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.hover\:bg-pink-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.hover\:bg-pink-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.hover\:bg-base:hover{
  --tw-bg-opacity:1;
  background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
}

.hover\:bg-bc:hover{
  --tw-bg-opacity:1;
  background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
}

.hover\:bg-d4:hover{
  --tw-bg-opacity:1;
  background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
}

.hover\:bg-d6:hover{
  --tw-bg-opacity:1;
  background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
}

.hover\:bg-e5:hover{
  --tw-bg-opacity:1;
  background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
}

.hover\:bg-ef:hover{
  --tw-bg-opacity:1;
  background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
}

.hover\:bg-c:hover{
  --tw-bg-opacity:1;
  background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
}

.hover\:bg-l-blue:hover{
  --tw-bg-opacity:1;
  background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
}

.hover\:bg-orange:hover{
  --tw-bg-opacity:1;
  background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
}

.hover\:bg-t-orange:hover{
  --tw-bg-opacity:1;
  background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
}

.hover\:bg-l-orange:hover{
  --tw-bg-opacity:1;
  background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
}

.hover\:bg-test-blue:hover{
  --tw-bg-opacity:1;
  background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
}

.hover\:bg-l-test-blue:hover{
  --tw-bg-opacity:1;
  background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
}

.focus\:bg-6:focus{
  --tw-bg-opacity:1;
  background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
}

.focus\:bg-transparent:focus{
  background-color:transparent
}

.focus\:bg-current:focus{
  background-color:currentColor
}

.focus\:bg-black:focus{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.focus\:bg-white:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.focus\:bg-red:focus{
  --tw-bg-opacity:1;
  background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
}

.focus\:bg-yellow-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.focus\:bg-yellow-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.focus\:bg-yellow-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.focus\:bg-yellow-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.focus\:bg-yellow-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.focus\:bg-yellow-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.focus\:bg-yellow-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.focus\:bg-green-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.focus\:bg-blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
}

.focus\:bg-indigo-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.focus\:bg-indigo-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.focus\:bg-indigo-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.focus\:bg-indigo-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.focus\:bg-indigo-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.focus\:bg-indigo-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.focus\:bg-indigo-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.focus\:bg-indigo-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.focus\:bg-purple-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.focus\:bg-purple-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.focus\:bg-purple-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.focus\:bg-purple-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.focus\:bg-purple-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.focus\:bg-purple-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.focus\:bg-purple-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.focus\:bg-purple-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.focus\:bg-purple-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.focus\:bg-purple-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.focus\:bg-pink-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.focus\:bg-pink-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.focus\:bg-pink-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.focus\:bg-pink-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.focus\:bg-pink-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.focus\:bg-pink-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.focus\:bg-pink-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.focus\:bg-pink-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.focus\:bg-pink-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.focus\:bg-pink-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.focus\:bg-base:focus{
  --tw-bg-opacity:1;
  background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
}

.focus\:bg-bc:focus{
  --tw-bg-opacity:1;
  background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
}

.focus\:bg-d4:focus{
  --tw-bg-opacity:1;
  background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
}

.focus\:bg-d6:focus{
  --tw-bg-opacity:1;
  background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
}

.focus\:bg-e5:focus{
  --tw-bg-opacity:1;
  background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
}

.focus\:bg-ef:focus{
  --tw-bg-opacity:1;
  background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
}

.focus\:bg-c:focus{
  --tw-bg-opacity:1;
  background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
}

.focus\:bg-l-blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
}

.focus\:bg-orange:focus{
  --tw-bg-opacity:1;
  background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
}

.focus\:bg-t-orange:focus{
  --tw-bg-opacity:1;
  background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
}

.focus\:bg-l-orange:focus{
  --tw-bg-opacity:1;
  background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
}

.focus\:bg-test-blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
}

.focus\:bg-l-test-blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
}

.bg-opacity-0{
  --tw-bg-opacity:0
}

.bg-opacity-5{
  --tw-bg-opacity:0.05
}

.bg-opacity-10{
  --tw-bg-opacity:0.1
}

.bg-opacity-20{
  --tw-bg-opacity:0.2
}

.bg-opacity-25{
  --tw-bg-opacity:0.25
}

.bg-opacity-30{
  --tw-bg-opacity:0.3
}

.bg-opacity-40{
  --tw-bg-opacity:0.4
}

.bg-opacity-50{
  --tw-bg-opacity:0.5
}

.bg-opacity-60{
  --tw-bg-opacity:0.6
}

.bg-opacity-70{
  --tw-bg-opacity:0.7
}

.bg-opacity-75{
  --tw-bg-opacity:0.75
}

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

.bg-opacity-90{
  --tw-bg-opacity:0.9
}

.bg-opacity-95{
  --tw-bg-opacity:0.95
}

.bg-opacity-100{
  --tw-bg-opacity:1
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity:0
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity:0.05
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity:0.1
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity:0.2
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity:0.25
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity:0.3
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity:0.4
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity:0.5
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity:0.6
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity:0.7
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity:0.75
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity:0.8
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity:0.9
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity:0.95
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity:1
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity:0
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity:0.05
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity:0.1
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity:0.2
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity:0.25
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity:0.3
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity:0.4
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity:0.5
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity:0.6
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity:0.7
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity:0.75
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity:0.8
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity:0.9
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity:0.95
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity:1
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity:0
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity:0.05
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity:0.1
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity:0.2
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity:0.25
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity:0.3
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity:0.4
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity:0.5
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity:0.6
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity:0.7
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity:0.75
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity:0.8
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity:0.9
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity:0.95
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity:1
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity:0
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity:0.05
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity:0.1
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity:0.2
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity:0.25
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity:0.3
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity:0.4
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity:0.5
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity:0.6
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity:0.7
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity:0.75
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity:0.8
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity:0.9
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity:0.95
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity:1
}

.bg-none{
  background-image:none
}

.bg-gradient-to-t{
  background-image:-webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image:linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr{
  background-image:-webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(bottom left, var(--tw-gradient-stops));
  background-image:linear-gradient(to top right, var(--tw-gradient-stops))
}

.bg-gradient-to-r{
  background-image:-webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(left, var(--tw-gradient-stops));
  background-image:linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-br{
  background-image:-webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(top left, var(--tw-gradient-stops));
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-b{
  background-image:-webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(top, var(--tw-gradient-stops));
  background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-bl{
  background-image:-webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(top right, var(--tw-gradient-stops));
  background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.bg-gradient-to-l{
  background-image:-webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(right, var(--tw-gradient-stops));
  background-image:linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-tl{
  background-image:-webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
  background-image:-o-linear-gradient(bottom right, var(--tw-gradient-stops));
  background-image:linear-gradient(to top left, var(--tw-gradient-stops))
}

.from-6{
  --tw-gradient-from:#666;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.from-transparent{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.from-current{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-black{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.from-white{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-gray-50{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.from-gray-100{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.from-gray-200{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.from-gray-300{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.from-gray-400{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.from-gray-500{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.from-gray-600{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.from-gray-700{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.from-gray-800{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.from-gray-900{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.from-red{
  --tw-gradient-from:#BE281F;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.from-yellow-50{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.from-yellow-100{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.from-yellow-200{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.from-yellow-300{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.from-yellow-400{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.from-yellow-500{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.from-yellow-600{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.from-yellow-700{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.from-yellow-800{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.from-yellow-900{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.from-green-50{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.from-green-100{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.from-green-200{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.from-green-300{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.from-green-400{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.from-green-500{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.from-green-600{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.from-green-700{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.from-green-800{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.from-green-900{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.from-blue{
  --tw-gradient-from:#52B2BA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.from-indigo-50{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.from-indigo-100{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.from-indigo-200{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.from-indigo-300{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.from-indigo-400{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.from-indigo-500{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.from-indigo-600{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.from-indigo-700{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.from-indigo-800{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.from-indigo-900{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.from-purple-50{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.from-purple-100{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.from-purple-200{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.from-purple-300{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.from-purple-400{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.from-purple-500{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.from-purple-600{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.from-purple-700{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.from-purple-800{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.from-purple-900{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.from-pink-50{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.from-pink-100{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.from-pink-200{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.from-pink-300{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.from-pink-400{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.from-pink-500{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.from-pink-600{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.from-pink-700{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.from-pink-800{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.from-pink-900{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.from-base{
  --tw-gradient-from:#333;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.from-bc{
  --tw-gradient-from:#bcbcbc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.from-d4{
  --tw-gradient-from:#d4d4d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.from-d6{
  --tw-gradient-from:#d6d6d6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.from-e5{
  --tw-gradient-from:#E5E5E5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.from-ef{
  --tw-gradient-from:#EFEFEF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.from-c{
  --tw-gradient-from:#ccc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.from-l-blue{
  --tw-gradient-from:#68CBD1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.from-orange{
  --tw-gradient-from:#DD8444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.from-t-orange{
  --tw-gradient-from:#F9700C;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.from-l-orange{
  --tw-gradient-from:#EDDCCF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.from-test-blue{
  --tw-gradient-from:#527CBA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.from-l-test-blue{
  --tw-gradient-from:#D8DEE7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.hover\:from-6:hover{
  --tw-gradient-from:#666;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.hover\:from-transparent:hover{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:from-current:hover{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:from-black:hover{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:from-white:hover{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:from-gray-50:hover{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.hover\:from-gray-100:hover{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.hover\:from-gray-200:hover{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.hover\:from-gray-300:hover{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.hover\:from-gray-400:hover{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.hover\:from-gray-500:hover{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.hover\:from-gray-600:hover{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.hover\:from-gray-700:hover{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.hover\:from-gray-800:hover{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.hover\:from-gray-900:hover{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.hover\:from-red:hover{
  --tw-gradient-from:#BE281F;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.hover\:from-yellow-50:hover{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.hover\:from-yellow-100:hover{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.hover\:from-yellow-200:hover{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.hover\:from-yellow-300:hover{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.hover\:from-yellow-400:hover{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.hover\:from-yellow-500:hover{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.hover\:from-yellow-600:hover{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.hover\:from-yellow-700:hover{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.hover\:from-yellow-800:hover{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.hover\:from-yellow-900:hover{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.hover\:from-green-50:hover{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.hover\:from-green-100:hover{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.hover\:from-green-200:hover{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.hover\:from-green-300:hover{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.hover\:from-green-400:hover{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.hover\:from-green-500:hover{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.hover\:from-green-600:hover{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.hover\:from-green-700:hover{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.hover\:from-green-800:hover{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.hover\:from-green-900:hover{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.hover\:from-blue:hover{
  --tw-gradient-from:#52B2BA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.hover\:from-indigo-50:hover{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.hover\:from-indigo-100:hover{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.hover\:from-indigo-200:hover{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.hover\:from-indigo-300:hover{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.hover\:from-indigo-400:hover{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.hover\:from-indigo-500:hover{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.hover\:from-indigo-600:hover{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.hover\:from-indigo-700:hover{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.hover\:from-indigo-800:hover{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.hover\:from-indigo-900:hover{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.hover\:from-purple-50:hover{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.hover\:from-purple-100:hover{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.hover\:from-purple-200:hover{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.hover\:from-purple-300:hover{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.hover\:from-purple-400:hover{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.hover\:from-purple-500:hover{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.hover\:from-purple-600:hover{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.hover\:from-purple-700:hover{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.hover\:from-purple-800:hover{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.hover\:from-purple-900:hover{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.hover\:from-pink-50:hover{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.hover\:from-pink-100:hover{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.hover\:from-pink-200:hover{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.hover\:from-pink-300:hover{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.hover\:from-pink-400:hover{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.hover\:from-pink-500:hover{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.hover\:from-pink-600:hover{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.hover\:from-pink-700:hover{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.hover\:from-pink-800:hover{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.hover\:from-pink-900:hover{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.hover\:from-base:hover{
  --tw-gradient-from:#333;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.hover\:from-bc:hover{
  --tw-gradient-from:#bcbcbc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.hover\:from-d4:hover{
  --tw-gradient-from:#d4d4d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.hover\:from-d6:hover{
  --tw-gradient-from:#d6d6d6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.hover\:from-e5:hover{
  --tw-gradient-from:#E5E5E5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.hover\:from-ef:hover{
  --tw-gradient-from:#EFEFEF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.hover\:from-c:hover{
  --tw-gradient-from:#ccc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.hover\:from-l-blue:hover{
  --tw-gradient-from:#68CBD1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.hover\:from-orange:hover{
  --tw-gradient-from:#DD8444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.hover\:from-t-orange:hover{
  --tw-gradient-from:#F9700C;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.hover\:from-l-orange:hover{
  --tw-gradient-from:#EDDCCF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.hover\:from-test-blue:hover{
  --tw-gradient-from:#527CBA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.hover\:from-l-test-blue:hover{
  --tw-gradient-from:#D8DEE7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.focus\:from-6:focus{
  --tw-gradient-from:#666;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.focus\:from-transparent:focus{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:from-current:focus{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:from-black:focus{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:from-white:focus{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:from-gray-50:focus{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.focus\:from-gray-100:focus{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.focus\:from-gray-200:focus{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.focus\:from-gray-300:focus{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.focus\:from-gray-400:focus{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.focus\:from-gray-500:focus{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.focus\:from-gray-600:focus{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.focus\:from-gray-700:focus{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.focus\:from-gray-800:focus{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.focus\:from-gray-900:focus{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.focus\:from-red:focus{
  --tw-gradient-from:#BE281F;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.focus\:from-yellow-50:focus{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.focus\:from-yellow-100:focus{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.focus\:from-yellow-200:focus{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.focus\:from-yellow-300:focus{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.focus\:from-yellow-400:focus{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.focus\:from-yellow-500:focus{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.focus\:from-yellow-600:focus{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.focus\:from-yellow-700:focus{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.focus\:from-yellow-800:focus{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.focus\:from-yellow-900:focus{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.focus\:from-green-50:focus{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.focus\:from-green-100:focus{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.focus\:from-green-200:focus{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.focus\:from-green-300:focus{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.focus\:from-green-400:focus{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.focus\:from-green-500:focus{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.focus\:from-green-600:focus{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.focus\:from-green-700:focus{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.focus\:from-green-800:focus{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.focus\:from-green-900:focus{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.focus\:from-blue:focus{
  --tw-gradient-from:#52B2BA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.focus\:from-indigo-50:focus{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.focus\:from-indigo-100:focus{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.focus\:from-indigo-200:focus{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.focus\:from-indigo-300:focus{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.focus\:from-indigo-400:focus{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.focus\:from-indigo-500:focus{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.focus\:from-indigo-600:focus{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.focus\:from-indigo-700:focus{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.focus\:from-indigo-800:focus{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.focus\:from-indigo-900:focus{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.focus\:from-purple-50:focus{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.focus\:from-purple-100:focus{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.focus\:from-purple-200:focus{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.focus\:from-purple-300:focus{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.focus\:from-purple-400:focus{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.focus\:from-purple-500:focus{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.focus\:from-purple-600:focus{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.focus\:from-purple-700:focus{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.focus\:from-purple-800:focus{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.focus\:from-purple-900:focus{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.focus\:from-pink-50:focus{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.focus\:from-pink-100:focus{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.focus\:from-pink-200:focus{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.focus\:from-pink-300:focus{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.focus\:from-pink-400:focus{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.focus\:from-pink-500:focus{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.focus\:from-pink-600:focus{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.focus\:from-pink-700:focus{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.focus\:from-pink-800:focus{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.focus\:from-pink-900:focus{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.focus\:from-base:focus{
  --tw-gradient-from:#333;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.focus\:from-bc:focus{
  --tw-gradient-from:#bcbcbc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.focus\:from-d4:focus{
  --tw-gradient-from:#d4d4d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.focus\:from-d6:focus{
  --tw-gradient-from:#d6d6d6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.focus\:from-e5:focus{
  --tw-gradient-from:#E5E5E5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.focus\:from-ef:focus{
  --tw-gradient-from:#EFEFEF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.focus\:from-c:focus{
  --tw-gradient-from:#ccc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.focus\:from-l-blue:focus{
  --tw-gradient-from:#68CBD1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.focus\:from-orange:focus{
  --tw-gradient-from:#DD8444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.focus\:from-t-orange:focus{
  --tw-gradient-from:#F9700C;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.focus\:from-l-orange:focus{
  --tw-gradient-from:#EDDCCF;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.focus\:from-test-blue:focus{
  --tw-gradient-from:#527CBA;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.focus\:from-l-test-blue:focus{
  --tw-gradient-from:#D8DEE7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.via-6{
  --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.via-transparent{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.via-current{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-black{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.via-white{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-gray-50{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.via-gray-100{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.via-gray-200{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.via-gray-300{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.via-gray-400{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.via-gray-500{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.via-gray-600{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.via-gray-700{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.via-gray-800{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.via-gray-900{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.via-red{
  --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.via-yellow-50{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.via-yellow-100{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.via-yellow-200{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.via-yellow-300{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.via-yellow-400{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.via-yellow-500{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.via-yellow-600{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.via-yellow-700{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.via-yellow-800{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.via-yellow-900{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.via-green-50{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.via-green-100{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.via-green-200{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.via-green-300{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.via-green-400{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.via-green-500{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.via-green-600{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.via-green-700{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.via-green-800{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.via-green-900{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.via-blue{
  --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.via-indigo-50{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.via-indigo-100{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.via-indigo-200{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.via-indigo-300{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.via-indigo-400{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.via-indigo-500{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.via-indigo-600{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.via-indigo-700{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.via-indigo-800{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.via-indigo-900{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.via-purple-50{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.via-purple-100{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.via-purple-200{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.via-purple-300{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.via-purple-400{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.via-purple-500{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.via-purple-600{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.via-purple-700{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.via-purple-800{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.via-purple-900{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.via-pink-50{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.via-pink-100{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.via-pink-200{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.via-pink-300{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.via-pink-400{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.via-pink-500{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.via-pink-600{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.via-pink-700{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.via-pink-800{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.via-pink-900{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.via-base{
  --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.via-bc{
  --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.via-d4{
  --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.via-d6{
  --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.via-e5{
  --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.via-ef{
  --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.via-c{
  --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.via-l-blue{
  --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.via-orange{
  --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.via-t-orange{
  --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.via-l-orange{
  --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.via-test-blue{
  --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.via-l-test-blue{
  --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.hover\:via-6:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.hover\:via-transparent:hover{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:via-current:hover{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:via-black:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:via-white:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:via-gray-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.hover\:via-gray-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.hover\:via-gray-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.hover\:via-red:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.hover\:via-yellow-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.hover\:via-yellow-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.hover\:via-yellow-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.hover\:via-yellow-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.hover\:via-yellow-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.hover\:via-yellow-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.hover\:via-yellow-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.hover\:via-yellow-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.hover\:via-yellow-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.hover\:via-yellow-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.hover\:via-green-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.hover\:via-green-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.hover\:via-green-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.hover\:via-green-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.hover\:via-green-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.hover\:via-green-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.hover\:via-green-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.hover\:via-green-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.hover\:via-green-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.hover\:via-green-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.hover\:via-blue:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.hover\:via-indigo-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.hover\:via-indigo-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.hover\:via-indigo-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.hover\:via-indigo-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.hover\:via-indigo-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.hover\:via-indigo-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.hover\:via-indigo-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.hover\:via-indigo-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.hover\:via-indigo-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.hover\:via-indigo-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.hover\:via-purple-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.hover\:via-purple-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.hover\:via-purple-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.hover\:via-purple-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.hover\:via-purple-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.hover\:via-purple-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.hover\:via-purple-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.hover\:via-purple-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.hover\:via-purple-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.hover\:via-purple-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.hover\:via-pink-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.hover\:via-pink-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.hover\:via-pink-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.hover\:via-pink-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.hover\:via-pink-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.hover\:via-pink-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.hover\:via-pink-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.hover\:via-pink-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.hover\:via-pink-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.hover\:via-pink-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.hover\:via-base:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.hover\:via-bc:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.hover\:via-d4:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.hover\:via-d6:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.hover\:via-e5:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.hover\:via-ef:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.hover\:via-c:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.hover\:via-l-blue:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.hover\:via-orange:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.hover\:via-t-orange:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.hover\:via-l-orange:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.hover\:via-test-blue:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.hover\:via-l-test-blue:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.focus\:via-6:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
}

.focus\:via-transparent:focus{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:via-current:focus{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:via-black:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:via-white:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:via-gray-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.focus\:via-gray-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.focus\:via-gray-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.focus\:via-red:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
}

.focus\:via-yellow-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.focus\:via-yellow-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.focus\:via-yellow-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.focus\:via-yellow-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.focus\:via-yellow-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.focus\:via-yellow-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.focus\:via-yellow-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.focus\:via-yellow-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.focus\:via-yellow-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.focus\:via-yellow-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.focus\:via-green-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.focus\:via-green-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.focus\:via-green-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.focus\:via-green-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.focus\:via-green-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.focus\:via-green-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.focus\:via-green-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.focus\:via-green-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.focus\:via-green-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.focus\:via-green-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.focus\:via-blue:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
}

.focus\:via-indigo-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.focus\:via-indigo-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.focus\:via-indigo-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.focus\:via-indigo-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.focus\:via-indigo-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.focus\:via-indigo-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.focus\:via-indigo-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.focus\:via-indigo-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.focus\:via-indigo-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.focus\:via-indigo-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.focus\:via-purple-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.focus\:via-purple-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.focus\:via-purple-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.focus\:via-purple-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.focus\:via-purple-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.focus\:via-purple-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.focus\:via-purple-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.focus\:via-purple-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.focus\:via-purple-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.focus\:via-purple-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.focus\:via-pink-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.focus\:via-pink-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.focus\:via-pink-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.focus\:via-pink-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.focus\:via-pink-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.focus\:via-pink-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.focus\:via-pink-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.focus\:via-pink-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.focus\:via-pink-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.focus\:via-pink-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.focus\:via-base:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
}

.focus\:via-bc:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
}

.focus\:via-d4:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
}

.focus\:via-d6:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
}

.focus\:via-e5:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
}

.focus\:via-ef:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
}

.focus\:via-c:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
}

.focus\:via-l-blue:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
}

.focus\:via-orange:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
}

.focus\:via-t-orange:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
}

.focus\:via-l-orange:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
}

.focus\:via-test-blue:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
}

.focus\:via-l-test-blue:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
}

.to-6{
  --tw-gradient-to:#666
}

.to-transparent{
  --tw-gradient-to:transparent
}

.to-current{
  --tw-gradient-to:currentColor
}

.to-black{
  --tw-gradient-to:#000
}

.to-white{
  --tw-gradient-to:#fff
}

.to-gray-50{
  --tw-gradient-to:#f9fafb
}

.to-gray-100{
  --tw-gradient-to:#f3f4f6
}

.to-gray-200{
  --tw-gradient-to:#e5e7eb
}

.to-gray-300{
  --tw-gradient-to:#d1d5db
}

.to-gray-400{
  --tw-gradient-to:#9ca3af
}

.to-gray-500{
  --tw-gradient-to:#6b7280
}

.to-gray-600{
  --tw-gradient-to:#4b5563
}

.to-gray-700{
  --tw-gradient-to:#374151
}

.to-gray-800{
  --tw-gradient-to:#1f2937
}

.to-gray-900{
  --tw-gradient-to:#111827
}

.to-red{
  --tw-gradient-to:#BE281F
}

.to-yellow-50{
  --tw-gradient-to:#fffbeb
}

.to-yellow-100{
  --tw-gradient-to:#fef3c7
}

.to-yellow-200{
  --tw-gradient-to:#fde68a
}

.to-yellow-300{
  --tw-gradient-to:#fcd34d
}

.to-yellow-400{
  --tw-gradient-to:#fbbf24
}

.to-yellow-500{
  --tw-gradient-to:#f59e0b
}

.to-yellow-600{
  --tw-gradient-to:#d97706
}

.to-yellow-700{
  --tw-gradient-to:#b45309
}

.to-yellow-800{
  --tw-gradient-to:#92400e
}

.to-yellow-900{
  --tw-gradient-to:#78350f
}

.to-green-50{
  --tw-gradient-to:#ecfdf5
}

.to-green-100{
  --tw-gradient-to:#d1fae5
}

.to-green-200{
  --tw-gradient-to:#a7f3d0
}

.to-green-300{
  --tw-gradient-to:#6ee7b7
}

.to-green-400{
  --tw-gradient-to:#34d399
}

.to-green-500{
  --tw-gradient-to:#10b981
}

.to-green-600{
  --tw-gradient-to:#059669
}

.to-green-700{
  --tw-gradient-to:#047857
}

.to-green-800{
  --tw-gradient-to:#065f46
}

.to-green-900{
  --tw-gradient-to:#064e3b
}

.to-blue{
  --tw-gradient-to:#52B2BA
}

.to-indigo-50{
  --tw-gradient-to:#eef2ff
}

.to-indigo-100{
  --tw-gradient-to:#e0e7ff
}

.to-indigo-200{
  --tw-gradient-to:#c7d2fe
}

.to-indigo-300{
  --tw-gradient-to:#a5b4fc
}

.to-indigo-400{
  --tw-gradient-to:#818cf8
}

.to-indigo-500{
  --tw-gradient-to:#6366f1
}

.to-indigo-600{
  --tw-gradient-to:#4f46e5
}

.to-indigo-700{
  --tw-gradient-to:#4338ca
}

.to-indigo-800{
  --tw-gradient-to:#3730a3
}

.to-indigo-900{
  --tw-gradient-to:#312e81
}

.to-purple-50{
  --tw-gradient-to:#f5f3ff
}

.to-purple-100{
  --tw-gradient-to:#ede9fe
}

.to-purple-200{
  --tw-gradient-to:#ddd6fe
}

.to-purple-300{
  --tw-gradient-to:#c4b5fd
}

.to-purple-400{
  --tw-gradient-to:#a78bfa
}

.to-purple-500{
  --tw-gradient-to:#8b5cf6
}

.to-purple-600{
  --tw-gradient-to:#7c3aed
}

.to-purple-700{
  --tw-gradient-to:#6d28d9
}

.to-purple-800{
  --tw-gradient-to:#5b21b6
}

.to-purple-900{
  --tw-gradient-to:#4c1d95
}

.to-pink-50{
  --tw-gradient-to:#fdf2f8
}

.to-pink-100{
  --tw-gradient-to:#fce7f3
}

.to-pink-200{
  --tw-gradient-to:#fbcfe8
}

.to-pink-300{
  --tw-gradient-to:#f9a8d4
}

.to-pink-400{
  --tw-gradient-to:#f472b6
}

.to-pink-500{
  --tw-gradient-to:#ec4899
}

.to-pink-600{
  --tw-gradient-to:#db2777
}

.to-pink-700{
  --tw-gradient-to:#be185d
}

.to-pink-800{
  --tw-gradient-to:#9d174d
}

.to-pink-900{
  --tw-gradient-to:#831843
}

.to-base{
  --tw-gradient-to:#333
}

.to-bc{
  --tw-gradient-to:#bcbcbc
}

.to-d4{
  --tw-gradient-to:#d4d4d4
}

.to-d6{
  --tw-gradient-to:#d6d6d6
}

.to-e5{
  --tw-gradient-to:#E5E5E5
}

.to-ef{
  --tw-gradient-to:#EFEFEF
}

.to-c{
  --tw-gradient-to:#ccc
}

.to-l-blue{
  --tw-gradient-to:#68CBD1
}

.to-orange{
  --tw-gradient-to:#DD8444
}

.to-t-orange{
  --tw-gradient-to:#F9700C
}

.to-l-orange{
  --tw-gradient-to:#EDDCCF
}

.to-test-blue{
  --tw-gradient-to:#527CBA
}

.to-l-test-blue{
  --tw-gradient-to:#D8DEE7
}

.hover\:to-6:hover{
  --tw-gradient-to:#666
}

.hover\:to-transparent:hover{
  --tw-gradient-to:transparent
}

.hover\:to-current:hover{
  --tw-gradient-to:currentColor
}

.hover\:to-black:hover{
  --tw-gradient-to:#000
}

.hover\:to-white:hover{
  --tw-gradient-to:#fff
}

.hover\:to-gray-50:hover{
  --tw-gradient-to:#f9fafb
}

.hover\:to-gray-100:hover{
  --tw-gradient-to:#f3f4f6
}

.hover\:to-gray-200:hover{
  --tw-gradient-to:#e5e7eb
}

.hover\:to-gray-300:hover{
  --tw-gradient-to:#d1d5db
}

.hover\:to-gray-400:hover{
  --tw-gradient-to:#9ca3af
}

.hover\:to-gray-500:hover{
  --tw-gradient-to:#6b7280
}

.hover\:to-gray-600:hover{
  --tw-gradient-to:#4b5563
}

.hover\:to-gray-700:hover{
  --tw-gradient-to:#374151
}

.hover\:to-gray-800:hover{
  --tw-gradient-to:#1f2937
}

.hover\:to-gray-900:hover{
  --tw-gradient-to:#111827
}

.hover\:to-red:hover{
  --tw-gradient-to:#BE281F
}

.hover\:to-yellow-50:hover{
  --tw-gradient-to:#fffbeb
}

.hover\:to-yellow-100:hover{
  --tw-gradient-to:#fef3c7
}

.hover\:to-yellow-200:hover{
  --tw-gradient-to:#fde68a
}

.hover\:to-yellow-300:hover{
  --tw-gradient-to:#fcd34d
}

.hover\:to-yellow-400:hover{
  --tw-gradient-to:#fbbf24
}

.hover\:to-yellow-500:hover{
  --tw-gradient-to:#f59e0b
}

.hover\:to-yellow-600:hover{
  --tw-gradient-to:#d97706
}

.hover\:to-yellow-700:hover{
  --tw-gradient-to:#b45309
}

.hover\:to-yellow-800:hover{
  --tw-gradient-to:#92400e
}

.hover\:to-yellow-900:hover{
  --tw-gradient-to:#78350f
}

.hover\:to-green-50:hover{
  --tw-gradient-to:#ecfdf5
}

.hover\:to-green-100:hover{
  --tw-gradient-to:#d1fae5
}

.hover\:to-green-200:hover{
  --tw-gradient-to:#a7f3d0
}

.hover\:to-green-300:hover{
  --tw-gradient-to:#6ee7b7
}

.hover\:to-green-400:hover{
  --tw-gradient-to:#34d399
}

.hover\:to-green-500:hover{
  --tw-gradient-to:#10b981
}

.hover\:to-green-600:hover{
  --tw-gradient-to:#059669
}

.hover\:to-green-700:hover{
  --tw-gradient-to:#047857
}

.hover\:to-green-800:hover{
  --tw-gradient-to:#065f46
}

.hover\:to-green-900:hover{
  --tw-gradient-to:#064e3b
}

.hover\:to-blue:hover{
  --tw-gradient-to:#52B2BA
}

.hover\:to-indigo-50:hover{
  --tw-gradient-to:#eef2ff
}

.hover\:to-indigo-100:hover{
  --tw-gradient-to:#e0e7ff
}

.hover\:to-indigo-200:hover{
  --tw-gradient-to:#c7d2fe
}

.hover\:to-indigo-300:hover{
  --tw-gradient-to:#a5b4fc
}

.hover\:to-indigo-400:hover{
  --tw-gradient-to:#818cf8
}

.hover\:to-indigo-500:hover{
  --tw-gradient-to:#6366f1
}

.hover\:to-indigo-600:hover{
  --tw-gradient-to:#4f46e5
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to:#4338ca
}

.hover\:to-indigo-800:hover{
  --tw-gradient-to:#3730a3
}

.hover\:to-indigo-900:hover{
  --tw-gradient-to:#312e81
}

.hover\:to-purple-50:hover{
  --tw-gradient-to:#f5f3ff
}

.hover\:to-purple-100:hover{
  --tw-gradient-to:#ede9fe
}

.hover\:to-purple-200:hover{
  --tw-gradient-to:#ddd6fe
}

.hover\:to-purple-300:hover{
  --tw-gradient-to:#c4b5fd
}

.hover\:to-purple-400:hover{
  --tw-gradient-to:#a78bfa
}

.hover\:to-purple-500:hover{
  --tw-gradient-to:#8b5cf6
}

.hover\:to-purple-600:hover{
  --tw-gradient-to:#7c3aed
}

.hover\:to-purple-700:hover{
  --tw-gradient-to:#6d28d9
}

.hover\:to-purple-800:hover{
  --tw-gradient-to:#5b21b6
}

.hover\:to-purple-900:hover{
  --tw-gradient-to:#4c1d95
}

.hover\:to-pink-50:hover{
  --tw-gradient-to:#fdf2f8
}

.hover\:to-pink-100:hover{
  --tw-gradient-to:#fce7f3
}

.hover\:to-pink-200:hover{
  --tw-gradient-to:#fbcfe8
}

.hover\:to-pink-300:hover{
  --tw-gradient-to:#f9a8d4
}

.hover\:to-pink-400:hover{
  --tw-gradient-to:#f472b6
}

.hover\:to-pink-500:hover{
  --tw-gradient-to:#ec4899
}

.hover\:to-pink-600:hover{
  --tw-gradient-to:#db2777
}

.hover\:to-pink-700:hover{
  --tw-gradient-to:#be185d
}

.hover\:to-pink-800:hover{
  --tw-gradient-to:#9d174d
}

.hover\:to-pink-900:hover{
  --tw-gradient-to:#831843
}

.hover\:to-base:hover{
  --tw-gradient-to:#333
}

.hover\:to-bc:hover{
  --tw-gradient-to:#bcbcbc
}

.hover\:to-d4:hover{
  --tw-gradient-to:#d4d4d4
}

.hover\:to-d6:hover{
  --tw-gradient-to:#d6d6d6
}

.hover\:to-e5:hover{
  --tw-gradient-to:#E5E5E5
}

.hover\:to-ef:hover{
  --tw-gradient-to:#EFEFEF
}

.hover\:to-c:hover{
  --tw-gradient-to:#ccc
}

.hover\:to-l-blue:hover{
  --tw-gradient-to:#68CBD1
}

.hover\:to-orange:hover{
  --tw-gradient-to:#DD8444
}

.hover\:to-t-orange:hover{
  --tw-gradient-to:#F9700C
}

.hover\:to-l-orange:hover{
  --tw-gradient-to:#EDDCCF
}

.hover\:to-test-blue:hover{
  --tw-gradient-to:#527CBA
}

.hover\:to-l-test-blue:hover{
  --tw-gradient-to:#D8DEE7
}

.focus\:to-6:focus{
  --tw-gradient-to:#666
}

.focus\:to-transparent:focus{
  --tw-gradient-to:transparent
}

.focus\:to-current:focus{
  --tw-gradient-to:currentColor
}

.focus\:to-black:focus{
  --tw-gradient-to:#000
}

.focus\:to-white:focus{
  --tw-gradient-to:#fff
}

.focus\:to-gray-50:focus{
  --tw-gradient-to:#f9fafb
}

.focus\:to-gray-100:focus{
  --tw-gradient-to:#f3f4f6
}

.focus\:to-gray-200:focus{
  --tw-gradient-to:#e5e7eb
}

.focus\:to-gray-300:focus{
  --tw-gradient-to:#d1d5db
}

.focus\:to-gray-400:focus{
  --tw-gradient-to:#9ca3af
}

.focus\:to-gray-500:focus{
  --tw-gradient-to:#6b7280
}

.focus\:to-gray-600:focus{
  --tw-gradient-to:#4b5563
}

.focus\:to-gray-700:focus{
  --tw-gradient-to:#374151
}

.focus\:to-gray-800:focus{
  --tw-gradient-to:#1f2937
}

.focus\:to-gray-900:focus{
  --tw-gradient-to:#111827
}

.focus\:to-red:focus{
  --tw-gradient-to:#BE281F
}

.focus\:to-yellow-50:focus{
  --tw-gradient-to:#fffbeb
}

.focus\:to-yellow-100:focus{
  --tw-gradient-to:#fef3c7
}

.focus\:to-yellow-200:focus{
  --tw-gradient-to:#fde68a
}

.focus\:to-yellow-300:focus{
  --tw-gradient-to:#fcd34d
}

.focus\:to-yellow-400:focus{
  --tw-gradient-to:#fbbf24
}

.focus\:to-yellow-500:focus{
  --tw-gradient-to:#f59e0b
}

.focus\:to-yellow-600:focus{
  --tw-gradient-to:#d97706
}

.focus\:to-yellow-700:focus{
  --tw-gradient-to:#b45309
}

.focus\:to-yellow-800:focus{
  --tw-gradient-to:#92400e
}

.focus\:to-yellow-900:focus{
  --tw-gradient-to:#78350f
}

.focus\:to-green-50:focus{
  --tw-gradient-to:#ecfdf5
}

.focus\:to-green-100:focus{
  --tw-gradient-to:#d1fae5
}

.focus\:to-green-200:focus{
  --tw-gradient-to:#a7f3d0
}

.focus\:to-green-300:focus{
  --tw-gradient-to:#6ee7b7
}

.focus\:to-green-400:focus{
  --tw-gradient-to:#34d399
}

.focus\:to-green-500:focus{
  --tw-gradient-to:#10b981
}

.focus\:to-green-600:focus{
  --tw-gradient-to:#059669
}

.focus\:to-green-700:focus{
  --tw-gradient-to:#047857
}

.focus\:to-green-800:focus{
  --tw-gradient-to:#065f46
}

.focus\:to-green-900:focus{
  --tw-gradient-to:#064e3b
}

.focus\:to-blue:focus{
  --tw-gradient-to:#52B2BA
}

.focus\:to-indigo-50:focus{
  --tw-gradient-to:#eef2ff
}

.focus\:to-indigo-100:focus{
  --tw-gradient-to:#e0e7ff
}

.focus\:to-indigo-200:focus{
  --tw-gradient-to:#c7d2fe
}

.focus\:to-indigo-300:focus{
  --tw-gradient-to:#a5b4fc
}

.focus\:to-indigo-400:focus{
  --tw-gradient-to:#818cf8
}

.focus\:to-indigo-500:focus{
  --tw-gradient-to:#6366f1
}

.focus\:to-indigo-600:focus{
  --tw-gradient-to:#4f46e5
}

.focus\:to-indigo-700:focus{
  --tw-gradient-to:#4338ca
}

.focus\:to-indigo-800:focus{
  --tw-gradient-to:#3730a3
}

.focus\:to-indigo-900:focus{
  --tw-gradient-to:#312e81
}

.focus\:to-purple-50:focus{
  --tw-gradient-to:#f5f3ff
}

.focus\:to-purple-100:focus{
  --tw-gradient-to:#ede9fe
}

.focus\:to-purple-200:focus{
  --tw-gradient-to:#ddd6fe
}

.focus\:to-purple-300:focus{
  --tw-gradient-to:#c4b5fd
}

.focus\:to-purple-400:focus{
  --tw-gradient-to:#a78bfa
}

.focus\:to-purple-500:focus{
  --tw-gradient-to:#8b5cf6
}

.focus\:to-purple-600:focus{
  --tw-gradient-to:#7c3aed
}

.focus\:to-purple-700:focus{
  --tw-gradient-to:#6d28d9
}

.focus\:to-purple-800:focus{
  --tw-gradient-to:#5b21b6
}

.focus\:to-purple-900:focus{
  --tw-gradient-to:#4c1d95
}

.focus\:to-pink-50:focus{
  --tw-gradient-to:#fdf2f8
}

.focus\:to-pink-100:focus{
  --tw-gradient-to:#fce7f3
}

.focus\:to-pink-200:focus{
  --tw-gradient-to:#fbcfe8
}

.focus\:to-pink-300:focus{
  --tw-gradient-to:#f9a8d4
}

.focus\:to-pink-400:focus{
  --tw-gradient-to:#f472b6
}

.focus\:to-pink-500:focus{
  --tw-gradient-to:#ec4899
}

.focus\:to-pink-600:focus{
  --tw-gradient-to:#db2777
}

.focus\:to-pink-700:focus{
  --tw-gradient-to:#be185d
}

.focus\:to-pink-800:focus{
  --tw-gradient-to:#9d174d
}

.focus\:to-pink-900:focus{
  --tw-gradient-to:#831843
}

.focus\:to-base:focus{
  --tw-gradient-to:#333
}

.focus\:to-bc:focus{
  --tw-gradient-to:#bcbcbc
}

.focus\:to-d4:focus{
  --tw-gradient-to:#d4d4d4
}

.focus\:to-d6:focus{
  --tw-gradient-to:#d6d6d6
}

.focus\:to-e5:focus{
  --tw-gradient-to:#E5E5E5
}

.focus\:to-ef:focus{
  --tw-gradient-to:#EFEFEF
}

.focus\:to-c:focus{
  --tw-gradient-to:#ccc
}

.focus\:to-l-blue:focus{
  --tw-gradient-to:#68CBD1
}

.focus\:to-orange:focus{
  --tw-gradient-to:#DD8444
}

.focus\:to-t-orange:focus{
  --tw-gradient-to:#F9700C
}

.focus\:to-l-orange:focus{
  --tw-gradient-to:#EDDCCF
}

.focus\:to-test-blue:focus{
  --tw-gradient-to:#527CBA
}

.focus\:to-l-test-blue:focus{
  --tw-gradient-to:#D8DEE7
}

.decoration-slice{
  -webkit-box-decoration-break:slice;
          box-decoration-break:slice
}

.decoration-clone{
  -webkit-box-decoration-break:clone;
          box-decoration-break:clone
}

.bg-auto{
  background-size:auto
}

.bg-cover{
  background-size:cover
}

.bg-contain{
  background-size:contain
}

.bg-fixed{
  background-attachment:fixed
}

.bg-local{
  background-attachment:local
}

.bg-scroll{
  background-attachment:scroll
}

.bg-clip-border{
  background-clip:border-box
}

.bg-clip-padding{
  background-clip:padding-box
}

.bg-clip-content{
  background-clip:content-box
}

.bg-clip-text{
  -webkit-background-clip:text;
          background-clip:text
}

.bg-bottom{
  background-position:bottom
}

.bg-center{
  background-position:center
}

.bg-left{
  background-position:left
}

.bg-left-bottom{
  background-position:left bottom
}

.bg-left-top{
  background-position:left top
}

.bg-right{
  background-position:right
}

.bg-right-bottom{
  background-position:right bottom
}

.bg-right-top{
  background-position:right top
}

.bg-top{
  background-position:top
}

.bg-repeat{
  background-repeat:repeat
}

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

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

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

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

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

.bg-origin-border{
  background-origin:border-box
}

.bg-origin-padding{
  background-origin:padding-box
}

.bg-origin-content{
  background-origin:content-box
}

.fill-current{
  fill:currentColor
}

.stroke-current{
  stroke:currentColor
}

.stroke-0{
  stroke-width:0
}

.stroke-1{
  stroke-width:1
}

.stroke-2{
  stroke-width:2
}

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

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

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

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

.object-scale-down{
  -o-object-fit:scale-down;
     object-fit:scale-down
}

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

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

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

.object-left-bottom{
  -o-object-position:left bottom;
     object-position:left bottom
}

.object-left-top{
  -o-object-position:left top;
     object-position:left top
}

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

.object-right-bottom{
  -o-object-position:right bottom;
     object-position:right bottom
}

.object-right-top{
  -o-object-position:right top;
     object-position:right top
}

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

.p-0{
  padding:0px
}

.p-1{
  padding:4px
}

.p-2{
  padding:8px
}

.p-3{
  padding:12px
}

.p-4{
  padding:16px
}

.p-5{
  padding:20px
}

.p-6{
  padding:24px
}

.p-7{
  padding:28px
}

.p-8{
  padding:32px
}

.p-9{
  padding:36px
}

.p-10{
  padding:40px
}

.p-11{
  padding:44px
}

.p-12{
  padding:48px
}

.p-13{
  padding:50px
}

.p-14{
  padding:56px
}

.p-15{
  padding:60px
}

.p-16{
  padding:64px
}

.p-20{
  padding:80px
}

.p-24{
  padding:96px
}

.p-28{
  padding:112px
}

.p-32{
  padding:128px
}

.p-36{
  padding:144px
}

.p-40{
  padding:160px
}

.p-44{
  padding:176px
}

.p-48{
  padding:192px
}

.p-52{
  padding:208px
}

.p-56{
  padding:224px
}

.p-60{
  padding:240px
}

.p-64{
  padding:256px
}

.p-72{
  padding:288px
}

.p-80{
  padding:320px
}

.p-96{
  padding:384px
}

.p-px{
  padding:1px
}

.p-0\.5{
  padding:2px
}

.p-1\.5{
  padding:6px
}

.p-2\.5{
  padding:10px
}

.p-3\.5{
  padding:14px
}

.p-4\.5{
  padding:18px
}

.p-7\.5{
  padding:30px
}

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

.px-1{
  padding-left:4px;
  padding-right:4px
}

.px-2{
  padding-left:8px;
  padding-right:8px
}

.px-3{
  padding-left:12px;
  padding-right:12px
}

.px-4{
  padding-left:16px;
  padding-right:16px
}

.px-5{
  padding-left:20px;
  padding-right:20px
}

.px-6{
  padding-left:24px;
  padding-right:24px
}

.px-7{
  padding-left:28px;
  padding-right:28px
}

.px-8{
  padding-left:32px;
  padding-right:32px
}

.px-9{
  padding-left:36px;
  padding-right:36px
}

.px-10{
  padding-left:40px;
  padding-right:40px
}

.px-11{
  padding-left:44px;
  padding-right:44px
}

.px-12{
  padding-left:48px;
  padding-right:48px
}

.px-13{
  padding-left:50px;
  padding-right:50px
}

.px-14{
  padding-left:56px;
  padding-right:56px
}

.px-15{
  padding-left:60px;
  padding-right:60px
}

.px-16{
  padding-left:64px;
  padding-right:64px
}

.px-20{
  padding-left:80px;
  padding-right:80px
}

.px-24{
  padding-left:96px;
  padding-right:96px
}

.px-28{
  padding-left:112px;
  padding-right:112px
}

.px-32{
  padding-left:128px;
  padding-right:128px
}

.px-36{
  padding-left:144px;
  padding-right:144px
}

.px-40{
  padding-left:160px;
  padding-right:160px
}

.px-44{
  padding-left:176px;
  padding-right:176px
}

.px-48{
  padding-left:192px;
  padding-right:192px
}

.px-52{
  padding-left:208px;
  padding-right:208px
}

.px-56{
  padding-left:224px;
  padding-right:224px
}

.px-60{
  padding-left:240px;
  padding-right:240px
}

.px-64{
  padding-left:256px;
  padding-right:256px
}

.px-72{
  padding-left:288px;
  padding-right:288px
}

.px-80{
  padding-left:320px;
  padding-right:320px
}

.px-96{
  padding-left:384px;
  padding-right:384px
}

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

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

.px-1\.5{
  padding-left:6px;
  padding-right:6px
}

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

.px-3\.5{
  padding-left:14px;
  padding-right:14px
}

.px-4\.5{
  padding-left:18px;
  padding-right:18px
}

.px-7\.5{
  padding-left:30px;
  padding-right:30px
}

.py-0{
  padding-top:0px;
  padding-bottom:0px
}

.py-1{
  padding-top:4px;
  padding-bottom:4px
}

.py-2{
  padding-top:8px;
  padding-bottom:8px
}

.py-3{
  padding-top:12px;
  padding-bottom:12px
}

.py-4{
  padding-top:16px;
  padding-bottom:16px
}

.py-5{
  padding-top:20px;
  padding-bottom:20px
}

.py-6{
  padding-top:24px;
  padding-bottom:24px
}

.py-7{
  padding-top:28px;
  padding-bottom:28px
}

.py-8{
  padding-top:32px;
  padding-bottom:32px
}

.py-9{
  padding-top:36px;
  padding-bottom:36px
}

.py-10{
  padding-top:40px;
  padding-bottom:40px
}

.py-11{
  padding-top:44px;
  padding-bottom:44px
}

.py-12{
  padding-top:48px;
  padding-bottom:48px
}

.py-13{
  padding-top:50px;
  padding-bottom:50px
}

.py-14{
  padding-top:56px;
  padding-bottom:56px
}

.py-15{
  padding-top:60px;
  padding-bottom:60px
}

.py-16{
  padding-top:64px;
  padding-bottom:64px
}

.py-20{
  padding-top:80px;
  padding-bottom:80px
}

.py-24{
  padding-top:96px;
  padding-bottom:96px
}

.py-28{
  padding-top:112px;
  padding-bottom:112px
}

.py-32{
  padding-top:128px;
  padding-bottom:128px
}

.py-36{
  padding-top:144px;
  padding-bottom:144px
}

.py-40{
  padding-top:160px;
  padding-bottom:160px
}

.py-44{
  padding-top:176px;
  padding-bottom:176px
}

.py-48{
  padding-top:192px;
  padding-bottom:192px
}

.py-52{
  padding-top:208px;
  padding-bottom:208px
}

.py-56{
  padding-top:224px;
  padding-bottom:224px
}

.py-60{
  padding-top:240px;
  padding-bottom:240px
}

.py-64{
  padding-top:256px;
  padding-bottom:256px
}

.py-72{
  padding-top:288px;
  padding-bottom:288px
}

.py-80{
  padding-top:320px;
  padding-bottom:320px
}

.py-96{
  padding-top:384px;
  padding-bottom:384px
}

.py-px{
  padding-top:1px;
  padding-bottom:1px
}

.py-0\.5{
  padding-top:2px;
  padding-bottom:2px
}

.py-1\.5{
  padding-top:6px;
  padding-bottom:6px
}

.py-2\.5{
  padding-top:10px;
  padding-bottom:10px
}

.py-3\.5{
  padding-top:14px;
  padding-bottom:14px
}

.py-4\.5{
  padding-top:18px;
  padding-bottom:18px
}

.py-7\.5{
  padding-top:30px;
  padding-bottom:30px
}

.pt-0{
  padding-top:0px
}

.pt-1{
  padding-top:4px
}

.pt-2{
  padding-top:8px
}

.pt-3{
  padding-top:12px
}

.pt-4{
  padding-top:16px
}

.pt-5{
  padding-top:20px
}

.pt-6{
  padding-top:24px
}

.pt-7{
  padding-top:28px
}

.pt-8{
  padding-top:32px
}

.pt-9{
  padding-top:36px
}

.pt-10{
  padding-top:40px
}

.pt-11{
  padding-top:44px
}

.pt-12{
  padding-top:48px
}

.pt-13{
  padding-top:50px
}

.pt-14{
  padding-top:56px
}

.pt-15{
  padding-top:60px
}

.pt-16{
  padding-top:64px
}

.pt-20{
  padding-top:80px
}

.pt-24{
  padding-top:96px
}

.pt-28{
  padding-top:112px
}

.pt-32{
  padding-top:128px
}

.pt-36{
  padding-top:144px
}

.pt-40{
  padding-top:160px
}

.pt-44{
  padding-top:176px
}

.pt-48{
  padding-top:192px
}

.pt-52{
  padding-top:208px
}

.pt-56{
  padding-top:224px
}

.pt-60{
  padding-top:240px
}

.pt-64{
  padding-top:256px
}

.pt-72{
  padding-top:288px
}

.pt-80{
  padding-top:320px
}

.pt-96{
  padding-top:384px
}

.pt-px{
  padding-top:1px
}

.pt-0\.5{
  padding-top:2px
}

.pt-1\.5{
  padding-top:6px
}

.pt-2\.5{
  padding-top:10px
}

.pt-3\.5{
  padding-top:14px
}

.pt-4\.5{
  padding-top:18px
}

.pt-7\.5{
  padding-top:30px
}

.pr-0{
  padding-right:0px
}

.pr-1{
  padding-right:4px
}

.pr-2{
  padding-right:8px
}

.pr-3{
  padding-right:12px
}

.pr-4{
  padding-right:16px
}

.pr-5{
  padding-right:20px
}

.pr-6{
  padding-right:24px
}

.pr-7{
  padding-right:28px
}

.pr-8{
  padding-right:32px
}

.pr-9{
  padding-right:36px
}

.pr-10{
  padding-right:40px
}

.pr-11{
  padding-right:44px
}

.pr-12{
  padding-right:48px
}

.pr-13{
  padding-right:50px
}

.pr-14{
  padding-right:56px
}

.pr-15{
  padding-right:60px
}

.pr-16{
  padding-right:64px
}

.pr-20{
  padding-right:80px
}

.pr-24{
  padding-right:96px
}

.pr-28{
  padding-right:112px
}

.pr-32{
  padding-right:128px
}

.pr-36{
  padding-right:144px
}

.pr-40{
  padding-right:160px
}

.pr-44{
  padding-right:176px
}

.pr-48{
  padding-right:192px
}

.pr-52{
  padding-right:208px
}

.pr-56{
  padding-right:224px
}

.pr-60{
  padding-right:240px
}

.pr-64{
  padding-right:256px
}

.pr-72{
  padding-right:288px
}

.pr-80{
  padding-right:320px
}

.pr-96{
  padding-right:384px
}

.pr-px{
  padding-right:1px
}

.pr-0\.5{
  padding-right:2px
}

.pr-1\.5{
  padding-right:6px
}

.pr-2\.5{
  padding-right:10px
}

.pr-3\.5{
  padding-right:14px
}

.pr-4\.5{
  padding-right:18px
}

.pr-7\.5{
  padding-right:30px
}

.pb-0{
  padding-bottom:0px
}

.pb-1{
  padding-bottom:4px
}

.pb-2{
  padding-bottom:8px
}

.pb-3{
  padding-bottom:12px
}

.pb-4{
  padding-bottom:16px
}

.pb-5{
  padding-bottom:20px
}

.pb-6{
  padding-bottom:24px
}

.pb-7{
  padding-bottom:28px
}

.pb-8{
  padding-bottom:32px
}

.pb-9{
  padding-bottom:36px
}

.pb-10{
  padding-bottom:40px
}

.pb-11{
  padding-bottom:44px
}

.pb-12{
  padding-bottom:48px
}

.pb-13{
  padding-bottom:50px
}

.pb-14{
  padding-bottom:56px
}

.pb-15{
  padding-bottom:60px
}

.pb-16{
  padding-bottom:64px
}

.pb-20{
  padding-bottom:80px
}

.pb-24{
  padding-bottom:96px
}

.pb-28{
  padding-bottom:112px
}

.pb-32{
  padding-bottom:128px
}

.pb-36{
  padding-bottom:144px
}

.pb-40{
  padding-bottom:160px
}

.pb-44{
  padding-bottom:176px
}

.pb-48{
  padding-bottom:192px
}

.pb-52{
  padding-bottom:208px
}

.pb-56{
  padding-bottom:224px
}

.pb-60{
  padding-bottom:240px
}

.pb-64{
  padding-bottom:256px
}

.pb-72{
  padding-bottom:288px
}

.pb-80{
  padding-bottom:320px
}

.pb-96{
  padding-bottom:384px
}

.pb-px{
  padding-bottom:1px
}

.pb-0\.5{
  padding-bottom:2px
}

.pb-1\.5{
  padding-bottom:6px
}

.pb-2\.5{
  padding-bottom:10px
}

.pb-3\.5{
  padding-bottom:14px
}

.pb-4\.5{
  padding-bottom:18px
}

.pb-7\.5{
  padding-bottom:30px
}

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

.pl-1{
  padding-left:4px
}

.pl-2{
  padding-left:8px
}

.pl-3{
  padding-left:12px
}

.pl-4{
  padding-left:16px
}

.pl-5{
  padding-left:20px
}

.pl-6{
  padding-left:24px
}

.pl-7{
  padding-left:28px
}

.pl-8{
  padding-left:32px
}

.pl-9{
  padding-left:36px
}

.pl-10{
  padding-left:40px
}

.pl-11{
  padding-left:44px
}

.pl-12{
  padding-left:48px
}

.pl-13{
  padding-left:50px
}

.pl-14{
  padding-left:56px
}

.pl-15{
  padding-left:60px
}

.pl-16{
  padding-left:64px
}

.pl-20{
  padding-left:80px
}

.pl-24{
  padding-left:96px
}

.pl-28{
  padding-left:112px
}

.pl-32{
  padding-left:128px
}

.pl-36{
  padding-left:144px
}

.pl-40{
  padding-left:160px
}

.pl-44{
  padding-left:176px
}

.pl-48{
  padding-left:192px
}

.pl-52{
  padding-left:208px
}

.pl-56{
  padding-left:224px
}

.pl-60{
  padding-left:240px
}

.pl-64{
  padding-left:256px
}

.pl-72{
  padding-left:288px
}

.pl-80{
  padding-left:320px
}

.pl-96{
  padding-left:384px
}

.pl-px{
  padding-left:1px
}

.pl-0\.5{
  padding-left:2px
}

.pl-1\.5{
  padding-left:6px
}

.pl-2\.5{
  padding-left:10px
}

.pl-3\.5{
  padding-left:14px
}

.pl-4\.5{
  padding-left:18px
}

.pl-7\.5{
  padding-left:30px
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.text-justify{
  text-align:justify
}

.align-baseline{
  vertical-align:baseline
}

.align-top{
  vertical-align:top
}

.align-middle{
  vertical-align:middle
}

.align-bottom{
  vertical-align:bottom
}

.align-text-top{
  vertical-align:text-top
}

.align-text-bottom{
  vertical-align:text-bottom
}

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

.font-serif{
  font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.font-mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-13{
  font-size:13px
}

.text-15{
  font-size:15px
}

.text-22{
  font-size:22px
}

.text-28{
  font-size:28px
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

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

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

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

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

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

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

.text-7xl{
  font-size:4.5rem;
  line-height:1
}

.text-8xl{
  font-size:6rem;
  line-height:1
}

.text-9xl{
  font-size:8rem;
  line-height:1
}

.text-2xs{
  font-size:10px
}

.font-thin{
  font-weight:100
}

.font-extralight{
  font-weight:200
}

.font-light{
  font-weight:300
}

.font-normal{
  font-weight:400
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.font-bold{
  font-weight:700
}

.font-extrabold{
  font-weight:800
}

.font-black{
  font-weight:900
}

.uppercase{
  text-transform:uppercase
}

.lowercase{
  text-transform:lowercase
}

.capitalize{
  text-transform:capitalize
}

.normal-case{
  text-transform:none
}

.italic{
  font-style:italic
}

.not-italic{
  font-style:normal
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.normal-nums{
  font-variant-numeric:normal
}

.ordinal{
  --tw-ordinal:ordinal
}

.slashed-zero{
  --tw-slashed-zero:slashed-zero
}

.lining-nums{
  --tw-numeric-figure:lining-nums
}

.oldstyle-nums{
  --tw-numeric-figure:oldstyle-nums
}

.proportional-nums{
  --tw-numeric-spacing:proportional-nums
}

.tabular-nums{
  --tw-numeric-spacing:tabular-nums
}

.diagonal-fractions{
  --tw-numeric-fraction:diagonal-fractions
}

.stacked-fractions{
  --tw-numeric-fraction:stacked-fractions
}

.leading-3{
  line-height:.75rem
}

.leading-4{
  line-height:1rem
}

.leading-5{
  line-height:1.25rem
}

.leading-6{
  line-height:1.5rem
}

.leading-7{
  line-height:1.75rem
}

.leading-8{
  line-height:2rem
}

.leading-9{
  line-height:2.25rem
}

.leading-10{
  line-height:2.5rem
}

.leading-none{
  line-height:1
}

.leading-tight{
  line-height:1.25
}

.leading-snug{
  line-height:1.375
}

.leading-normal{
  line-height:1.5
}

.leading-relaxed{
  line-height:1.625
}

.leading-loose{
  line-height:2
}

.tracking-tighter{
  letter-spacing:-0.05em
}

.tracking-tight{
  letter-spacing:-0.025em
}

.tracking-normal{
  letter-spacing:0em
}

.tracking-wide{
  letter-spacing:0.025em
}

.tracking-wider{
  letter-spacing:0.05em
}

.tracking-widest{
  letter-spacing:0.1em
}

.text-6{
  --tw-text-opacity:1;
  color:rgba(102, 102, 102, var(--tw-text-opacity))
}

.text-transparent{
  color:transparent
}

.text-current{
  color:currentColor
}

.text-black{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-50{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.text-gray-100{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.text-gray-200{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-red{
  --tw-text-opacity:1;
  color:rgba(224, 0, 7, var(--tw-text-opacity))
}

.text-pastel-red{
  --tw-text-opacity:1;
  color:rgba(215, 38, 61, var(--tw-text-opacity))
}

.text-pastel-orange{
  --tw-text-opacity:1;
  color:rgba(255, 189, 0, var(--tw-text-opacity))
}

.text-pale-red{
  --tw-text-opacity:1;
  color:rgba(225, 152, 140, var(--tw-text-opacity))
}

.text-yellow-50{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.text-yellow-100{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.text-yellow-200{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.text-yellow-300{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.text-yellow-400{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.text-yellow-500{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.text-yellow-600{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.text-yellow-700{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.text-yellow-800{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.text-yellow-900{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.text-green-50{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.text-green-100{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.text-green-200{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.text-green-300{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.text-green-400{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.text-green-600{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.text-green-700{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.text-green-800{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.text-green-900{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.text-blue{
  --tw-text-opacity:1;
  color:rgba(82, 178, 186, var(--tw-text-opacity))
}

.text-indigo-50{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.text-indigo-100{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.text-indigo-200{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.text-indigo-300{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.text-indigo-400{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.text-indigo-500{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.text-indigo-600{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.text-indigo-700{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.text-indigo-800{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.text-indigo-900{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.text-purple-50{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.text-purple-100{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.text-purple-200{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.text-purple-300{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.text-purple-400{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.text-purple-500{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.text-purple-600{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.text-purple-700{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.text-purple-800{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.text-purple-900{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.text-pink-50{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.text-pink-100{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.text-pink-200{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.text-pink-300{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.text-pink-400{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.text-pink-500{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.text-pink-600{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.text-pink-700{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.text-pink-800{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.text-pink-900{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.text-bc{
  --tw-text-opacity:1;
  color:rgba(188, 188, 188, var(--tw-text-opacity))
}

.text-d4{
  --tw-text-opacity:1;
  color:rgba(212, 212, 212, var(--tw-text-opacity))
}

.text-d6{
  --tw-text-opacity:1;
  color:rgba(214, 214, 214, var(--tw-text-opacity))
}

.text-e5{
  --tw-text-opacity:1;
  color:rgba(229, 229, 229, var(--tw-text-opacity))
}

.text-ef{
  --tw-text-opacity:1;
  color:rgba(239, 239, 239, var(--tw-text-opacity))
}

.text-c{
  --tw-text-opacity:1;
  color:rgba(204, 204, 204, var(--tw-text-opacity))
}

.text-l-blue{
  --tw-text-opacity:1;
  color:rgba(104, 203, 209, var(--tw-text-opacity))
}

.text-orange{
  --tw-text-opacity:1;
  color:rgba(221, 132, 68, var(--tw-text-opacity))
}

.text-t-orange{
  --tw-text-opacity:1;
  color:rgba(249, 112, 12, var(--tw-text-opacity))
}

.text-l-orange{
  --tw-text-opacity:1;
  color:rgba(237, 220, 207, var(--tw-text-opacity))
}

.text-test-blue{
  --tw-text-opacity:1;
  color:rgba(82, 124, 186, var(--tw-text-opacity))
}

.text-l-test-blue{
  --tw-text-opacity:1;
  color:rgba(216, 222, 231, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-6{
  --tw-text-opacity:1;
  color:rgba(102, 102, 102, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-transparent{
  color:transparent
}

.group:hover .group-hover\:text-current{
  color:currentColor
}

.group:hover .group-hover\:text-black{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-50{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-red{
  --tw-text-opacity:1;
  color:rgba(224, 0, 7, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-50{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-100{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-200{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-400{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-600{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-700{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-800{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-yellow-900{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-50{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-100{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-200{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-300{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-400{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-600{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-700{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-800{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-green-900{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-blue{
  --tw-text-opacity:1;
  color:rgba(82, 178, 186, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-50{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-100{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-200{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-300{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-400{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-500{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-700{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-indigo-900{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-50{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-100{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-200{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-300{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-400{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-500{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-600{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-700{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-800{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-purple-900{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-50{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-100{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-200{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-300{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-400{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-500{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-600{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-700{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-800{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-pink-900{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-base{
  --tw-text-opacity:1;
  color:rgba(51, 51, 51, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-bc{
  --tw-text-opacity:1;
  color:rgba(188, 188, 188, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-d4{
  --tw-text-opacity:1;
  color:rgba(212, 212, 212, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-d6{
  --tw-text-opacity:1;
  color:rgba(214, 214, 214, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-e5{
  --tw-text-opacity:1;
  color:rgba(229, 229, 229, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-ef{
  --tw-text-opacity:1;
  color:rgba(239, 239, 239, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-c{
  --tw-text-opacity:1;
  color:rgba(204, 204, 204, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-l-blue{
  --tw-text-opacity:1;
  color:rgba(104, 203, 209, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-orange{
  --tw-text-opacity:1;
  color:rgba(221, 132, 68, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-t-orange{
  --tw-text-opacity:1;
  color:rgba(249, 112, 12, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-l-orange{
  --tw-text-opacity:1;
  color:rgba(237, 220, 207, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-test-blue{
  --tw-text-opacity:1;
  color:rgba(82, 124, 186, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-l-test-blue{
  --tw-text-opacity:1;
  color:rgba(216, 222, 231, var(--tw-text-opacity))
}

.focus-within\:text-6:focus-within{
  --tw-text-opacity:1;
  color:rgba(102, 102, 102, var(--tw-text-opacity))
}

.focus-within\:text-transparent:focus-within{
  color:transparent
}

.focus-within\:text-current:focus-within{
  color:currentColor
}

.focus-within\:text-black:focus-within{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.focus-within\:text-white:focus-within{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus-within\:text-gray-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.focus-within\:text-gray-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.focus-within\:text-gray-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.focus-within\:text-gray-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.focus-within\:text-gray-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.focus-within\:text-gray-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.focus-within\:text-gray-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.focus-within\:text-gray-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.focus-within\:text-gray-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.focus-within\:text-gray-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.focus-within\:text-red:focus-within{
  --tw-text-opacity:1;
  color:rgba(224, 0, 7, var(--tw-text-opacity))
}

.focus-within\:text-yellow-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.focus-within\:text-yellow-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.focus-within\:text-yellow-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.focus-within\:text-yellow-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.focus-within\:text-yellow-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.focus-within\:text-yellow-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.focus-within\:text-yellow-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.focus-within\:text-yellow-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.focus-within\:text-yellow-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.focus-within\:text-yellow-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.focus-within\:text-green-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.focus-within\:text-green-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.focus-within\:text-green-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.focus-within\:text-green-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.focus-within\:text-green-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.focus-within\:text-green-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.focus-within\:text-green-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.focus-within\:text-green-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.focus-within\:text-green-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.focus-within\:text-green-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.focus-within\:text-blue:focus-within{
  --tw-text-opacity:1;
  color:rgba(82, 178, 186, var(--tw-text-opacity))
}

.focus-within\:text-indigo-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.focus-within\:text-indigo-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.focus-within\:text-indigo-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.focus-within\:text-indigo-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.focus-within\:text-indigo-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.focus-within\:text-indigo-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.focus-within\:text-indigo-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.focus-within\:text-indigo-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.focus-within\:text-indigo-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.focus-within\:text-indigo-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.focus-within\:text-purple-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.focus-within\:text-purple-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.focus-within\:text-purple-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.focus-within\:text-purple-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.focus-within\:text-purple-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.focus-within\:text-purple-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.focus-within\:text-purple-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.focus-within\:text-purple-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.focus-within\:text-purple-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.focus-within\:text-purple-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.focus-within\:text-pink-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.focus-within\:text-pink-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.focus-within\:text-pink-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.focus-within\:text-pink-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.focus-within\:text-pink-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.focus-within\:text-pink-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.focus-within\:text-pink-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.focus-within\:text-pink-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.focus-within\:text-pink-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.focus-within\:text-pink-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.focus-within\:text-base:focus-within{
  --tw-text-opacity:1;
  color:rgba(51, 51, 51, var(--tw-text-opacity))
}

.focus-within\:text-bc:focus-within{
  --tw-text-opacity:1;
  color:rgba(188, 188, 188, var(--tw-text-opacity))
}

.focus-within\:text-d4:focus-within{
  --tw-text-opacity:1;
  color:rgba(212, 212, 212, var(--tw-text-opacity))
}

.focus-within\:text-d6:focus-within{
  --tw-text-opacity:1;
  color:rgba(214, 214, 214, var(--tw-text-opacity))
}

.focus-within\:text-e5:focus-within{
  --tw-text-opacity:1;
  color:rgba(229, 229, 229, var(--tw-text-opacity))
}

.focus-within\:text-ef:focus-within{
  --tw-text-opacity:1;
  color:rgba(239, 239, 239, var(--tw-text-opacity))
}

.focus-within\:text-c:focus-within{
  --tw-text-opacity:1;
  color:rgba(204, 204, 204, var(--tw-text-opacity))
}

.focus-within\:text-l-blue:focus-within{
  --tw-text-opacity:1;
  color:rgba(104, 203, 209, var(--tw-text-opacity))
}

.focus-within\:text-orange:focus-within{
  --tw-text-opacity:1;
  color:rgba(221, 132, 68, var(--tw-text-opacity))
}

.focus-within\:text-t-orange:focus-within{
  --tw-text-opacity:1;
  color:rgba(249, 112, 12, var(--tw-text-opacity))
}

.focus-within\:text-l-orange:focus-within{
  --tw-text-opacity:1;
  color:rgba(237, 220, 207, var(--tw-text-opacity))
}

.focus-within\:text-test-blue:focus-within{
  --tw-text-opacity:1;
  color:rgba(82, 124, 186, var(--tw-text-opacity))
}

.focus-within\:text-l-test-blue:focus-within{
  --tw-text-opacity:1;
  color:rgba(216, 222, 231, var(--tw-text-opacity))
}

.hover\:text-6:hover{
  --tw-text-opacity:1;
  color:rgba(102, 102, 102, var(--tw-text-opacity))
}

.hover\:text-transparent:hover{
  color:transparent
}

.hover\:text-current:hover{
  color:currentColor
}

.hover\:text-black:hover{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:text-gray-50:hover{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.hover\:text-gray-100:hover{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.hover\:text-gray-200:hover{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.hover\:text-gray-300:hover{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.hover\:text-gray-400:hover{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.hover\:text-gray-500:hover{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.hover\:text-gray-600:hover{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.hover\:text-gray-700:hover{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.hover\:text-gray-800:hover{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.hover\:text-gray-900:hover{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.hover\:text-red:hover{
  --tw-text-opacity:1;
  color:rgba(224, 0, 7, var(--tw-text-opacity))
}

.hover\:text-yellow-50:hover{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.hover\:text-green-50:hover{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.hover\:text-green-100:hover{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.hover\:text-green-200:hover{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.hover\:text-green-300:hover{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.hover\:text-green-400:hover{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.hover\:text-green-500:hover{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.hover\:text-green-600:hover{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.hover\:text-green-700:hover{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.hover\:text-green-800:hover{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.hover\:text-green-900:hover{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.hover\:text-blue:hover{
  --tw-text-opacity:1;
  color:rgba(82, 178, 186, var(--tw-text-opacity))
}

.hover\:text-indigo-50:hover{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.hover\:text-purple-50:hover{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.hover\:text-purple-100:hover{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.hover\:text-purple-200:hover{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.hover\:text-purple-300:hover{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.hover\:text-purple-400:hover{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.hover\:text-purple-500:hover{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.hover\:text-purple-600:hover{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.hover\:text-purple-700:hover{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.hover\:text-purple-800:hover{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.hover\:text-purple-900:hover{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.hover\:text-pink-50:hover{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.hover\:text-pink-100:hover{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.hover\:text-pink-200:hover{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.hover\:text-pink-300:hover{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.hover\:text-pink-400:hover{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.hover\:text-pink-500:hover{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.hover\:text-pink-600:hover{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.hover\:text-pink-700:hover{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.hover\:text-pink-800:hover{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.hover\:text-pink-900:hover{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.hover\:text-base:hover{
  --tw-text-opacity:1;
  color:rgba(51, 51, 51, var(--tw-text-opacity))
}

.hover\:text-bc:hover{
  --tw-text-opacity:1;
  color:rgba(188, 188, 188, var(--tw-text-opacity))
}

.hover\:text-d4:hover{
  --tw-text-opacity:1;
  color:rgba(212, 212, 212, var(--tw-text-opacity))
}

.hover\:text-d6:hover{
  --tw-text-opacity:1;
  color:rgba(214, 214, 214, var(--tw-text-opacity))
}

.hover\:text-e5:hover{
  --tw-text-opacity:1;
  color:rgba(229, 229, 229, var(--tw-text-opacity))
}

.hover\:text-ef:hover{
  --tw-text-opacity:1;
  color:rgba(239, 239, 239, var(--tw-text-opacity))
}

.hover\:text-c:hover{
  --tw-text-opacity:1;
  color:rgba(204, 204, 204, var(--tw-text-opacity))
}

.hover\:text-l-blue:hover{
  --tw-text-opacity:1;
  color:rgba(104, 203, 209, var(--tw-text-opacity))
}

.hover\:text-orange:hover{
  --tw-text-opacity:1;
  color:rgba(221, 132, 68, var(--tw-text-opacity))
}

.hover\:text-t-orange:hover{
  --tw-text-opacity:1;
  color:rgba(249, 112, 12, var(--tw-text-opacity))
}

.hover\:text-l-orange:hover{
  --tw-text-opacity:1;
  color:rgba(237, 220, 207, var(--tw-text-opacity))
}

.hover\:text-test-blue:hover{
  --tw-text-opacity:1;
  color:rgba(82, 124, 186, var(--tw-text-opacity))
}

.hover\:text-l-test-blue:hover{
  --tw-text-opacity:1;
  color:rgba(216, 222, 231, var(--tw-text-opacity))
}

.focus\:text-6:focus{
  --tw-text-opacity:1;
  color:rgba(102, 102, 102, var(--tw-text-opacity))
}

.focus\:text-transparent:focus{
  color:transparent
}

.focus\:text-current:focus{
  color:currentColor
}

.focus\:text-black:focus{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.focus\:text-white:focus{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus\:text-gray-50:focus{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.focus\:text-gray-100:focus{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.focus\:text-gray-200:focus{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.focus\:text-gray-300:focus{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.focus\:text-gray-400:focus{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.focus\:text-gray-500:focus{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.focus\:text-gray-600:focus{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.focus\:text-gray-700:focus{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.focus\:text-gray-800:focus{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.focus\:text-gray-900:focus{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.focus\:text-red:focus{
  --tw-text-opacity:1;
  color:rgba(224, 0, 7, var(--tw-text-opacity))
}

.focus\:text-yellow-50:focus{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.focus\:text-green-50:focus{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.focus\:text-green-100:focus{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.focus\:text-green-200:focus{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.focus\:text-green-300:focus{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.focus\:text-green-400:focus{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.focus\:text-green-500:focus{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.focus\:text-green-600:focus{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.focus\:text-green-700:focus{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.focus\:text-green-800:focus{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.focus\:text-green-900:focus{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.focus\:text-blue:focus{
  --tw-text-opacity:1;
  color:rgba(82, 178, 186, var(--tw-text-opacity))
}

.focus\:text-indigo-50:focus{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.focus\:text-purple-50:focus{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.focus\:text-purple-100:focus{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.focus\:text-purple-200:focus{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.focus\:text-purple-300:focus{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.focus\:text-purple-400:focus{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.focus\:text-purple-500:focus{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.focus\:text-purple-600:focus{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.focus\:text-purple-700:focus{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.focus\:text-purple-800:focus{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.focus\:text-purple-900:focus{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.focus\:text-pink-50:focus{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.focus\:text-pink-100:focus{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.focus\:text-pink-200:focus{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.focus\:text-pink-300:focus{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.focus\:text-pink-400:focus{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.focus\:text-pink-500:focus{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.focus\:text-pink-600:focus{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.focus\:text-pink-700:focus{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.focus\:text-pink-800:focus{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.focus\:text-pink-900:focus{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.focus\:text-base:focus{
  --tw-text-opacity:1;
  color:rgba(51, 51, 51, var(--tw-text-opacity))
}

.focus\:text-bc:focus{
  --tw-text-opacity:1;
  color:rgba(188, 188, 188, var(--tw-text-opacity))
}

.focus\:text-d4:focus{
  --tw-text-opacity:1;
  color:rgba(212, 212, 212, var(--tw-text-opacity))
}

.focus\:text-d6:focus{
  --tw-text-opacity:1;
  color:rgba(214, 214, 214, var(--tw-text-opacity))
}

.focus\:text-e5:focus{
  --tw-text-opacity:1;
  color:rgba(229, 229, 229, var(--tw-text-opacity))
}

.focus\:text-ef:focus{
  --tw-text-opacity:1;
  color:rgba(239, 239, 239, var(--tw-text-opacity))
}

.focus\:text-c:focus{
  --tw-text-opacity:1;
  color:rgba(204, 204, 204, var(--tw-text-opacity))
}

.focus\:text-l-blue:focus{
  --tw-text-opacity:1;
  color:rgba(104, 203, 209, var(--tw-text-opacity))
}

.focus\:text-orange:focus{
  --tw-text-opacity:1;
  color:rgba(221, 132, 68, var(--tw-text-opacity))
}

.focus\:text-t-orange:focus{
  --tw-text-opacity:1;
  color:rgba(249, 112, 12, var(--tw-text-opacity))
}

.focus\:text-l-orange:focus{
  --tw-text-opacity:1;
  color:rgba(237, 220, 207, var(--tw-text-opacity))
}

.focus\:text-test-blue:focus{
  --tw-text-opacity:1;
  color:rgba(82, 124, 186, var(--tw-text-opacity))
}

.focus\:text-l-test-blue:focus{
  --tw-text-opacity:1;
  color:rgba(216, 222, 231, var(--tw-text-opacity))
}

.text-opacity-0{
  --tw-text-opacity:0
}

.text-opacity-5{
  --tw-text-opacity:0.05
}

.text-opacity-10{
  --tw-text-opacity:0.1
}

.text-opacity-20{
  --tw-text-opacity:0.2
}

.text-opacity-25{
  --tw-text-opacity:0.25
}

.text-opacity-30{
  --tw-text-opacity:0.3
}

.text-opacity-40{
  --tw-text-opacity:0.4
}

.text-opacity-50{
  --tw-text-opacity:0.5
}

.text-opacity-60{
  --tw-text-opacity:0.6
}

.text-opacity-70{
  --tw-text-opacity:0.7
}

.text-opacity-75{
  --tw-text-opacity:0.75
}

.text-opacity-80{
  --tw-text-opacity:0.8
}

.text-opacity-90{
  --tw-text-opacity:0.9
}

.text-opacity-95{
  --tw-text-opacity:0.95
}

.text-opacity-100{
  --tw-text-opacity:1
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity:0
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity:0.05
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity:0.1
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity:0.2
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity:0.25
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity:0.3
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity:0.4
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity:0.5
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity:0.6
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity:0.7
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity:0.75
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity:0.8
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity:0.9
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity:0.95
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity:1
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity:0
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity:0.05
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity:0.1
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity:0.2
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity:0.25
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity:0.3
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity:0.4
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity:0.5
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity:0.6
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity:0.7
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity:0.75
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity:0.8
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity:0.9
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity:0.95
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity:1
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity:0
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity:0.05
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity:0.1
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity:0.2
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity:0.25
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity:0.3
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity:0.4
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity:0.5
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity:0.6
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity:0.7
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity:0.75
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity:0.8
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity:0.9
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity:0.95
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity:1
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity:0
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity:0.05
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity:0.1
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity:0.2
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity:0.25
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity:0.3
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity:0.4
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity:0.5
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity:0.6
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity:0.7
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity:0.75
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity:0.8
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity:0.9
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity:0.95
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity:1
}

.underline{
  text-decoration:underline
}

.line-through{
  text-decoration:line-through
}

.no-underline{
  text-decoration:none
}

.group:hover .group-hover\:underline{
  text-decoration:underline
}

.group:hover .group-hover\:line-through{
  text-decoration:line-through
}

.group:hover .group-hover\:no-underline{
  text-decoration:none
}

.focus-within\:underline:focus-within{
  text-decoration:underline
}

.focus-within\:line-through:focus-within{
  text-decoration:line-through
}

.focus-within\:no-underline:focus-within{
  text-decoration:none
}

.hover\:underline:hover{
  text-decoration:underline
}

.hover\:line-through:hover{
  text-decoration:line-through
}

.hover\:no-underline:hover{
  text-decoration:none
}

.focus\:underline:focus{
  text-decoration:underline
}

.focus\:line-through:focus{
  text-decoration:line-through
}

.focus\:no-underline:focus{
  text-decoration:none
}

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

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

.placeholder-6::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.placeholder-6::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.placeholder-6:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.placeholder-6::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.placeholder-6::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.placeholder-transparent::-webkit-input-placeholder{
  color:transparent
}

.placeholder-transparent::-moz-placeholder{
  color:transparent
}

.placeholder-transparent:-ms-input-placeholder{
  color:transparent
}

.placeholder-transparent::-ms-input-placeholder{
  color:transparent
}

.placeholder-transparent::placeholder{
  color:transparent
}

.placeholder-current::-webkit-input-placeholder{
  color:currentColor
}

.placeholder-current::-moz-placeholder{
  color:currentColor
}

.placeholder-current:-ms-input-placeholder{
  color:currentColor
}

.placeholder-current::-ms-input-placeholder{
  color:currentColor
}

.placeholder-current::placeholder{
  color:currentColor
}

.placeholder-black::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-white::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-white::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-gray-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.placeholder-gray-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.placeholder-gray-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.placeholder-gray-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.placeholder-gray-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.placeholder-gray-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.placeholder-gray-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.placeholder-gray-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.placeholder-gray-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.placeholder-gray-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.placeholder-gray-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.placeholder-gray-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.placeholder-gray-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.placeholder-gray-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.placeholder-gray-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.placeholder-gray-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.placeholder-gray-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.placeholder-gray-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.placeholder-gray-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.placeholder-gray-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.placeholder-gray-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.placeholder-gray-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.placeholder-gray-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.placeholder-gray-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.placeholder-red::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.placeholder-red:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.placeholder-red::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.placeholder-red::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.placeholder-yellow-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.placeholder-yellow-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.placeholder-yellow-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.placeholder-yellow-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.placeholder-yellow-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.placeholder-yellow-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.placeholder-yellow-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.placeholder-yellow-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.placeholder-yellow-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.placeholder-yellow-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.placeholder-yellow-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.placeholder-yellow-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.placeholder-yellow-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.placeholder-yellow-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.placeholder-yellow-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.placeholder-yellow-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.placeholder-yellow-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.placeholder-yellow-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.placeholder-yellow-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.placeholder-yellow-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.placeholder-yellow-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.placeholder-yellow-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.placeholder-yellow-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.placeholder-yellow-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.placeholder-green-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.placeholder-green-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.placeholder-green-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.placeholder-green-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.placeholder-green-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.placeholder-green-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.placeholder-green-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.placeholder-green-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.placeholder-green-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.placeholder-green-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.placeholder-green-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.placeholder-green-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.placeholder-green-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.placeholder-green-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.placeholder-green-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.placeholder-green-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.placeholder-green-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.placeholder-green-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.placeholder-green-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.placeholder-green-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.placeholder-green-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.placeholder-green-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.placeholder-green-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.placeholder-green-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.placeholder-green-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.placeholder-green-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.placeholder-green-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.placeholder-green-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.placeholder-green-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.placeholder-green-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.placeholder-green-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.placeholder-green-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.placeholder-green-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.placeholder-green-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.placeholder-green-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.placeholder-green-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.placeholder-green-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.placeholder-green-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.placeholder-green-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.placeholder-green-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.placeholder-blue::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.placeholder-blue::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.placeholder-blue:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.placeholder-blue::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.placeholder-blue::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.placeholder-indigo-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.placeholder-indigo-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.placeholder-indigo-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.placeholder-indigo-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.placeholder-indigo-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.placeholder-indigo-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.placeholder-indigo-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.placeholder-indigo-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.placeholder-indigo-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.placeholder-indigo-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.placeholder-indigo-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.placeholder-indigo-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.placeholder-indigo-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.placeholder-indigo-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.placeholder-indigo-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.placeholder-indigo-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.placeholder-indigo-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.placeholder-indigo-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.placeholder-indigo-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.placeholder-indigo-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.placeholder-indigo-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.placeholder-indigo-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.placeholder-indigo-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.placeholder-indigo-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.placeholder-indigo-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.placeholder-purple-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.placeholder-purple-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.placeholder-purple-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.placeholder-purple-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.placeholder-purple-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.placeholder-purple-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.placeholder-purple-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.placeholder-purple-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.placeholder-purple-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.placeholder-purple-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.placeholder-purple-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.placeholder-purple-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.placeholder-purple-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.placeholder-purple-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.placeholder-purple-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.placeholder-purple-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.placeholder-purple-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.placeholder-purple-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.placeholder-purple-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.placeholder-purple-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.placeholder-purple-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.placeholder-purple-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.placeholder-purple-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.placeholder-purple-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.placeholder-purple-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.placeholder-purple-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.placeholder-purple-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.placeholder-purple-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.placeholder-purple-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.placeholder-purple-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.placeholder-purple-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.placeholder-purple-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.placeholder-purple-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.placeholder-pink-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.placeholder-pink-50:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.placeholder-pink-50::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.placeholder-pink-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.placeholder-pink-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.placeholder-pink-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.placeholder-pink-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.placeholder-pink-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.placeholder-pink-200::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.placeholder-pink-200:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.placeholder-pink-200::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.placeholder-pink-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.placeholder-pink-300::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.placeholder-pink-300:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.placeholder-pink-300::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.placeholder-pink-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.placeholder-pink-400::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.placeholder-pink-400:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.placeholder-pink-400::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.placeholder-pink-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.placeholder-pink-500::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.placeholder-pink-500:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.placeholder-pink-500::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.placeholder-pink-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.placeholder-pink-600::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.placeholder-pink-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.placeholder-pink-600::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.placeholder-pink-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.placeholder-pink-700::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.placeholder-pink-700:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.placeholder-pink-700::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.placeholder-pink-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.placeholder-pink-800::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.placeholder-pink-800:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.placeholder-pink-800::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.placeholder-pink-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.placeholder-pink-900::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.placeholder-pink-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.placeholder-pink-900::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.placeholder-pink-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.placeholder-base::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.placeholder-base::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.placeholder-base:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.placeholder-base::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.placeholder-base::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.placeholder-bc::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.placeholder-bc::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.placeholder-bc:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.placeholder-bc::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.placeholder-bc::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.placeholder-d4::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.placeholder-d4::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.placeholder-d4:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.placeholder-d4::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.placeholder-d4::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.placeholder-d6::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.placeholder-d6::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.placeholder-d6:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.placeholder-d6::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.placeholder-d6::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.placeholder-e5::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.placeholder-e5::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.placeholder-e5:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.placeholder-e5::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.placeholder-e5::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.placeholder-ef::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.placeholder-ef::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.placeholder-ef:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.placeholder-ef::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.placeholder-ef::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.placeholder-c::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.placeholder-c::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.placeholder-c:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.placeholder-c::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.placeholder-c::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.placeholder-l-blue::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.placeholder-l-blue::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.placeholder-l-blue:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.placeholder-l-blue::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.placeholder-l-blue::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.placeholder-orange::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.placeholder-orange::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.placeholder-orange:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.placeholder-orange::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.placeholder-orange::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.placeholder-t-orange::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.placeholder-t-orange::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.placeholder-t-orange:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.placeholder-t-orange::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.placeholder-t-orange::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.placeholder-l-orange::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.placeholder-l-orange::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.placeholder-l-orange:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.placeholder-l-orange::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.placeholder-l-orange::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.placeholder-test-blue::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.placeholder-test-blue::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.placeholder-test-blue:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.placeholder-test-blue::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.placeholder-test-blue::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.placeholder-l-test-blue::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.placeholder-l-test-blue::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.placeholder-l-test-blue:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.placeholder-l-test-blue::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.placeholder-l-test-blue::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.focus\:placeholder-6:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.focus\:placeholder-6:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.focus\:placeholder-6:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.focus\:placeholder-6:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.focus\:placeholder-6:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color:transparent
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color:transparent
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color:transparent
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color:transparent
}

.focus\:placeholder-transparent:focus::placeholder{
  color:transparent
}

.focus\:placeholder-current:focus::-webkit-input-placeholder{
  color:currentColor
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color:currentColor
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color:currentColor
}

.focus\:placeholder-current:focus::-ms-input-placeholder{
  color:currentColor
}

.focus\:placeholder-current:focus::placeholder{
  color:currentColor
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:placeholder-blue:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-blue:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-blue:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:placeholder-base:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.focus\:placeholder-base:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.focus\:placeholder-base:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.focus\:placeholder-base:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.focus\:placeholder-base:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
}

.focus\:placeholder-bc:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.focus\:placeholder-bc:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.focus\:placeholder-bc:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.focus\:placeholder-bc:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.focus\:placeholder-bc:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d4:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d4:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d4:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d4:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d4:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d6:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d6:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d6:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d6:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.focus\:placeholder-d6:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
}

.focus\:placeholder-e5:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-e5:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-e5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-e5:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-e5:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
}

.focus\:placeholder-ef:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.focus\:placeholder-ef:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.focus\:placeholder-ef:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.focus\:placeholder-ef:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.focus\:placeholder-ef:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
}

.focus\:placeholder-c:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.focus\:placeholder-c:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.focus\:placeholder-c:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.focus\:placeholder-c:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.focus\:placeholder-c:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-blue:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-blue:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-blue:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
}

.focus\:placeholder-orange:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.focus\:placeholder-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.focus\:placeholder-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.focus\:placeholder-orange:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
}

.focus\:placeholder-t-orange:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.focus\:placeholder-t-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.focus\:placeholder-t-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.focus\:placeholder-t-orange:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.focus\:placeholder-t-orange:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-orange:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-orange:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-orange:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
}

.focus\:placeholder-test-blue:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-test-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-test-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-test-blue:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-test-blue:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-test-blue:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-test-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-test-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-test-blue:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.focus\:placeholder-l-test-blue:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --tw-placeholder-opacity:0
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity:0
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity:0
}

.placeholder-opacity-0::-ms-input-placeholder{
  --tw-placeholder-opacity:0
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity:0
}

.placeholder-opacity-5::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity:0.05
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.placeholder-opacity-5::-ms-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity:0.05
}

.placeholder-opacity-10::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity:0.1
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.placeholder-opacity-10::-ms-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity:0.1
}

.placeholder-opacity-20::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity:0.2
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.placeholder-opacity-20::-ms-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity:0.2
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity:0.25
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.placeholder-opacity-25::-ms-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity:0.25
}

.placeholder-opacity-30::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity:0.3
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.placeholder-opacity-30::-ms-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity:0.3
}

.placeholder-opacity-40::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity:0.4
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.placeholder-opacity-40::-ms-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity:0.4
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50::-ms-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-60::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity:0.6
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.placeholder-opacity-60::-ms-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity:0.6
}

.placeholder-opacity-70::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity:0.7
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.placeholder-opacity-70::-ms-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity:0.7
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity:0.75
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.placeholder-opacity-75::-ms-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity:0.75
}

.placeholder-opacity-80::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity:0.8
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.placeholder-opacity-80::-ms-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity:0.8
}

.placeholder-opacity-90::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity:0.9
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.placeholder-opacity-90::-ms-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity:0.9
}

.placeholder-opacity-95::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity:0.95
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.placeholder-opacity-95::-ms-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity:0.95
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --tw-placeholder-opacity:1
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity:1
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity:1
}

.placeholder-opacity-100::-ms-input-placeholder{
  --tw-placeholder-opacity:1
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity:1
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity:0
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity:0
}

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity:1
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity:1
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity:1
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity:1
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity:1
}

.caret-6{
  caret-color:#666
}

.caret-transparent{
  caret-color:transparent
}

.caret-current{
  caret-color:currentColor
}

.caret-black{
  caret-color:#000
}

.caret-white{
  caret-color:#fff
}

.caret-gray-50{
  caret-color:#f9fafb
}

.caret-gray-100{
  caret-color:#f3f4f6
}

.caret-gray-200{
  caret-color:#e5e7eb
}

.caret-gray-300{
  caret-color:#d1d5db
}

.caret-gray-400{
  caret-color:#9ca3af
}

.caret-gray-500{
  caret-color:#6b7280
}

.caret-gray-600{
  caret-color:#4b5563
}

.caret-gray-700{
  caret-color:#374151
}

.caret-gray-800{
  caret-color:#1f2937
}

.caret-gray-900{
  caret-color:#111827
}

.caret-red{
  caret-color:#BE281F
}

.caret-yellow-50{
  caret-color:#fffbeb
}

.caret-yellow-100{
  caret-color:#fef3c7
}

.caret-yellow-200{
  caret-color:#fde68a
}

.caret-yellow-300{
  caret-color:#fcd34d
}

.caret-yellow-400{
  caret-color:#fbbf24
}

.caret-yellow-500{
  caret-color:#f59e0b
}

.caret-yellow-600{
  caret-color:#d97706
}

.caret-yellow-700{
  caret-color:#b45309
}

.caret-yellow-800{
  caret-color:#92400e
}

.caret-yellow-900{
  caret-color:#78350f
}

.caret-green-50{
  caret-color:#ecfdf5
}

.caret-green-100{
  caret-color:#d1fae5
}

.caret-green-200{
  caret-color:#a7f3d0
}

.caret-green-300{
  caret-color:#6ee7b7
}

.caret-green-400{
  caret-color:#34d399
}

.caret-green-500{
  caret-color:#10b981
}

.caret-green-600{
  caret-color:#059669
}

.caret-green-700{
  caret-color:#047857
}

.caret-green-800{
  caret-color:#065f46
}

.caret-green-900{
  caret-color:#064e3b
}

.caret-blue{
  caret-color:#52B2BA
}

.caret-indigo-50{
  caret-color:#eef2ff
}

.caret-indigo-100{
  caret-color:#e0e7ff
}

.caret-indigo-200{
  caret-color:#c7d2fe
}

.caret-indigo-300{
  caret-color:#a5b4fc
}

.caret-indigo-400{
  caret-color:#818cf8
}

.caret-indigo-500{
  caret-color:#6366f1
}

.caret-indigo-600{
  caret-color:#4f46e5
}

.caret-indigo-700{
  caret-color:#4338ca
}

.caret-indigo-800{
  caret-color:#3730a3
}

.caret-indigo-900{
  caret-color:#312e81
}

.caret-purple-50{
  caret-color:#f5f3ff
}

.caret-purple-100{
  caret-color:#ede9fe
}

.caret-purple-200{
  caret-color:#ddd6fe
}

.caret-purple-300{
  caret-color:#c4b5fd
}

.caret-purple-400{
  caret-color:#a78bfa
}

.caret-purple-500{
  caret-color:#8b5cf6
}

.caret-purple-600{
  caret-color:#7c3aed
}

.caret-purple-700{
  caret-color:#6d28d9
}

.caret-purple-800{
  caret-color:#5b21b6
}

.caret-purple-900{
  caret-color:#4c1d95
}

.caret-pink-50{
  caret-color:#fdf2f8
}

.caret-pink-100{
  caret-color:#fce7f3
}

.caret-pink-200{
  caret-color:#fbcfe8
}

.caret-pink-300{
  caret-color:#f9a8d4
}

.caret-pink-400{
  caret-color:#f472b6
}

.caret-pink-500{
  caret-color:#ec4899
}

.caret-pink-600{
  caret-color:#db2777
}

.caret-pink-700{
  caret-color:#be185d
}

.caret-pink-800{
  caret-color:#9d174d
}

.caret-pink-900{
  caret-color:#831843
}

.caret-base{
  caret-color:#333
}

.caret-bc{
  caret-color:#bcbcbc
}

.caret-d4{
  caret-color:#d4d4d4
}

.caret-d6{
  caret-color:#d6d6d6
}

.caret-e5{
  caret-color:#E5E5E5
}

.caret-ef{
  caret-color:#EFEFEF
}

.caret-c{
  caret-color:#ccc
}

.caret-l-blue{
  caret-color:#68CBD1
}

.caret-orange{
  caret-color:#DD8444
}

.caret-t-orange{
  caret-color:#F9700C
}

.caret-l-orange{
  caret-color:#EDDCCF
}

.caret-test-blue{
  caret-color:#527CBA
}

.caret-l-test-blue{
  caret-color:#D8DEE7
}

.opacity-0{
  opacity:0
}

.opacity-5{
  opacity:0.05
}

.opacity-10{
  opacity:0.1
}

.opacity-20{
  opacity:0.2
}

.opacity-25{
  opacity:0.25
}

.opacity-30{
  opacity:0.3
}

.opacity-40{
  opacity:0.4
}

.opacity-50{
  opacity:0.5
}

.opacity-60{
  opacity:0.6
}

.opacity-70{
  opacity:0.7
}

.opacity-75{
  opacity:0.75
}

.opacity-80{
  opacity:0.8
}

.opacity-90{
  opacity:0.9
}

.opacity-95{
  opacity:0.95
}

.opacity-100{
  opacity:1
}

.group:hover .group-hover\:opacity-0{
  opacity:0
}

.group:hover .group-hover\:opacity-5{
  opacity:0.05
}

.group:hover .group-hover\:opacity-10{
  opacity:0.1
}

.group:hover .group-hover\:opacity-20{
  opacity:0.2
}

.group:hover .group-hover\:opacity-25{
  opacity:0.25
}

.group:hover .group-hover\:opacity-30{
  opacity:0.3
}

.group:hover .group-hover\:opacity-40{
  opacity:0.4
}

.group:hover .group-hover\:opacity-50{
  opacity:0.5
}

.group:hover .group-hover\:opacity-60{
  opacity:0.6
}

.group:hover .group-hover\:opacity-70{
  opacity:0.7
}

.group:hover .group-hover\:opacity-75{
  opacity:0.75
}

.group:hover .group-hover\:opacity-80{
  opacity:0.8
}

.group:hover .group-hover\:opacity-90{
  opacity:0.9
}

.group:hover .group-hover\:opacity-95{
  opacity:0.95
}

.group:hover .group-hover\:opacity-100{
  opacity:1
}

.focus-within\:opacity-0:focus-within{
  opacity:0
}

.focus-within\:opacity-5:focus-within{
  opacity:0.05
}

.focus-within\:opacity-10:focus-within{
  opacity:0.1
}

.focus-within\:opacity-20:focus-within{
  opacity:0.2
}

.focus-within\:opacity-25:focus-within{
  opacity:0.25
}

.focus-within\:opacity-30:focus-within{
  opacity:0.3
}

.focus-within\:opacity-40:focus-within{
  opacity:0.4
}

.focus-within\:opacity-50:focus-within{
  opacity:0.5
}

.focus-within\:opacity-60:focus-within{
  opacity:0.6
}

.focus-within\:opacity-70:focus-within{
  opacity:0.7
}

.focus-within\:opacity-75:focus-within{
  opacity:0.75
}

.focus-within\:opacity-80:focus-within{
  opacity:0.8
}

.focus-within\:opacity-90:focus-within{
  opacity:0.9
}

.focus-within\:opacity-95:focus-within{
  opacity:0.95
}

.focus-within\:opacity-100:focus-within{
  opacity:1
}

.hover\:opacity-0:hover{
  opacity:0
}

.hover\:opacity-5:hover{
  opacity:0.05
}

.hover\:opacity-10:hover{
  opacity:0.1
}

.hover\:opacity-20:hover{
  opacity:0.2
}

.hover\:opacity-25:hover{
  opacity:0.25
}

.hover\:opacity-30:hover{
  opacity:0.3
}

.hover\:opacity-40:hover{
  opacity:0.4
}

.hover\:opacity-50:hover{
  opacity:0.5
}

.hover\:opacity-60:hover{
  opacity:0.6
}

.hover\:opacity-70:hover{
  opacity:0.7
}

.hover\:opacity-75:hover{
  opacity:0.75
}

.hover\:opacity-80:hover{
  opacity:0.8
}

.hover\:opacity-90:hover{
  opacity:0.9
}

.hover\:opacity-95:hover{
  opacity:0.95
}

.hover\:opacity-100:hover{
  opacity:1
}

.focus\:opacity-0:focus{
  opacity:0
}

.focus\:opacity-5:focus{
  opacity:0.05
}

.focus\:opacity-10:focus{
  opacity:0.1
}

.focus\:opacity-20:focus{
  opacity:0.2
}

.focus\:opacity-25:focus{
  opacity:0.25
}

.focus\:opacity-30:focus{
  opacity:0.3
}

.focus\:opacity-40:focus{
  opacity:0.4
}

.focus\:opacity-50:focus{
  opacity:0.5
}

.focus\:opacity-60:focus{
  opacity:0.6
}

.focus\:opacity-70:focus{
  opacity:0.7
}

.focus\:opacity-75:focus{
  opacity:0.75
}

.focus\:opacity-80:focus{
  opacity:0.8
}

.focus\:opacity-90:focus{
  opacity:0.9
}

.focus\:opacity-95:focus{
  opacity:0.95
}

.focus\:opacity-100:focus{
  opacity:1
}

.bg-blend-normal{
  background-blend-mode:normal
}

.bg-blend-multiply{
  background-blend-mode:multiply
}

.bg-blend-screen{
  background-blend-mode:screen
}

.bg-blend-overlay{
  background-blend-mode:overlay
}

.bg-blend-darken{
  background-blend-mode:darken
}

.bg-blend-lighten{
  background-blend-mode:lighten
}

.bg-blend-color-dodge{
  background-blend-mode:color-dodge
}

.bg-blend-color-burn{
  background-blend-mode:color-burn
}

.bg-blend-hard-light{
  background-blend-mode:hard-light
}

.bg-blend-soft-light{
  background-blend-mode:soft-light
}

.bg-blend-difference{
  background-blend-mode:difference
}

.bg-blend-exclusion{
  background-blend-mode:exclusion
}

.bg-blend-hue{
  background-blend-mode:hue
}

.bg-blend-saturation{
  background-blend-mode:saturation
}

.bg-blend-color{
  background-blend-mode:color
}

.bg-blend-luminosity{
  background-blend-mode:luminosity
}

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

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

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

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

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

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

.mix-blend-color-dodge{
  mix-blend-mode:color-dodge
}

.mix-blend-color-burn{
  mix-blend-mode:color-burn
}

.mix-blend-hard-light{
  mix-blend-mode:hard-light
}

.mix-blend-soft-light{
  mix-blend-mode:soft-light
}

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

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

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

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

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

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

*, ::before, ::after{
  --tw-shadow:0 0 #0000
}

.shadow-sm{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-inner{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none{
  --tw-shadow:0 0 #0000;
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow:0 0 #0000;
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow:focus-within{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow:0 0 #0000;
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-sm:hover{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow:hover{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-xl:hover{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-2xl:hover{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-inner:hover{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-none:hover{
  --tw-shadow:0 0 #0000;
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-sm:focus{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow:focus{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-md:focus{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-lg:focus{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-xl:focus{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-2xl:focus{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-inner:focus{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-none:focus{
  --tw-shadow:0 0 #0000;
  -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.outline-white{
  outline:2px dotted white;
  outline-offset:2px
}

.outline-black{
  outline:2px dotted black;
  outline-offset:2px
}

.focus-within\:outline-none:focus-within{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus-within\:outline-white:focus-within{
  outline:2px dotted white;
  outline-offset:2px
}

.focus-within\:outline-black:focus-within{
  outline:2px dotted black;
  outline-offset:2px
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus\:outline-white:focus{
  outline:2px dotted white;
  outline-offset:2px
}

.focus\:outline-black:focus{
  outline:2px dotted black;
  outline-offset:2px
}

*, ::before, ::after{
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000
}

.ring-0{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-1{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-2{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-4{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-8{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-inset{
  --tw-ring-inset:inset
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset:inset
}

.focus\:ring-inset:focus{
  --tw-ring-inset:inset
}

.ring-6{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
}

.ring-transparent{
  --tw-ring-color:transparent
}

.ring-current{
  --tw-ring-color:currentColor
}

.ring-black{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

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

.ring-gray-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.ring-gray-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.ring-gray-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.ring-gray-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.ring-gray-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.ring-gray-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.ring-gray-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.ring-gray-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.ring-gray-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.ring-gray-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.ring-red{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
}

.ring-yellow-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.ring-yellow-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.ring-yellow-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.ring-yellow-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.ring-yellow-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.ring-yellow-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.ring-yellow-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.ring-yellow-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.ring-yellow-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.ring-yellow-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.ring-green-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.ring-green-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.ring-green-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.ring-green-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.ring-green-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.ring-green-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.ring-green-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.ring-green-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.ring-green-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.ring-green-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.ring-blue{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
}

.ring-indigo-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.ring-indigo-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.ring-indigo-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.ring-indigo-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.ring-indigo-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.ring-indigo-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.ring-indigo-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.ring-indigo-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.ring-indigo-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.ring-indigo-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.ring-purple-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.ring-purple-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.ring-purple-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.ring-purple-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.ring-purple-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.ring-purple-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.ring-purple-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.ring-purple-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.ring-purple-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.ring-purple-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.ring-pink-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.ring-pink-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.ring-pink-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.ring-pink-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.ring-pink-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.ring-pink-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.ring-pink-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.ring-pink-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.ring-pink-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.ring-pink-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.ring-base{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
}

.ring-bc{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
}

.ring-d4{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
}

.ring-d6{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
}

.ring-e5{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
}

.ring-ef{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
}

.ring-c{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
}

.ring-l-blue{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
}

.ring-orange{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
}

.ring-t-orange{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
}

.ring-l-orange{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
}

.ring-test-blue{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
}

.ring-l-test-blue{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
}

.focus-within\:ring-6:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color:transparent
}

.focus-within\:ring-current:focus-within{
  --tw-ring-color:currentColor
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.focus-within\:ring-red:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.focus-within\:ring-yellow-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.focus-within\:ring-green-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.focus-within\:ring-green-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.focus-within\:ring-blue:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.focus-within\:ring-indigo-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.focus-within\:ring-purple-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.focus-within\:ring-pink-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.focus-within\:ring-base:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
}

.focus-within\:ring-bc:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
}

.focus-within\:ring-d4:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
}

.focus-within\:ring-d6:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
}

.focus-within\:ring-e5:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
}

.focus-within\:ring-ef:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
}

.focus-within\:ring-c:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
}

.focus-within\:ring-l-blue:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
}

.focus-within\:ring-orange:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
}

.focus-within\:ring-t-orange:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
}

.focus-within\:ring-l-orange:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
}

.focus-within\:ring-test-blue:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
}

.focus-within\:ring-l-test-blue:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
}

.focus\:ring-6:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
}

.focus\:ring-transparent:focus{
  --tw-ring-color:transparent
}

.focus\:ring-current:focus{
  --tw-ring-color:currentColor
}

.focus\:ring-black:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

.focus\:ring-white:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
}

.focus\:ring-gray-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.focus\:ring-red:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
}

.focus\:ring-yellow-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.focus\:ring-yellow-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.focus\:ring-yellow-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.focus\:ring-yellow-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.focus\:ring-yellow-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.focus\:ring-yellow-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.focus\:ring-yellow-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.focus\:ring-yellow-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.focus\:ring-yellow-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.focus\:ring-green-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.focus\:ring-green-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.focus\:ring-green-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.focus\:ring-green-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.focus\:ring-green-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.focus\:ring-green-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.focus\:ring-green-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.focus\:ring-green-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.focus\:ring-blue:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
}

.focus\:ring-indigo-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.focus\:ring-indigo-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.focus\:ring-indigo-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.focus\:ring-indigo-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.focus\:ring-indigo-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.focus\:ring-indigo-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.focus\:ring-indigo-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.focus\:ring-indigo-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.focus\:ring-purple-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.focus\:ring-purple-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.focus\:ring-purple-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.focus\:ring-purple-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.focus\:ring-purple-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.focus\:ring-purple-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.focus\:ring-purple-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.focus\:ring-purple-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.focus\:ring-purple-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.focus\:ring-pink-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.focus\:ring-pink-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.focus\:ring-pink-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.focus\:ring-pink-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.focus\:ring-pink-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.focus\:ring-pink-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.focus\:ring-pink-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.focus\:ring-pink-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.focus\:ring-pink-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.focus\:ring-base:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
}

.focus\:ring-bc:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
}

.focus\:ring-d4:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
}

.focus\:ring-d6:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
}

.focus\:ring-e5:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
}

.focus\:ring-ef:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
}

.focus\:ring-c:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
}

.focus\:ring-l-blue:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
}

.focus\:ring-orange:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
}

.focus\:ring-t-orange:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
}

.focus\:ring-l-orange:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
}

.focus\:ring-test-blue:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
}

.focus\:ring-l-test-blue:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
}

.ring-opacity-0{
  --tw-ring-opacity:0
}

.ring-opacity-5{
  --tw-ring-opacity:0.05
}

.ring-opacity-10{
  --tw-ring-opacity:0.1
}

.ring-opacity-20{
  --tw-ring-opacity:0.2
}

.ring-opacity-25{
  --tw-ring-opacity:0.25
}

.ring-opacity-30{
  --tw-ring-opacity:0.3
}

.ring-opacity-40{
  --tw-ring-opacity:0.4
}

.ring-opacity-50{
  --tw-ring-opacity:0.5
}

.ring-opacity-60{
  --tw-ring-opacity:0.6
}

.ring-opacity-70{
  --tw-ring-opacity:0.7
}

.ring-opacity-75{
  --tw-ring-opacity:0.75
}

.ring-opacity-80{
  --tw-ring-opacity:0.8
}

.ring-opacity-90{
  --tw-ring-opacity:0.9
}

.ring-opacity-95{
  --tw-ring-opacity:0.95
}

.ring-opacity-100{
  --tw-ring-opacity:1
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity:0
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity:0.05
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity:0.1
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity:0.2
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity:0.25
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity:0.3
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity:0.4
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity:0.5
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity:0.6
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity:0.7
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity:0.75
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity:0.8
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity:0.9
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity:0.95
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity:1
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity:0
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity:0.05
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity:0.1
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity:0.2
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity:0.25
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity:0.3
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity:0.4
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity:0.5
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity:0.6
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity:0.7
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity:0.75
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity:0.8
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity:0.9
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity:0.95
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity:1
}

.ring-offset-0{
  --tw-ring-offset-width:0px
}

.ring-offset-1{
  --tw-ring-offset-width:1px
}

.ring-offset-2{
  --tw-ring-offset-width:2px
}

.ring-offset-4{
  --tw-ring-offset-width:4px
}

.ring-offset-8{
  --tw-ring-offset-width:8px
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width:0px
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width:1px
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width:2px
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width:4px
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width:8px
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width:0px
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width:1px
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width:2px
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width:4px
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width:8px
}

.ring-offset-6{
  --tw-ring-offset-color:#666
}

.ring-offset-transparent{
  --tw-ring-offset-color:transparent
}

.ring-offset-current{
  --tw-ring-offset-color:currentColor
}

.ring-offset-black{
  --tw-ring-offset-color:#000
}

.ring-offset-white{
  --tw-ring-offset-color:#fff
}

.ring-offset-gray-50{
  --tw-ring-offset-color:#f9fafb
}

.ring-offset-gray-100{
  --tw-ring-offset-color:#f3f4f6
}

.ring-offset-gray-200{
  --tw-ring-offset-color:#e5e7eb
}

.ring-offset-gray-300{
  --tw-ring-offset-color:#d1d5db
}

.ring-offset-gray-400{
  --tw-ring-offset-color:#9ca3af
}

.ring-offset-gray-500{
  --tw-ring-offset-color:#6b7280
}

.ring-offset-gray-600{
  --tw-ring-offset-color:#4b5563
}

.ring-offset-gray-700{
  --tw-ring-offset-color:#374151
}

.ring-offset-gray-800{
  --tw-ring-offset-color:#1f2937
}

.ring-offset-gray-900{
  --tw-ring-offset-color:#111827
}

.ring-offset-red{
  --tw-ring-offset-color:#BE281F
}

.ring-offset-yellow-50{
  --tw-ring-offset-color:#fffbeb
}

.ring-offset-yellow-100{
  --tw-ring-offset-color:#fef3c7
}

.ring-offset-yellow-200{
  --tw-ring-offset-color:#fde68a
}

.ring-offset-yellow-300{
  --tw-ring-offset-color:#fcd34d
}

.ring-offset-yellow-400{
  --tw-ring-offset-color:#fbbf24
}

.ring-offset-yellow-500{
  --tw-ring-offset-color:#f59e0b
}

.ring-offset-yellow-600{
  --tw-ring-offset-color:#d97706
}

.ring-offset-yellow-700{
  --tw-ring-offset-color:#b45309
}

.ring-offset-yellow-800{
  --tw-ring-offset-color:#92400e
}

.ring-offset-yellow-900{
  --tw-ring-offset-color:#78350f
}

.ring-offset-green-50{
  --tw-ring-offset-color:#ecfdf5
}

.ring-offset-green-100{
  --tw-ring-offset-color:#d1fae5
}

.ring-offset-green-200{
  --tw-ring-offset-color:#a7f3d0
}

.ring-offset-green-300{
  --tw-ring-offset-color:#6ee7b7
}

.ring-offset-green-400{
  --tw-ring-offset-color:#34d399
}

.ring-offset-green-500{
  --tw-ring-offset-color:#10b981
}

.ring-offset-green-600{
  --tw-ring-offset-color:#059669
}

.ring-offset-green-700{
  --tw-ring-offset-color:#047857
}

.ring-offset-green-800{
  --tw-ring-offset-color:#065f46
}

.ring-offset-green-900{
  --tw-ring-offset-color:#064e3b
}

.ring-offset-blue{
  --tw-ring-offset-color:#52B2BA
}

.ring-offset-indigo-50{
  --tw-ring-offset-color:#eef2ff
}

.ring-offset-indigo-100{
  --tw-ring-offset-color:#e0e7ff
}

.ring-offset-indigo-200{
  --tw-ring-offset-color:#c7d2fe
}

.ring-offset-indigo-300{
  --tw-ring-offset-color:#a5b4fc
}

.ring-offset-indigo-400{
  --tw-ring-offset-color:#818cf8
}

.ring-offset-indigo-500{
  --tw-ring-offset-color:#6366f1
}

.ring-offset-indigo-600{
  --tw-ring-offset-color:#4f46e5
}

.ring-offset-indigo-700{
  --tw-ring-offset-color:#4338ca
}

.ring-offset-indigo-800{
  --tw-ring-offset-color:#3730a3
}

.ring-offset-indigo-900{
  --tw-ring-offset-color:#312e81
}

.ring-offset-purple-50{
  --tw-ring-offset-color:#f5f3ff
}

.ring-offset-purple-100{
  --tw-ring-offset-color:#ede9fe
}

.ring-offset-purple-200{
  --tw-ring-offset-color:#ddd6fe
}

.ring-offset-purple-300{
  --tw-ring-offset-color:#c4b5fd
}

.ring-offset-purple-400{
  --tw-ring-offset-color:#a78bfa
}

.ring-offset-purple-500{
  --tw-ring-offset-color:#8b5cf6
}

.ring-offset-purple-600{
  --tw-ring-offset-color:#7c3aed
}

.ring-offset-purple-700{
  --tw-ring-offset-color:#6d28d9
}

.ring-offset-purple-800{
  --tw-ring-offset-color:#5b21b6
}

.ring-offset-purple-900{
  --tw-ring-offset-color:#4c1d95
}

.ring-offset-pink-50{
  --tw-ring-offset-color:#fdf2f8
}

.ring-offset-pink-100{
  --tw-ring-offset-color:#fce7f3
}

.ring-offset-pink-200{
  --tw-ring-offset-color:#fbcfe8
}

.ring-offset-pink-300{
  --tw-ring-offset-color:#f9a8d4
}

.ring-offset-pink-400{
  --tw-ring-offset-color:#f472b6
}

.ring-offset-pink-500{
  --tw-ring-offset-color:#ec4899
}

.ring-offset-pink-600{
  --tw-ring-offset-color:#db2777
}

.ring-offset-pink-700{
  --tw-ring-offset-color:#be185d
}

.ring-offset-pink-800{
  --tw-ring-offset-color:#9d174d
}

.ring-offset-pink-900{
  --tw-ring-offset-color:#831843
}

.ring-offset-base{
  --tw-ring-offset-color:#333
}

.ring-offset-bc{
  --tw-ring-offset-color:#bcbcbc
}

.ring-offset-d4{
  --tw-ring-offset-color:#d4d4d4
}

.ring-offset-d6{
  --tw-ring-offset-color:#d6d6d6
}

.ring-offset-e5{
  --tw-ring-offset-color:#E5E5E5
}

.ring-offset-ef{
  --tw-ring-offset-color:#EFEFEF
}

.ring-offset-c{
  --tw-ring-offset-color:#ccc
}

.ring-offset-l-blue{
  --tw-ring-offset-color:#68CBD1
}

.ring-offset-orange{
  --tw-ring-offset-color:#DD8444
}

.ring-offset-t-orange{
  --tw-ring-offset-color:#F9700C
}

.ring-offset-l-orange{
  --tw-ring-offset-color:#EDDCCF
}

.ring-offset-test-blue{
  --tw-ring-offset-color:#527CBA
}

.ring-offset-l-test-blue{
  --tw-ring-offset-color:#D8DEE7
}

.focus-within\:ring-offset-6:focus-within{
  --tw-ring-offset-color:#666
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color:transparent
}

.focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color:currentColor
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color:#000
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color:#fff
}

.focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color:#f9fafb
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color:#f3f4f6
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color:#e5e7eb
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color:#d1d5db
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color:#9ca3af
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color:#6b7280
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color:#4b5563
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color:#374151
}

.focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color:#1f2937
}

.focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color:#111827
}

.focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color:#BE281F
}

.focus-within\:ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color:#fffbeb
}

.focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color:#fef3c7
}

.focus-within\:ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color:#fde68a
}

.focus-within\:ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color:#fcd34d
}

.focus-within\:ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color:#fbbf24
}

.focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color:#f59e0b
}

.focus-within\:ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color:#d97706
}

.focus-within\:ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color:#b45309
}

.focus-within\:ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color:#92400e
}

.focus-within\:ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color:#78350f
}

.focus-within\:ring-offset-green-50:focus-within{
  --tw-ring-offset-color:#ecfdf5
}

.focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color:#d1fae5
}

.focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color:#a7f3d0
}

.focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color:#6ee7b7
}

.focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color:#34d399
}

.focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color:#10b981
}

.focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color:#059669
}

.focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color:#047857
}

.focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color:#065f46
}

.focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color:#064e3b
}

.focus-within\:ring-offset-blue:focus-within{
  --tw-ring-offset-color:#52B2BA
}

.focus-within\:ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color:#eef2ff
}

.focus-within\:ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color:#e0e7ff
}

.focus-within\:ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color:#c7d2fe
}

.focus-within\:ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color:#a5b4fc
}

.focus-within\:ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color:#818cf8
}

.focus-within\:ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color:#6366f1
}

.focus-within\:ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color:#4f46e5
}

.focus-within\:ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color:#4338ca
}

.focus-within\:ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color:#3730a3
}

.focus-within\:ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color:#312e81
}

.focus-within\:ring-offset-purple-50:focus-within{
  --tw-ring-offset-color:#f5f3ff
}

.focus-within\:ring-offset-purple-100:focus-within{
  --tw-ring-offset-color:#ede9fe
}

.focus-within\:ring-offset-purple-200:focus-within{
  --tw-ring-offset-color:#ddd6fe
}

.focus-within\:ring-offset-purple-300:focus-within{
  --tw-ring-offset-color:#c4b5fd
}

.focus-within\:ring-offset-purple-400:focus-within{
  --tw-ring-offset-color:#a78bfa
}

.focus-within\:ring-offset-purple-500:focus-within{
  --tw-ring-offset-color:#8b5cf6
}

.focus-within\:ring-offset-purple-600:focus-within{
  --tw-ring-offset-color:#7c3aed
}

.focus-within\:ring-offset-purple-700:focus-within{
  --tw-ring-offset-color:#6d28d9
}

.focus-within\:ring-offset-purple-800:focus-within{
  --tw-ring-offset-color:#5b21b6
}

.focus-within\:ring-offset-purple-900:focus-within{
  --tw-ring-offset-color:#4c1d95
}

.focus-within\:ring-offset-pink-50:focus-within{
  --tw-ring-offset-color:#fdf2f8
}

.focus-within\:ring-offset-pink-100:focus-within{
  --tw-ring-offset-color:#fce7f3
}

.focus-within\:ring-offset-pink-200:focus-within{
  --tw-ring-offset-color:#fbcfe8
}

.focus-within\:ring-offset-pink-300:focus-within{
  --tw-ring-offset-color:#f9a8d4
}

.focus-within\:ring-offset-pink-400:focus-within{
  --tw-ring-offset-color:#f472b6
}

.focus-within\:ring-offset-pink-500:focus-within{
  --tw-ring-offset-color:#ec4899
}

.focus-within\:ring-offset-pink-600:focus-within{
  --tw-ring-offset-color:#db2777
}

.focus-within\:ring-offset-pink-700:focus-within{
  --tw-ring-offset-color:#be185d
}

.focus-within\:ring-offset-pink-800:focus-within{
  --tw-ring-offset-color:#9d174d
}

.focus-within\:ring-offset-pink-900:focus-within{
  --tw-ring-offset-color:#831843
}

.focus-within\:ring-offset-base:focus-within{
  --tw-ring-offset-color:#333
}

.focus-within\:ring-offset-bc:focus-within{
  --tw-ring-offset-color:#bcbcbc
}

.focus-within\:ring-offset-d4:focus-within{
  --tw-ring-offset-color:#d4d4d4
}

.focus-within\:ring-offset-d6:focus-within{
  --tw-ring-offset-color:#d6d6d6
}

.focus-within\:ring-offset-e5:focus-within{
  --tw-ring-offset-color:#E5E5E5
}

.focus-within\:ring-offset-ef:focus-within{
  --tw-ring-offset-color:#EFEFEF
}

.focus-within\:ring-offset-c:focus-within{
  --tw-ring-offset-color:#ccc
}

.focus-within\:ring-offset-l-blue:focus-within{
  --tw-ring-offset-color:#68CBD1
}

.focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color:#DD8444
}

.focus-within\:ring-offset-t-orange:focus-within{
  --tw-ring-offset-color:#F9700C
}

.focus-within\:ring-offset-l-orange:focus-within{
  --tw-ring-offset-color:#EDDCCF
}

.focus-within\:ring-offset-test-blue:focus-within{
  --tw-ring-offset-color:#527CBA
}

.focus-within\:ring-offset-l-test-blue:focus-within{
  --tw-ring-offset-color:#D8DEE7
}

.focus\:ring-offset-6:focus{
  --tw-ring-offset-color:#666
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color:transparent
}

.focus\:ring-offset-current:focus{
  --tw-ring-offset-color:currentColor
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color:#000
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color:#fff
}

.focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color:#f9fafb
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color:#f3f4f6
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color:#e5e7eb
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color:#d1d5db
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color:#9ca3af
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color:#6b7280
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color:#4b5563
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color:#374151
}

.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color:#1f2937
}

.focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color:#111827
}

.focus\:ring-offset-red:focus{
  --tw-ring-offset-color:#BE281F
}

.focus\:ring-offset-yellow-50:focus{
  --tw-ring-offset-color:#fffbeb
}

.focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color:#fef3c7
}

.focus\:ring-offset-yellow-200:focus{
  --tw-ring-offset-color:#fde68a
}

.focus\:ring-offset-yellow-300:focus{
  --tw-ring-offset-color:#fcd34d
}

.focus\:ring-offset-yellow-400:focus{
  --tw-ring-offset-color:#fbbf24
}

.focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color:#f59e0b
}

.focus\:ring-offset-yellow-600:focus{
  --tw-ring-offset-color:#d97706
}

.focus\:ring-offset-yellow-700:focus{
  --tw-ring-offset-color:#b45309
}

.focus\:ring-offset-yellow-800:focus{
  --tw-ring-offset-color:#92400e
}

.focus\:ring-offset-yellow-900:focus{
  --tw-ring-offset-color:#78350f
}

.focus\:ring-offset-green-50:focus{
  --tw-ring-offset-color:#ecfdf5
}

.focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color:#d1fae5
}

.focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color:#a7f3d0
}

.focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color:#6ee7b7
}

.focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color:#34d399
}

.focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color:#10b981
}

.focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color:#059669
}

.focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color:#047857
}

.focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color:#065f46
}

.focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color:#064e3b
}

.focus\:ring-offset-blue:focus{
  --tw-ring-offset-color:#52B2BA
}

.focus\:ring-offset-indigo-50:focus{
  --tw-ring-offset-color:#eef2ff
}

.focus\:ring-offset-indigo-100:focus{
  --tw-ring-offset-color:#e0e7ff
}

.focus\:ring-offset-indigo-200:focus{
  --tw-ring-offset-color:#c7d2fe
}

.focus\:ring-offset-indigo-300:focus{
  --tw-ring-offset-color:#a5b4fc
}

.focus\:ring-offset-indigo-400:focus{
  --tw-ring-offset-color:#818cf8
}

.focus\:ring-offset-indigo-500:focus{
  --tw-ring-offset-color:#6366f1
}

.focus\:ring-offset-indigo-600:focus{
  --tw-ring-offset-color:#4f46e5
}

.focus\:ring-offset-indigo-700:focus{
  --tw-ring-offset-color:#4338ca
}

.focus\:ring-offset-indigo-800:focus{
  --tw-ring-offset-color:#3730a3
}

.focus\:ring-offset-indigo-900:focus{
  --tw-ring-offset-color:#312e81
}

.focus\:ring-offset-purple-50:focus{
  --tw-ring-offset-color:#f5f3ff
}

.focus\:ring-offset-purple-100:focus{
  --tw-ring-offset-color:#ede9fe
}

.focus\:ring-offset-purple-200:focus{
  --tw-ring-offset-color:#ddd6fe
}

.focus\:ring-offset-purple-300:focus{
  --tw-ring-offset-color:#c4b5fd
}

.focus\:ring-offset-purple-400:focus{
  --tw-ring-offset-color:#a78bfa
}

.focus\:ring-offset-purple-500:focus{
  --tw-ring-offset-color:#8b5cf6
}

.focus\:ring-offset-purple-600:focus{
  --tw-ring-offset-color:#7c3aed
}

.focus\:ring-offset-purple-700:focus{
  --tw-ring-offset-color:#6d28d9
}

.focus\:ring-offset-purple-800:focus{
  --tw-ring-offset-color:#5b21b6
}

.focus\:ring-offset-purple-900:focus{
  --tw-ring-offset-color:#4c1d95
}

.focus\:ring-offset-pink-50:focus{
  --tw-ring-offset-color:#fdf2f8
}

.focus\:ring-offset-pink-100:focus{
  --tw-ring-offset-color:#fce7f3
}

.focus\:ring-offset-pink-200:focus{
  --tw-ring-offset-color:#fbcfe8
}

.focus\:ring-offset-pink-300:focus{
  --tw-ring-offset-color:#f9a8d4
}

.focus\:ring-offset-pink-400:focus{
  --tw-ring-offset-color:#f472b6
}

.focus\:ring-offset-pink-500:focus{
  --tw-ring-offset-color:#ec4899
}

.focus\:ring-offset-pink-600:focus{
  --tw-ring-offset-color:#db2777
}

.focus\:ring-offset-pink-700:focus{
  --tw-ring-offset-color:#be185d
}

.focus\:ring-offset-pink-800:focus{
  --tw-ring-offset-color:#9d174d
}

.focus\:ring-offset-pink-900:focus{
  --tw-ring-offset-color:#831843
}

.focus\:ring-offset-base:focus{
  --tw-ring-offset-color:#333
}

.focus\:ring-offset-bc:focus{
  --tw-ring-offset-color:#bcbcbc
}

.focus\:ring-offset-d4:focus{
  --tw-ring-offset-color:#d4d4d4
}

.focus\:ring-offset-d6:focus{
  --tw-ring-offset-color:#d6d6d6
}

.focus\:ring-offset-e5:focus{
  --tw-ring-offset-color:#E5E5E5
}

.focus\:ring-offset-ef:focus{
  --tw-ring-offset-color:#EFEFEF
}

.focus\:ring-offset-c:focus{
  --tw-ring-offset-color:#ccc
}

.focus\:ring-offset-l-blue:focus{
  --tw-ring-offset-color:#68CBD1
}

.focus\:ring-offset-orange:focus{
  --tw-ring-offset-color:#DD8444
}

.focus\:ring-offset-t-orange:focus{
  --tw-ring-offset-color:#F9700C
}

.focus\:ring-offset-l-orange:focus{
  --tw-ring-offset-color:#EDDCCF
}

.focus\:ring-offset-test-blue:focus{
  --tw-ring-offset-color:#527CBA
}

.focus\:ring-offset-l-test-blue:focus{
  --tw-ring-offset-color:#D8DEE7
}

.filter{
  --tw-blur:var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
  --tw-invert:var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter-none{
  -webkit-filter:none;
          filter:none
}

.blur-0{
  --tw-blur:blur(0)
}

.blur-none{
  --tw-blur:blur(0)
}

.blur-sm{
  --tw-blur:blur(4px)
}

.blur{
  --tw-blur:blur(8px)
}

.blur-md{
  --tw-blur:blur(12px)
}

.blur-lg{
  --tw-blur:blur(16px)
}

.blur-xl{
  --tw-blur:blur(24px)
}

.blur-2xl{
  --tw-blur:blur(40px)
}

.blur-3xl{
  --tw-blur:blur(64px)
}

.brightness-0{
  --tw-brightness:brightness(0)
}

.brightness-50{
  --tw-brightness:brightness(.5)
}

.brightness-75{
  --tw-brightness:brightness(.75)
}

.brightness-90{
  --tw-brightness:brightness(.9)
}

.brightness-95{
  --tw-brightness:brightness(.95)
}

.brightness-100{
  --tw-brightness:brightness(1)
}

.brightness-105{
  --tw-brightness:brightness(1.05)
}

.brightness-110{
  --tw-brightness:brightness(1.1)
}

.brightness-125{
  --tw-brightness:brightness(1.25)
}

.brightness-150{
  --tw-brightness:brightness(1.5)
}

.brightness-200{
  --tw-brightness:brightness(2)
}

.contrast-0{
  --tw-contrast:contrast(0)
}

.contrast-50{
  --tw-contrast:contrast(.5)
}

.contrast-75{
  --tw-contrast:contrast(.75)
}

.contrast-100{
  --tw-contrast:contrast(1)
}

.contrast-125{
  --tw-contrast:contrast(1.25)
}

.contrast-150{
  --tw-contrast:contrast(1.5)
}

.contrast-200{
  --tw-contrast:contrast(2)
}

.drop-shadow-sm{
  --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
}

.drop-shadow{
  --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}

.drop-shadow-md{
  --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}

.drop-shadow-lg{
  --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
}

.drop-shadow-xl{
  --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
}

.drop-shadow-2xl{
  --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
}

.drop-shadow-none{
  --tw-drop-shadow:drop-shadow(0 0 #0000)
}

.grayscale-0{
  --tw-grayscale:grayscale(0)
}

.grayscale{
  --tw-grayscale:grayscale(100%)
}

.hue-rotate-0{
  --tw-hue-rotate:hue-rotate(0deg)
}

.hue-rotate-15{
  --tw-hue-rotate:hue-rotate(15deg)
}

.hue-rotate-30{
  --tw-hue-rotate:hue-rotate(30deg)
}

.hue-rotate-60{
  --tw-hue-rotate:hue-rotate(60deg)
}

.hue-rotate-90{
  --tw-hue-rotate:hue-rotate(90deg)
}

.hue-rotate-180{
  --tw-hue-rotate:hue-rotate(180deg)
}

.-hue-rotate-180{
  --tw-hue-rotate:hue-rotate(-180deg)
}

.-hue-rotate-90{
  --tw-hue-rotate:hue-rotate(-90deg)
}

.-hue-rotate-60{
  --tw-hue-rotate:hue-rotate(-60deg)
}

.-hue-rotate-30{
  --tw-hue-rotate:hue-rotate(-30deg)
}

.-hue-rotate-15{
  --tw-hue-rotate:hue-rotate(-15deg)
}

.invert-0{
  --tw-invert:invert(0)
}

.invert{
  --tw-invert:invert(100%)
}

.saturate-0{
  --tw-saturate:saturate(0)
}

.saturate-50{
  --tw-saturate:saturate(.5)
}

.saturate-100{
  --tw-saturate:saturate(1)
}

.saturate-150{
  --tw-saturate:saturate(1.5)
}

.saturate-200{
  --tw-saturate:saturate(2)
}

.sepia-0{
  --tw-sepia:sepia(0)
}

.sepia{
  --tw-sepia:sepia(100%)
}

.backdrop-filter{
  --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-filter-none{
  -webkit-backdrop-filter:none;
          backdrop-filter:none
}

.backdrop-blur-0{
  --tw-backdrop-blur:blur(0)
}

.backdrop-blur-none{
  --tw-backdrop-blur:blur(0)
}

.backdrop-blur-sm{
  --tw-backdrop-blur:blur(4px)
}

.backdrop-blur{
  --tw-backdrop-blur:blur(8px)
}

.backdrop-blur-md{
  --tw-backdrop-blur:blur(12px)
}

.backdrop-blur-lg{
  --tw-backdrop-blur:blur(16px)
}

.backdrop-blur-xl{
  --tw-backdrop-blur:blur(24px)
}

.backdrop-blur-2xl{
  --tw-backdrop-blur:blur(40px)
}

.backdrop-blur-3xl{
  --tw-backdrop-blur:blur(64px)
}

.backdrop-brightness-0{
  --tw-backdrop-brightness:brightness(0)
}

.backdrop-brightness-50{
  --tw-backdrop-brightness:brightness(.5)
}

.backdrop-brightness-75{
  --tw-backdrop-brightness:brightness(.75)
}

.backdrop-brightness-90{
  --tw-backdrop-brightness:brightness(.9)
}

.backdrop-brightness-95{
  --tw-backdrop-brightness:brightness(.95)
}

.backdrop-brightness-100{
  --tw-backdrop-brightness:brightness(1)
}

.backdrop-brightness-105{
  --tw-backdrop-brightness:brightness(1.05)
}

.backdrop-brightness-110{
  --tw-backdrop-brightness:brightness(1.1)
}

.backdrop-brightness-125{
  --tw-backdrop-brightness:brightness(1.25)
}

.backdrop-brightness-150{
  --tw-backdrop-brightness:brightness(1.5)
}

.backdrop-brightness-200{
  --tw-backdrop-brightness:brightness(2)
}

.backdrop-contrast-0{
  --tw-backdrop-contrast:contrast(0)
}

.backdrop-contrast-50{
  --tw-backdrop-contrast:contrast(.5)
}

.backdrop-contrast-75{
  --tw-backdrop-contrast:contrast(.75)
}

.backdrop-contrast-100{
  --tw-backdrop-contrast:contrast(1)
}

.backdrop-contrast-125{
  --tw-backdrop-contrast:contrast(1.25)
}

.backdrop-contrast-150{
  --tw-backdrop-contrast:contrast(1.5)
}

.backdrop-contrast-200{
  --tw-backdrop-contrast:contrast(2)
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale:grayscale(0)
}

.backdrop-grayscale{
  --tw-backdrop-grayscale:grayscale(100%)
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate:hue-rotate(0deg)
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate:hue-rotate(15deg)
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate:hue-rotate(30deg)
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate:hue-rotate(60deg)
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate:hue-rotate(90deg)
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate:hue-rotate(180deg)
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate:hue-rotate(-180deg)
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate:hue-rotate(-90deg)
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate:hue-rotate(-60deg)
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate:hue-rotate(-30deg)
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate:hue-rotate(-15deg)
}

.backdrop-invert-0{
  --tw-backdrop-invert:invert(0)
}

.backdrop-invert{
  --tw-backdrop-invert:invert(100%)
}

.backdrop-opacity-0{
  --tw-backdrop-opacity:opacity(0)
}

.backdrop-opacity-5{
  --tw-backdrop-opacity:opacity(0.05)
}

.backdrop-opacity-10{
  --tw-backdrop-opacity:opacity(0.1)
}

.backdrop-opacity-20{
  --tw-backdrop-opacity:opacity(0.2)
}

.backdrop-opacity-25{
  --tw-backdrop-opacity:opacity(0.25)
}

.backdrop-opacity-30{
  --tw-backdrop-opacity:opacity(0.3)
}

.backdrop-opacity-40{
  --tw-backdrop-opacity:opacity(0.4)
}

.backdrop-opacity-50{
  --tw-backdrop-opacity:opacity(0.5)
}

.backdrop-opacity-60{
  --tw-backdrop-opacity:opacity(0.6)
}

.backdrop-opacity-70{
  --tw-backdrop-opacity:opacity(0.7)
}

.backdrop-opacity-75{
  --tw-backdrop-opacity:opacity(0.75)
}

.backdrop-opacity-80{
  --tw-backdrop-opacity:opacity(0.8)
}

.backdrop-opacity-90{
  --tw-backdrop-opacity:opacity(0.9)
}

.backdrop-opacity-95{
  --tw-backdrop-opacity:opacity(0.95)
}

.backdrop-opacity-100{
  --tw-backdrop-opacity:opacity(1)
}

.backdrop-saturate-0{
  --tw-backdrop-saturate:saturate(0)
}

.backdrop-saturate-50{
  --tw-backdrop-saturate:saturate(.5)
}

.backdrop-saturate-100{
  --tw-backdrop-saturate:saturate(1)
}

.backdrop-saturate-150{
  --tw-backdrop-saturate:saturate(1.5)
}

.backdrop-saturate-200{
  --tw-backdrop-saturate:saturate(2)
}

.backdrop-sepia-0{
  --tw-backdrop-sepia:sepia(0)
}

.backdrop-sepia{
  --tw-backdrop-sepia:sepia(100%)
}

.transition-none{
  -webkit-transition-property:none;
  -o-transition-property:none;
  transition-property:none
}

.transition-all{
  -webkit-transition-property:all;
  -o-transition-property:all;
  transition-property:all;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.transition{
  -webkit-transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.transition-colors{
  -webkit-transition-property:background-color, border-color, color, fill, stroke;
  -o-transition-property:background-color, border-color, color, fill, stroke;
  transition-property:background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.transition-opacity{
  -webkit-transition-property:opacity;
  -o-transition-property:opacity;
  transition-property:opacity;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.transition-shadow{
  -webkit-transition-property:-webkit-box-shadow;
  transition-property:-webkit-box-shadow;
  -o-transition-property:box-shadow;
  transition-property:box-shadow;
  transition-property:box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.transition-transform{
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  -o-transition-property:transform;
  transition-property:transform;
  transition-property:transform, -webkit-transform;
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.delay-75{
  -webkit-transition-delay:75ms;
       -o-transition-delay:75ms;
          transition-delay:75ms
}

.delay-100{
  -webkit-transition-delay:100ms;
       -o-transition-delay:100ms;
          transition-delay:100ms
}

.delay-150{
  -webkit-transition-delay:150ms;
       -o-transition-delay:150ms;
          transition-delay:150ms
}

.delay-200{
  -webkit-transition-delay:200ms;
       -o-transition-delay:200ms;
          transition-delay:200ms
}

.delay-300{
  -webkit-transition-delay:300ms;
       -o-transition-delay:300ms;
          transition-delay:300ms
}

.delay-500{
  -webkit-transition-delay:500ms;
       -o-transition-delay:500ms;
          transition-delay:500ms
}

.delay-700{
  -webkit-transition-delay:700ms;
       -o-transition-delay:700ms;
          transition-delay:700ms
}

.delay-1000{
  -webkit-transition-delay:1000ms;
       -o-transition-delay:1000ms;
          transition-delay:1000ms
}

.duration-75{
  -webkit-transition-duration:75ms;
       -o-transition-duration:75ms;
          transition-duration:75ms
}

.duration-100{
  -webkit-transition-duration:100ms;
       -o-transition-duration:100ms;
          transition-duration:100ms
}

.duration-150{
  -webkit-transition-duration:150ms;
       -o-transition-duration:150ms;
          transition-duration:150ms
}

.duration-200{
  -webkit-transition-duration:200ms;
       -o-transition-duration:200ms;
          transition-duration:200ms
}

.duration-300{
  -webkit-transition-duration:300ms;
       -o-transition-duration:300ms;
          transition-duration:300ms
}

.duration-500{
  -webkit-transition-duration:500ms;
       -o-transition-duration:500ms;
          transition-duration:500ms
}

.duration-700{
  -webkit-transition-duration:700ms;
       -o-transition-duration:700ms;
          transition-duration:700ms
}

.duration-1000{
  -webkit-transition-duration:1000ms;
       -o-transition-duration:1000ms;
          transition-duration:1000ms
}

.ease-linear{
  -webkit-transition-timing-function:linear;
       -o-transition-timing-function:linear;
          transition-timing-function:linear
}

.ease-in{
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
}

.ease-out{
  -webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.ease-in-out{
  -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.content-none{
  content:none
}

html{
  -webkit-font-feature-settings:"palt";
          font-feature-settings:"palt"
}

body{
  font-family:Noto Sans JP,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  color:#333
}

.font-roboto{
  font-family:Roboto
}

.font-dinot{
  font-family:DINOT
}

.container{
  max-width:1240px;
  position:relative;
  margin:auto;
  padding:0 20px
}

@media (max-width:767px){
  .container{
    padding:0 15px
  }
}

.clearfix:after{
  content:"";
  display:table;
  clear:both
}

@media (min-width:1025px){
  .sp-only{
    display:none!important
  }
}

@media (max-width:767px){
  .pc-only{
    display:none!important
  }
}

.ml-a{
  margin-left:auto
}

.mr-a,.mx-a{
  margin-right:auto
}

.mx-a{
  margin-left:auto
}

.my-a{
  margin-top:auto;
  margin-bottom:auto
}

.min-h-screen{
  min-height:-webkit-calc(var(--vh, 1vh)*100);
  min-height:calc(var(--vh, 1vh)*100)
}

.hide{
  display:none
}

.header-menu{
  background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#f2f2f2));
  background:-o-linear-gradient(top,#fff,#f2f2f2);
  background:linear-gradient(180deg,#fff,#f2f2f2);
  -webkit-box-shadow:0 0 4px rgba(0,0,0,.1);
          box-shadow:0 0 4px rgba(0,0,0,.1)
}

.header-menu span{
  -webkit-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  left:0;
  right:0;
  margin:auto;
  width:22px;
  height:3px
}

.header-menu span:first-of-type{
  top:13px
}

.header-menu span:nth-of-type(2){
  top:20px
}

.header-menu span:nth-of-type(3){
  top:27px
}

.header-menu p{
  position:absolute;
  top:33px;
  left:0;
  right:0;
  margin:auto;
  width:58px;
  text-align:center
}

.header-menu.is-open span:first-child{
  -webkit-transform:translateY(4px) rotate(-45deg);
      -ms-transform:translateY(4px) rotate(-45deg);
          transform:translateY(4px) rotate(-45deg);
  top:18px
}

.header-menu.is-open span:nth-child(2){
  opacity:0
}

.header-menu.is-open span:nth-child(3){
  -webkit-transform:translateY(-8px) rotate(45deg);
      -ms-transform:translateY(-8px) rotate(45deg);
          transform:translateY(-8px) rotate(45deg);
  top:30px
}

.header-nav{
  -webkit-box-shadow:0 0 8px rgba(0,0,0,.25);
          box-shadow:0 0 8px rgba(0,0,0,.25);
  top:90px;
  left:20px;
  width:-webkit-calc(100% - 40px);
  width:calc(100% - 40px)
}

.header-nav:before{
  content:"";
  position:absolute;
  z-index:1;
  width:23px;
  height:23px;
  -webkit-box-shadow:0 0 8px rgba(0,0,0,.25);
          box-shadow:0 0 8px rgba(0,0,0,.25);
  background:#fff;
  top:-5px;
  right:20px;
  -webkit-transform:rotate(45deg) skew(20deg,20deg);
      -ms-transform:rotate(45deg) skew(20deg,20deg);
          transform:rotate(45deg) skew(20deg,20deg)
}

.header-nav:after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#fff;
  -webkit-border-radius:10px;
          border-radius:10px
}

.header-nav>*{
  position:relative;
  z-index:3
}

.button{
  background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#f2f2f2));
  background:-o-linear-gradient(top,#fff,#f2f2f2);
  background:linear-gradient(180deg,#fff,#f2f2f2);
  -webkit-box-shadow:0 0 2px rgba(0,0,0,.25);
          box-shadow:0 0 2px rgba(0,0,0,.25);
  -webkit-border-radius:3px;
          border-radius:3px
}

.tab{
  border:1px solid #dbdbdb;
  -webkit-box-shadow:0 0 4px rgba(0,0,0,.1);
          box-shadow:0 0 4px rgba(0,0,0,.1);
  background:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#f4f4f4));
  background:-o-linear-gradient(top,#fff,#f4f4f4);
  background:linear-gradient(180deg,#fff,#f4f4f4)
}

.tab.current{
  border:none;
  -webkit-box-shadow:none;
          box-shadow:none;
  font-weight:700;
  background:#52b2ba;
  color:#fff;
  position:relative
}

.tab.current:after{
  position:absolute;
  bottom:-9px;
  left:0;
  right:0;
  margin:auto;
  content:"";
  width:0;
  height:0;
  border-color:#52b2ba rgba(0,0,0,0) rgba(0,0,0,0);
  border-style:solid;
  border-width:13px 9px 0
}

.tab.current img{
  opacity:0;
  display:none
}

.fade-in{
  -webkit-transition:opacity .3s,visibility 0s ease .3s;
  -o-transition:opacity .3s,visibility 0s ease .3s;
  transition:opacity .3s,visibility 0s ease .3s;
  opacity:0;
  visibility:hidden
}

.fade-in.is-show{
  -webkit-transition-delay:0s;
       -o-transition-delay:0s;
          transition-delay:0s;
  opacity:1;
  visibility:visible
}

@media (min-width:1025px){
  #fixed-btn{
    width:-webkit-calc(100% - 180px);
    width:calc(100% - 180px)
  }
}

.icon-eye{
  right:16px;
  bottom:22px;
  cursor:pointer
}

@media (max-width:767px){
  .icon-eye{
    bottom:16px
  }
}

.icon-eye:after{
  content:"";
  display:block;
  background:url(/assets/img/common/icon-eye.svg) 50%/contain no-repeat;
  width:20px;
  height:14px
}

@media (max-width:767px){
  .icon-eye:after{
    width:14px;
    height:10px
  }
}

.icon-eye:before{
  content:"";
  display:none;
  width:4px;
  height:20px;
  background:#fff;
  border-left:2px solid #d4d4d4;
  -webkit-transform:rotate(-45deg);
      -ms-transform:rotate(-45deg);
          transform:rotate(-45deg);
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto
}

@media (max-width:767px){
  .icon-eye:before{
    border-left:1px solid #d4d4d4;
    width:2px;
    height:15px
  }
}

.icon-eye.is-show:before{
  display:block
}

.icon-qrcode{
  width:20px;
  height:20px;
  right:16px;
  bottom:18%;
  cursor:pointer;
  background:url(/assets/img/common/icon-qrcode.svg) 50%/contain no-repeat
}

.shadow{
  -webkit-box-shadow:0 4px 15px rgba(0,0,0,.15);
          box-shadow:0 4px 15px rgba(0,0,0,.15)
}

.fukidasi{
  -webkit-box-shadow:0 0 6px rgba(0,0,0,.25);
          box-shadow:0 0 6px rgba(0,0,0,.25)
}

.fukidasi:before{
  content:"";
  width:29px;
  height:24px;
  display:block;
  background:url(/assets/img/common/fukidasi.svg);
  position:absolute;
  bottom:-18px;
  right:75px;
  -webkit-filter:drop-shadow(0 0 6px rgba(0,0,0,.25));
          filter:drop-shadow(0 0 6px rgba(0,0,0,.25))
}

.login-form{
  width:700px;
  height:700px;
  background:url(/assets/img/common/hexagon.svg) 50%/contain no-repeat
}

@media (max-width:767px){
  .login-form{
    width:100%;
    height:auto;
    background:#fff;
    -webkit-box-shadow:0 4px 15px rgba(0,0,0,.15);
            box-shadow:0 4px 15px rgba(0,0,0,.15)
  }
}

.login-btn{
  background:-webkit-gradient(linear,left top, left bottom,from(#52b2ba),to(#3c9da5));
  background:-o-linear-gradient(top,#52b2ba,#3c9da5);
  background:linear-gradient(180deg,#52b2ba,#3c9da5);
  -webkit-box-shadow:0 0 4px rgba(0,0,0,.25);
          box-shadow:0 0 4px rgba(0,0,0,.25)
}

.student{
  padding-top:150px
}

@media (max-width:767px){
  .student{
    padding-top:136px
  }
}

.test{
  padding-top:118px
}

@media (max-width:767px){
  .test{
    padding-top:107px
  }
}

.test-problem::-webkit-scrollbar{
  width:6px
}

.test-problem::-webkit-scrollbar-thumb{
  -webkit-border-radius:30px;
          border-radius:30px;
  --bg-opacity:1;
  background-color:#666
}

.test-choices{
  counter-reset:number 0
}

@media (max-width:767px){
  .test-choices{
    max-height:220px
  }
}

.test-choices::-webkit-scrollbar{
  width:6px
}

.test-choices::-webkit-scrollbar-thumb{
  -webkit-border-radius:30px;
          border-radius:30px;
  --bg-opacity:1;
  background-color:#666
}

.test-choices button:before{
  counter-increment:number 1;
  content:counter(number) ".";
  margin-right:1.5rem
}

@media (max-width:767px){
  .test-choices button:before{
    margin-right:5px
  }
}

#time-limit-show-checkbox {
  padding: 12px 8px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#time-limit-show-checkbox .checkbox-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

#time-limit-show-checkbox .checkbox-input:checked+.dymmy-input {
  background: #333333;
}

#time-limit-show-checkbox .checkbox-input:checked+.dymmy-input::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-3px, 0px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

#time-limit-show-checkbox .checkbox-input:checked+.dymmy-input::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-1px, 1px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

#time-limit-show-checkbox .dymmy-input {
  position: relative;
  top: 1px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, .1);
  border-radius: 4px;
}

#time-limit-show-checkbox .input-label {
  margin-left: 6px;
  display: block;
  font-size: 14px;
  color: #808080;
}

.teacher{
  padding-top:104px
}

@media (min-width:1025px){
  .teacher{
    padding-top:140px
  }
}

@media (min-width:1025px){
  .teacher-contents{
    max-width:-webkit-calc(100% - 156px);
    max-width:calc(100% - 156px)
  }
}

@media (min-width:1025px){
  #fixed-head{
    max-width:-webkit-calc(100% - 180px);
    max-width:calc(100% - 180px)
  }
}

@media (min-width:1025px){
  #answer,#problem,#result-content{
    max-height:-webkit-calc(var(--vh, 1vh)*100 - var(--headHeight, 1vh) - 62px);
    max-height:calc(var(--vh, 1vh)*100 - var(--headHeight, 1vh) - 62px)
  }
}

@media (min-width: 640px){
  .sm\:container{
    width:100%
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width:768px
    }
  }

  @media (min-width: 1025px){
    .sm\:container{
      max-width:1025px
    }
  }

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

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

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

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

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

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

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

  .sm\:pointer-events-auto{
    pointer-events:auto
  }

  .sm\:visible{
    visibility:visible
  }

  .sm\:invisible{
    visibility:hidden
  }

  .sm\:static{
    position:static
  }

  .sm\:fixed{
    position:fixed
  }

  .sm\:absolute{
    position:absolute
  }

  .sm\:relative{
    position:relative
  }

  .sm\:sticky{
    position:-webkit-sticky;
    position:sticky
  }

  .sm\:inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .sm\:inset-1{
    top:4px;
    right:4px;
    bottom:4px;
    left:4px
  }

  .sm\:inset-2{
    top:8px;
    right:8px;
    bottom:8px;
    left:8px
  }

  .sm\:inset-3{
    top:12px;
    right:12px;
    bottom:12px;
    left:12px
  }

  .sm\:inset-4{
    top:16px;
    right:16px;
    bottom:16px;
    left:16px
  }

  .sm\:inset-5{
    top:20px;
    right:20px;
    bottom:20px;
    left:20px
  }

  .sm\:inset-6{
    top:24px;
    right:24px;
    bottom:24px;
    left:24px
  }

  .sm\:inset-7{
    top:28px;
    right:28px;
    bottom:28px;
    left:28px
  }

  .sm\:inset-8{
    top:32px;
    right:32px;
    bottom:32px;
    left:32px
  }

  .sm\:inset-9{
    top:36px;
    right:36px;
    bottom:36px;
    left:36px
  }

  .sm\:inset-10{
    top:40px;
    right:40px;
    bottom:40px;
    left:40px
  }

  .sm\:inset-11{
    top:44px;
    right:44px;
    bottom:44px;
    left:44px
  }

  .sm\:inset-12{
    top:48px;
    right:48px;
    bottom:48px;
    left:48px
  }

  .sm\:inset-13{
    top:50px;
    right:50px;
    bottom:50px;
    left:50px
  }

  .sm\:inset-14{
    top:56px;
    right:56px;
    bottom:56px;
    left:56px
  }

  .sm\:inset-15{
    top:60px;
    right:60px;
    bottom:60px;
    left:60px
  }

  .sm\:inset-16{
    top:64px;
    right:64px;
    bottom:64px;
    left:64px
  }

  .sm\:inset-20{
    top:80px;
    right:80px;
    bottom:80px;
    left:80px
  }

  .sm\:inset-24{
    top:96px;
    right:96px;
    bottom:96px;
    left:96px
  }

  .sm\:inset-28{
    top:112px;
    right:112px;
    bottom:112px;
    left:112px
  }

  .sm\:inset-32{
    top:128px;
    right:128px;
    bottom:128px;
    left:128px
  }

  .sm\:inset-36{
    top:144px;
    right:144px;
    bottom:144px;
    left:144px
  }

  .sm\:inset-40{
    top:160px;
    right:160px;
    bottom:160px;
    left:160px
  }

  .sm\:inset-44{
    top:176px;
    right:176px;
    bottom:176px;
    left:176px
  }

  .sm\:inset-48{
    top:192px;
    right:192px;
    bottom:192px;
    left:192px
  }

  .sm\:inset-52{
    top:208px;
    right:208px;
    bottom:208px;
    left:208px
  }

  .sm\:inset-56{
    top:224px;
    right:224px;
    bottom:224px;
    left:224px
  }

  .sm\:inset-60{
    top:240px;
    right:240px;
    bottom:240px;
    left:240px
  }

  .sm\:inset-64{
    top:256px;
    right:256px;
    bottom:256px;
    left:256px
  }

  .sm\:inset-72{
    top:288px;
    right:288px;
    bottom:288px;
    left:288px
  }

  .sm\:inset-80{
    top:320px;
    right:320px;
    bottom:320px;
    left:320px
  }

  .sm\:inset-96{
    top:384px;
    right:384px;
    bottom:384px;
    left:384px
  }

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

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

  .sm\:inset-0\.5{
    top:2px;
    right:2px;
    bottom:2px;
    left:2px
  }

  .sm\:inset-1\.5{
    top:6px;
    right:6px;
    bottom:6px;
    left:6px
  }

  .sm\:inset-2\.5{
    top:10px;
    right:10px;
    bottom:10px;
    left:10px
  }

  .sm\:inset-3\.5{
    top:14px;
    right:14px;
    bottom:14px;
    left:14px
  }

  .sm\:inset-4\.5{
    top:18px;
    right:18px;
    bottom:18px;
    left:18px
  }

  .sm\:inset-7\.5{
    top:30px;
    right:30px;
    bottom:30px;
    left:30px
  }

  .sm\:-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .sm\:-inset-1{
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px
  }

  .sm\:-inset-2{
    top:-8px;
    right:-8px;
    bottom:-8px;
    left:-8px
  }

  .sm\:-inset-3{
    top:-12px;
    right:-12px;
    bottom:-12px;
    left:-12px
  }

  .sm\:-inset-4{
    top:-16px;
    right:-16px;
    bottom:-16px;
    left:-16px
  }

  .sm\:-inset-5{
    top:-20px;
    right:-20px;
    bottom:-20px;
    left:-20px
  }

  .sm\:-inset-6{
    top:-24px;
    right:-24px;
    bottom:-24px;
    left:-24px
  }

  .sm\:-inset-7{
    top:-28px;
    right:-28px;
    bottom:-28px;
    left:-28px
  }

  .sm\:-inset-8{
    top:-32px;
    right:-32px;
    bottom:-32px;
    left:-32px
  }

  .sm\:-inset-9{
    top:-36px;
    right:-36px;
    bottom:-36px;
    left:-36px
  }

  .sm\:-inset-10{
    top:-40px;
    right:-40px;
    bottom:-40px;
    left:-40px
  }

  .sm\:-inset-11{
    top:-44px;
    right:-44px;
    bottom:-44px;
    left:-44px
  }

  .sm\:-inset-12{
    top:-48px;
    right:-48px;
    bottom:-48px;
    left:-48px
  }

  .sm\:-inset-13{
    top:-50px;
    right:-50px;
    bottom:-50px;
    left:-50px
  }

  .sm\:-inset-14{
    top:-56px;
    right:-56px;
    bottom:-56px;
    left:-56px
  }

  .sm\:-inset-15{
    top:-60px;
    right:-60px;
    bottom:-60px;
    left:-60px
  }

  .sm\:-inset-16{
    top:-64px;
    right:-64px;
    bottom:-64px;
    left:-64px
  }

  .sm\:-inset-20{
    top:-80px;
    right:-80px;
    bottom:-80px;
    left:-80px
  }

  .sm\:-inset-24{
    top:-96px;
    right:-96px;
    bottom:-96px;
    left:-96px
  }

  .sm\:-inset-28{
    top:-112px;
    right:-112px;
    bottom:-112px;
    left:-112px
  }

  .sm\:-inset-32{
    top:-128px;
    right:-128px;
    bottom:-128px;
    left:-128px
  }

  .sm\:-inset-36{
    top:-144px;
    right:-144px;
    bottom:-144px;
    left:-144px
  }

  .sm\:-inset-40{
    top:-160px;
    right:-160px;
    bottom:-160px;
    left:-160px
  }

  .sm\:-inset-44{
    top:-176px;
    right:-176px;
    bottom:-176px;
    left:-176px
  }

  .sm\:-inset-48{
    top:-192px;
    right:-192px;
    bottom:-192px;
    left:-192px
  }

  .sm\:-inset-52{
    top:-208px;
    right:-208px;
    bottom:-208px;
    left:-208px
  }

  .sm\:-inset-56{
    top:-224px;
    right:-224px;
    bottom:-224px;
    left:-224px
  }

  .sm\:-inset-60{
    top:-240px;
    right:-240px;
    bottom:-240px;
    left:-240px
  }

  .sm\:-inset-64{
    top:-256px;
    right:-256px;
    bottom:-256px;
    left:-256px
  }

  .sm\:-inset-72{
    top:-288px;
    right:-288px;
    bottom:-288px;
    left:-288px
  }

  .sm\:-inset-80{
    top:-320px;
    right:-320px;
    bottom:-320px;
    left:-320px
  }

  .sm\:-inset-96{
    top:-384px;
    right:-384px;
    bottom:-384px;
    left:-384px
  }

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

  .sm\:-inset-0\.5{
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px
  }

  .sm\:-inset-1\.5{
    top:-6px;
    right:-6px;
    bottom:-6px;
    left:-6px
  }

  .sm\:-inset-2\.5{
    top:-10px;
    right:-10px;
    bottom:-10px;
    left:-10px
  }

  .sm\:-inset-3\.5{
    top:-14px;
    right:-14px;
    bottom:-14px;
    left:-14px
  }

  .sm\:-inset-4\.5{
    top:-18px;
    right:-18px;
    bottom:-18px;
    left:-18px
  }

  .sm\:-inset-7\.5{
    top:-30px;
    right:-30px;
    bottom:-30px;
    left:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:inset-x-0{
    left:0px;
    right:0px
  }

  .sm\:inset-x-1{
    left:4px;
    right:4px
  }

  .sm\:inset-x-2{
    left:8px;
    right:8px
  }

  .sm\:inset-x-3{
    left:12px;
    right:12px
  }

  .sm\:inset-x-4{
    left:16px;
    right:16px
  }

  .sm\:inset-x-5{
    left:20px;
    right:20px
  }

  .sm\:inset-x-6{
    left:24px;
    right:24px
  }

  .sm\:inset-x-7{
    left:28px;
    right:28px
  }

  .sm\:inset-x-8{
    left:32px;
    right:32px
  }

  .sm\:inset-x-9{
    left:36px;
    right:36px
  }

  .sm\:inset-x-10{
    left:40px;
    right:40px
  }

  .sm\:inset-x-11{
    left:44px;
    right:44px
  }

  .sm\:inset-x-12{
    left:48px;
    right:48px
  }

  .sm\:inset-x-13{
    left:50px;
    right:50px
  }

  .sm\:inset-x-14{
    left:56px;
    right:56px
  }

  .sm\:inset-x-15{
    left:60px;
    right:60px
  }

  .sm\:inset-x-16{
    left:64px;
    right:64px
  }

  .sm\:inset-x-20{
    left:80px;
    right:80px
  }

  .sm\:inset-x-24{
    left:96px;
    right:96px
  }

  .sm\:inset-x-28{
    left:112px;
    right:112px
  }

  .sm\:inset-x-32{
    left:128px;
    right:128px
  }

  .sm\:inset-x-36{
    left:144px;
    right:144px
  }

  .sm\:inset-x-40{
    left:160px;
    right:160px
  }

  .sm\:inset-x-44{
    left:176px;
    right:176px
  }

  .sm\:inset-x-48{
    left:192px;
    right:192px
  }

  .sm\:inset-x-52{
    left:208px;
    right:208px
  }

  .sm\:inset-x-56{
    left:224px;
    right:224px
  }

  .sm\:inset-x-60{
    left:240px;
    right:240px
  }

  .sm\:inset-x-64{
    left:256px;
    right:256px
  }

  .sm\:inset-x-72{
    left:288px;
    right:288px
  }

  .sm\:inset-x-80{
    left:320px;
    right:320px
  }

  .sm\:inset-x-96{
    left:384px;
    right:384px
  }

  .sm\:inset-x-auto{
    left:auto;
    right:auto
  }

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

  .sm\:inset-x-0\.5{
    left:2px;
    right:2px
  }

  .sm\:inset-x-1\.5{
    left:6px;
    right:6px
  }

  .sm\:inset-x-2\.5{
    left:10px;
    right:10px
  }

  .sm\:inset-x-3\.5{
    left:14px;
    right:14px
  }

  .sm\:inset-x-4\.5{
    left:18px;
    right:18px
  }

  .sm\:inset-x-7\.5{
    left:30px;
    right:30px
  }

  .sm\:-inset-x-0{
    left:0px;
    right:0px
  }

  .sm\:-inset-x-1{
    left:-4px;
    right:-4px
  }

  .sm\:-inset-x-2{
    left:-8px;
    right:-8px
  }

  .sm\:-inset-x-3{
    left:-12px;
    right:-12px
  }

  .sm\:-inset-x-4{
    left:-16px;
    right:-16px
  }

  .sm\:-inset-x-5{
    left:-20px;
    right:-20px
  }

  .sm\:-inset-x-6{
    left:-24px;
    right:-24px
  }

  .sm\:-inset-x-7{
    left:-28px;
    right:-28px
  }

  .sm\:-inset-x-8{
    left:-32px;
    right:-32px
  }

  .sm\:-inset-x-9{
    left:-36px;
    right:-36px
  }

  .sm\:-inset-x-10{
    left:-40px;
    right:-40px
  }

  .sm\:-inset-x-11{
    left:-44px;
    right:-44px
  }

  .sm\:-inset-x-12{
    left:-48px;
    right:-48px
  }

  .sm\:-inset-x-13{
    left:-50px;
    right:-50px
  }

  .sm\:-inset-x-14{
    left:-56px;
    right:-56px
  }

  .sm\:-inset-x-15{
    left:-60px;
    right:-60px
  }

  .sm\:-inset-x-16{
    left:-64px;
    right:-64px
  }

  .sm\:-inset-x-20{
    left:-80px;
    right:-80px
  }

  .sm\:-inset-x-24{
    left:-96px;
    right:-96px
  }

  .sm\:-inset-x-28{
    left:-112px;
    right:-112px
  }

  .sm\:-inset-x-32{
    left:-128px;
    right:-128px
  }

  .sm\:-inset-x-36{
    left:-144px;
    right:-144px
  }

  .sm\:-inset-x-40{
    left:-160px;
    right:-160px
  }

  .sm\:-inset-x-44{
    left:-176px;
    right:-176px
  }

  .sm\:-inset-x-48{
    left:-192px;
    right:-192px
  }

  .sm\:-inset-x-52{
    left:-208px;
    right:-208px
  }

  .sm\:-inset-x-56{
    left:-224px;
    right:-224px
  }

  .sm\:-inset-x-60{
    left:-240px;
    right:-240px
  }

  .sm\:-inset-x-64{
    left:-256px;
    right:-256px
  }

  .sm\:-inset-x-72{
    left:-288px;
    right:-288px
  }

  .sm\:-inset-x-80{
    left:-320px;
    right:-320px
  }

  .sm\:-inset-x-96{
    left:-384px;
    right:-384px
  }

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

  .sm\:-inset-x-0\.5{
    left:-2px;
    right:-2px
  }

  .sm\:-inset-x-1\.5{
    left:-6px;
    right:-6px
  }

  .sm\:-inset-x-2\.5{
    left:-10px;
    right:-10px
  }

  .sm\:-inset-x-3\.5{
    left:-14px;
    right:-14px
  }

  .sm\:-inset-x-4\.5{
    left:-18px;
    right:-18px
  }

  .sm\:-inset-x-7\.5{
    left:-30px;
    right:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .sm\:inset-y-1{
    top:4px;
    bottom:4px
  }

  .sm\:inset-y-2{
    top:8px;
    bottom:8px
  }

  .sm\:inset-y-3{
    top:12px;
    bottom:12px
  }

  .sm\:inset-y-4{
    top:16px;
    bottom:16px
  }

  .sm\:inset-y-5{
    top:20px;
    bottom:20px
  }

  .sm\:inset-y-6{
    top:24px;
    bottom:24px
  }

  .sm\:inset-y-7{
    top:28px;
    bottom:28px
  }

  .sm\:inset-y-8{
    top:32px;
    bottom:32px
  }

  .sm\:inset-y-9{
    top:36px;
    bottom:36px
  }

  .sm\:inset-y-10{
    top:40px;
    bottom:40px
  }

  .sm\:inset-y-11{
    top:44px;
    bottom:44px
  }

  .sm\:inset-y-12{
    top:48px;
    bottom:48px
  }

  .sm\:inset-y-13{
    top:50px;
    bottom:50px
  }

  .sm\:inset-y-14{
    top:56px;
    bottom:56px
  }

  .sm\:inset-y-15{
    top:60px;
    bottom:60px
  }

  .sm\:inset-y-16{
    top:64px;
    bottom:64px
  }

  .sm\:inset-y-20{
    top:80px;
    bottom:80px
  }

  .sm\:inset-y-24{
    top:96px;
    bottom:96px
  }

  .sm\:inset-y-28{
    top:112px;
    bottom:112px
  }

  .sm\:inset-y-32{
    top:128px;
    bottom:128px
  }

  .sm\:inset-y-36{
    top:144px;
    bottom:144px
  }

  .sm\:inset-y-40{
    top:160px;
    bottom:160px
  }

  .sm\:inset-y-44{
    top:176px;
    bottom:176px
  }

  .sm\:inset-y-48{
    top:192px;
    bottom:192px
  }

  .sm\:inset-y-52{
    top:208px;
    bottom:208px
  }

  .sm\:inset-y-56{
    top:224px;
    bottom:224px
  }

  .sm\:inset-y-60{
    top:240px;
    bottom:240px
  }

  .sm\:inset-y-64{
    top:256px;
    bottom:256px
  }

  .sm\:inset-y-72{
    top:288px;
    bottom:288px
  }

  .sm\:inset-y-80{
    top:320px;
    bottom:320px
  }

  .sm\:inset-y-96{
    top:384px;
    bottom:384px
  }

  .sm\:inset-y-auto{
    top:auto;
    bottom:auto
  }

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

  .sm\:inset-y-0\.5{
    top:2px;
    bottom:2px
  }

  .sm\:inset-y-1\.5{
    top:6px;
    bottom:6px
  }

  .sm\:inset-y-2\.5{
    top:10px;
    bottom:10px
  }

  .sm\:inset-y-3\.5{
    top:14px;
    bottom:14px
  }

  .sm\:inset-y-4\.5{
    top:18px;
    bottom:18px
  }

  .sm\:inset-y-7\.5{
    top:30px;
    bottom:30px
  }

  .sm\:-inset-y-0{
    top:0px;
    bottom:0px
  }

  .sm\:-inset-y-1{
    top:-4px;
    bottom:-4px
  }

  .sm\:-inset-y-2{
    top:-8px;
    bottom:-8px
  }

  .sm\:-inset-y-3{
    top:-12px;
    bottom:-12px
  }

  .sm\:-inset-y-4{
    top:-16px;
    bottom:-16px
  }

  .sm\:-inset-y-5{
    top:-20px;
    bottom:-20px
  }

  .sm\:-inset-y-6{
    top:-24px;
    bottom:-24px
  }

  .sm\:-inset-y-7{
    top:-28px;
    bottom:-28px
  }

  .sm\:-inset-y-8{
    top:-32px;
    bottom:-32px
  }

  .sm\:-inset-y-9{
    top:-36px;
    bottom:-36px
  }

  .sm\:-inset-y-10{
    top:-40px;
    bottom:-40px
  }

  .sm\:-inset-y-11{
    top:-44px;
    bottom:-44px
  }

  .sm\:-inset-y-12{
    top:-48px;
    bottom:-48px
  }

  .sm\:-inset-y-13{
    top:-50px;
    bottom:-50px
  }

  .sm\:-inset-y-14{
    top:-56px;
    bottom:-56px
  }

  .sm\:-inset-y-15{
    top:-60px;
    bottom:-60px
  }

  .sm\:-inset-y-16{
    top:-64px;
    bottom:-64px
  }

  .sm\:-inset-y-20{
    top:-80px;
    bottom:-80px
  }

  .sm\:-inset-y-24{
    top:-96px;
    bottom:-96px
  }

  .sm\:-inset-y-28{
    top:-112px;
    bottom:-112px
  }

  .sm\:-inset-y-32{
    top:-128px;
    bottom:-128px
  }

  .sm\:-inset-y-36{
    top:-144px;
    bottom:-144px
  }

  .sm\:-inset-y-40{
    top:-160px;
    bottom:-160px
  }

  .sm\:-inset-y-44{
    top:-176px;
    bottom:-176px
  }

  .sm\:-inset-y-48{
    top:-192px;
    bottom:-192px
  }

  .sm\:-inset-y-52{
    top:-208px;
    bottom:-208px
  }

  .sm\:-inset-y-56{
    top:-224px;
    bottom:-224px
  }

  .sm\:-inset-y-60{
    top:-240px;
    bottom:-240px
  }

  .sm\:-inset-y-64{
    top:-256px;
    bottom:-256px
  }

  .sm\:-inset-y-72{
    top:-288px;
    bottom:-288px
  }

  .sm\:-inset-y-80{
    top:-320px;
    bottom:-320px
  }

  .sm\:-inset-y-96{
    top:-384px;
    bottom:-384px
  }

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

  .sm\:-inset-y-0\.5{
    top:-2px;
    bottom:-2px
  }

  .sm\:-inset-y-1\.5{
    top:-6px;
    bottom:-6px
  }

  .sm\:-inset-y-2\.5{
    top:-10px;
    bottom:-10px
  }

  .sm\:-inset-y-3\.5{
    top:-14px;
    bottom:-14px
  }

  .sm\:-inset-y-4\.5{
    top:-18px;
    bottom:-18px
  }

  .sm\:-inset-y-7\.5{
    top:-30px;
    bottom:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:top-0{
    top:0px
  }

  .sm\:top-1{
    top:4px
  }

  .sm\:top-2{
    top:8px
  }

  .sm\:top-3{
    top:12px
  }

  .sm\:top-4{
    top:16px
  }

  .sm\:top-5{
    top:20px
  }

  .sm\:top-6{
    top:24px
  }

  .sm\:top-7{
    top:28px
  }

  .sm\:top-8{
    top:32px
  }

  .sm\:top-9{
    top:36px
  }

  .sm\:top-10{
    top:40px
  }

  .sm\:top-11{
    top:44px
  }

  .sm\:top-12{
    top:48px
  }

  .sm\:top-13{
    top:50px
  }

  .sm\:top-14{
    top:56px
  }

  .sm\:top-15{
    top:60px
  }

  .sm\:top-16{
    top:64px
  }

  .sm\:top-20{
    top:80px
  }

  .sm\:top-24{
    top:96px
  }

  .sm\:top-28{
    top:112px
  }

  .sm\:top-32{
    top:128px
  }

  .sm\:top-36{
    top:144px
  }

  .sm\:top-40{
    top:160px
  }

  .sm\:top-44{
    top:176px
  }

  .sm\:top-48{
    top:192px
  }

  .sm\:top-52{
    top:208px
  }

  .sm\:top-56{
    top:224px
  }

  .sm\:top-60{
    top:240px
  }

  .sm\:top-64{
    top:256px
  }

  .sm\:top-72{
    top:288px
  }

  .sm\:top-80{
    top:320px
  }

  .sm\:top-96{
    top:384px
  }

  .sm\:top-auto{
    top:auto
  }

  .sm\:top-px{
    top:1px
  }

  .sm\:top-0\.5{
    top:2px
  }

  .sm\:top-1\.5{
    top:6px
  }

  .sm\:top-2\.5{
    top:10px
  }

  .sm\:top-3\.5{
    top:14px
  }

  .sm\:top-4\.5{
    top:18px
  }

  .sm\:top-7\.5{
    top:30px
  }

  .sm\:-top-0{
    top:0px
  }

  .sm\:-top-1{
    top:-4px
  }

  .sm\:-top-2{
    top:-8px
  }

  .sm\:-top-3{
    top:-12px
  }

  .sm\:-top-4{
    top:-16px
  }

  .sm\:-top-5{
    top:-20px
  }

  .sm\:-top-6{
    top:-24px
  }

  .sm\:-top-7{
    top:-28px
  }

  .sm\:-top-8{
    top:-32px
  }

  .sm\:-top-9{
    top:-36px
  }

  .sm\:-top-10{
    top:-40px
  }

  .sm\:-top-11{
    top:-44px
  }

  .sm\:-top-12{
    top:-48px
  }

  .sm\:-top-13{
    top:-50px
  }

  .sm\:-top-14{
    top:-56px
  }

  .sm\:-top-15{
    top:-60px
  }

  .sm\:-top-16{
    top:-64px
  }

  .sm\:-top-20{
    top:-80px
  }

  .sm\:-top-24{
    top:-96px
  }

  .sm\:-top-28{
    top:-112px
  }

  .sm\:-top-32{
    top:-128px
  }

  .sm\:-top-36{
    top:-144px
  }

  .sm\:-top-40{
    top:-160px
  }

  .sm\:-top-44{
    top:-176px
  }

  .sm\:-top-48{
    top:-192px
  }

  .sm\:-top-52{
    top:-208px
  }

  .sm\:-top-56{
    top:-224px
  }

  .sm\:-top-60{
    top:-240px
  }

  .sm\:-top-64{
    top:-256px
  }

  .sm\:-top-72{
    top:-288px
  }

  .sm\:-top-80{
    top:-320px
  }

  .sm\:-top-96{
    top:-384px
  }

  .sm\:-top-px{
    top:-1px
  }

  .sm\:-top-0\.5{
    top:-2px
  }

  .sm\:-top-1\.5{
    top:-6px
  }

  .sm\:-top-2\.5{
    top:-10px
  }

  .sm\:-top-3\.5{
    top:-14px
  }

  .sm\:-top-4\.5{
    top:-18px
  }

  .sm\:-top-7\.5{
    top:-30px
  }

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

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

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

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

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

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

  .sm\:top-full{
    top:100%
  }

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

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

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

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

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

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

  .sm\:-top-full{
    top:-100%
  }

  .sm\:right-0{
    right:0px
  }

  .sm\:right-1{
    right:4px
  }

  .sm\:right-2{
    right:8px
  }

  .sm\:right-3{
    right:12px
  }

  .sm\:right-4{
    right:16px
  }

  .sm\:right-5{
    right:20px
  }

  .sm\:right-6{
    right:24px
  }

  .sm\:right-7{
    right:28px
  }

  .sm\:right-8{
    right:32px
  }

  .sm\:right-9{
    right:36px
  }

  .sm\:right-10{
    right:40px
  }

  .sm\:right-11{
    right:44px
  }

  .sm\:right-12{
    right:48px
  }

  .sm\:right-13{
    right:50px
  }

  .sm\:right-14{
    right:56px
  }

  .sm\:right-15{
    right:60px
  }

  .sm\:right-16{
    right:64px
  }

  .sm\:right-20{
    right:80px
  }

  .sm\:right-24{
    right:96px
  }

  .sm\:right-28{
    right:112px
  }

  .sm\:right-32{
    right:128px
  }

  .sm\:right-36{
    right:144px
  }

  .sm\:right-40{
    right:160px
  }

  .sm\:right-44{
    right:176px
  }

  .sm\:right-48{
    right:192px
  }

  .sm\:right-52{
    right:208px
  }

  .sm\:right-56{
    right:224px
  }

  .sm\:right-60{
    right:240px
  }

  .sm\:right-64{
    right:256px
  }

  .sm\:right-72{
    right:288px
  }

  .sm\:right-80{
    right:320px
  }

  .sm\:right-96{
    right:384px
  }

  .sm\:right-auto{
    right:auto
  }

  .sm\:right-px{
    right:1px
  }

  .sm\:right-0\.5{
    right:2px
  }

  .sm\:right-1\.5{
    right:6px
  }

  .sm\:right-2\.5{
    right:10px
  }

  .sm\:right-3\.5{
    right:14px
  }

  .sm\:right-4\.5{
    right:18px
  }

  .sm\:right-7\.5{
    right:30px
  }

  .sm\:-right-0{
    right:0px
  }

  .sm\:-right-1{
    right:-4px
  }

  .sm\:-right-2{
    right:-8px
  }

  .sm\:-right-3{
    right:-12px
  }

  .sm\:-right-4{
    right:-16px
  }

  .sm\:-right-5{
    right:-20px
  }

  .sm\:-right-6{
    right:-24px
  }

  .sm\:-right-7{
    right:-28px
  }

  .sm\:-right-8{
    right:-32px
  }

  .sm\:-right-9{
    right:-36px
  }

  .sm\:-right-10{
    right:-40px
  }

  .sm\:-right-11{
    right:-44px
  }

  .sm\:-right-12{
    right:-48px
  }

  .sm\:-right-13{
    right:-50px
  }

  .sm\:-right-14{
    right:-56px
  }

  .sm\:-right-15{
    right:-60px
  }

  .sm\:-right-16{
    right:-64px
  }

  .sm\:-right-20{
    right:-80px
  }

  .sm\:-right-24{
    right:-96px
  }

  .sm\:-right-28{
    right:-112px
  }

  .sm\:-right-32{
    right:-128px
  }

  .sm\:-right-36{
    right:-144px
  }

  .sm\:-right-40{
    right:-160px
  }

  .sm\:-right-44{
    right:-176px
  }

  .sm\:-right-48{
    right:-192px
  }

  .sm\:-right-52{
    right:-208px
  }

  .sm\:-right-56{
    right:-224px
  }

  .sm\:-right-60{
    right:-240px
  }

  .sm\:-right-64{
    right:-256px
  }

  .sm\:-right-72{
    right:-288px
  }

  .sm\:-right-80{
    right:-320px
  }

  .sm\:-right-96{
    right:-384px
  }

  .sm\:-right-px{
    right:-1px
  }

  .sm\:-right-0\.5{
    right:-2px
  }

  .sm\:-right-1\.5{
    right:-6px
  }

  .sm\:-right-2\.5{
    right:-10px
  }

  .sm\:-right-3\.5{
    right:-14px
  }

  .sm\:-right-4\.5{
    right:-18px
  }

  .sm\:-right-7\.5{
    right:-30px
  }

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

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

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

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

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

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

  .sm\:right-full{
    right:100%
  }

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

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

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

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

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

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

  .sm\:-right-full{
    right:-100%
  }

  .sm\:bottom-0{
    bottom:0px
  }

  .sm\:bottom-1{
    bottom:4px
  }

  .sm\:bottom-2{
    bottom:8px
  }

  .sm\:bottom-3{
    bottom:12px
  }

  .sm\:bottom-4{
    bottom:16px
  }

  .sm\:bottom-5{
    bottom:20px
  }

  .sm\:bottom-6{
    bottom:24px
  }

  .sm\:bottom-7{
    bottom:28px
  }

  .sm\:bottom-8{
    bottom:32px
  }

  .sm\:bottom-9{
    bottom:36px
  }

  .sm\:bottom-10{
    bottom:40px
  }

  .sm\:bottom-11{
    bottom:44px
  }

  .sm\:bottom-12{
    bottom:48px
  }

  .sm\:bottom-13{
    bottom:50px
  }

  .sm\:bottom-14{
    bottom:56px
  }

  .sm\:bottom-15{
    bottom:60px
  }

  .sm\:bottom-16{
    bottom:64px
  }

  .sm\:bottom-20{
    bottom:80px
  }

  .sm\:bottom-24{
    bottom:96px
  }

  .sm\:bottom-28{
    bottom:112px
  }

  .sm\:bottom-32{
    bottom:128px
  }

  .sm\:bottom-36{
    bottom:144px
  }

  .sm\:bottom-40{
    bottom:160px
  }

  .sm\:bottom-44{
    bottom:176px
  }

  .sm\:bottom-48{
    bottom:192px
  }

  .sm\:bottom-52{
    bottom:208px
  }

  .sm\:bottom-56{
    bottom:224px
  }

  .sm\:bottom-60{
    bottom:240px
  }

  .sm\:bottom-64{
    bottom:256px
  }

  .sm\:bottom-72{
    bottom:288px
  }

  .sm\:bottom-80{
    bottom:320px
  }

  .sm\:bottom-96{
    bottom:384px
  }

  .sm\:bottom-auto{
    bottom:auto
  }

  .sm\:bottom-px{
    bottom:1px
  }

  .sm\:bottom-0\.5{
    bottom:2px
  }

  .sm\:bottom-1\.5{
    bottom:6px
  }

  .sm\:bottom-2\.5{
    bottom:10px
  }

  .sm\:bottom-3\.5{
    bottom:14px
  }

  .sm\:bottom-4\.5{
    bottom:18px
  }

  .sm\:bottom-7\.5{
    bottom:30px
  }

  .sm\:-bottom-0{
    bottom:0px
  }

  .sm\:-bottom-1{
    bottom:-4px
  }

  .sm\:-bottom-2{
    bottom:-8px
  }

  .sm\:-bottom-3{
    bottom:-12px
  }

  .sm\:-bottom-4{
    bottom:-16px
  }

  .sm\:-bottom-5{
    bottom:-20px
  }

  .sm\:-bottom-6{
    bottom:-24px
  }

  .sm\:-bottom-7{
    bottom:-28px
  }

  .sm\:-bottom-8{
    bottom:-32px
  }

  .sm\:-bottom-9{
    bottom:-36px
  }

  .sm\:-bottom-10{
    bottom:-40px
  }

  .sm\:-bottom-11{
    bottom:-44px
  }

  .sm\:-bottom-12{
    bottom:-48px
  }

  .sm\:-bottom-13{
    bottom:-50px
  }

  .sm\:-bottom-14{
    bottom:-56px
  }

  .sm\:-bottom-15{
    bottom:-60px
  }

  .sm\:-bottom-16{
    bottom:-64px
  }

  .sm\:-bottom-20{
    bottom:-80px
  }

  .sm\:-bottom-24{
    bottom:-96px
  }

  .sm\:-bottom-28{
    bottom:-112px
  }

  .sm\:-bottom-32{
    bottom:-128px
  }

  .sm\:-bottom-36{
    bottom:-144px
  }

  .sm\:-bottom-40{
    bottom:-160px
  }

  .sm\:-bottom-44{
    bottom:-176px
  }

  .sm\:-bottom-48{
    bottom:-192px
  }

  .sm\:-bottom-52{
    bottom:-208px
  }

  .sm\:-bottom-56{
    bottom:-224px
  }

  .sm\:-bottom-60{
    bottom:-240px
  }

  .sm\:-bottom-64{
    bottom:-256px
  }

  .sm\:-bottom-72{
    bottom:-288px
  }

  .sm\:-bottom-80{
    bottom:-320px
  }

  .sm\:-bottom-96{
    bottom:-384px
  }

  .sm\:-bottom-px{
    bottom:-1px
  }

  .sm\:-bottom-0\.5{
    bottom:-2px
  }

  .sm\:-bottom-1\.5{
    bottom:-6px
  }

  .sm\:-bottom-2\.5{
    bottom:-10px
  }

  .sm\:-bottom-3\.5{
    bottom:-14px
  }

  .sm\:-bottom-4\.5{
    bottom:-18px
  }

  .sm\:-bottom-7\.5{
    bottom:-30px
  }

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

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

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

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

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

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

  .sm\:bottom-full{
    bottom:100%
  }

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

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

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

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

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

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

  .sm\:-bottom-full{
    bottom:-100%
  }

  .sm\:left-0{
    left:0px
  }

  .sm\:left-1{
    left:4px
  }

  .sm\:left-2{
    left:8px
  }

  .sm\:left-3{
    left:12px
  }

  .sm\:left-4{
    left:16px
  }

  .sm\:left-5{
    left:20px
  }

  .sm\:left-6{
    left:24px
  }

  .sm\:left-7{
    left:28px
  }

  .sm\:left-8{
    left:32px
  }

  .sm\:left-9{
    left:36px
  }

  .sm\:left-10{
    left:40px
  }

  .sm\:left-11{
    left:44px
  }

  .sm\:left-12{
    left:48px
  }

  .sm\:left-13{
    left:50px
  }

  .sm\:left-14{
    left:56px
  }

  .sm\:left-15{
    left:60px
  }

  .sm\:left-16{
    left:64px
  }

  .sm\:left-20{
    left:80px
  }

  .sm\:left-24{
    left:96px
  }

  .sm\:left-28{
    left:112px
  }

  .sm\:left-32{
    left:128px
  }

  .sm\:left-36{
    left:144px
  }

  .sm\:left-40{
    left:160px
  }

  .sm\:left-44{
    left:176px
  }

  .sm\:left-48{
    left:192px
  }

  .sm\:left-52{
    left:208px
  }

  .sm\:left-56{
    left:224px
  }

  .sm\:left-60{
    left:240px
  }

  .sm\:left-64{
    left:256px
  }

  .sm\:left-72{
    left:288px
  }

  .sm\:left-80{
    left:320px
  }

  .sm\:left-96{
    left:384px
  }

  .sm\:left-auto{
    left:auto
  }

  .sm\:left-px{
    left:1px
  }

  .sm\:left-0\.5{
    left:2px
  }

  .sm\:left-1\.5{
    left:6px
  }

  .sm\:left-2\.5{
    left:10px
  }

  .sm\:left-3\.5{
    left:14px
  }

  .sm\:left-4\.5{
    left:18px
  }

  .sm\:left-7\.5{
    left:30px
  }

  .sm\:-left-0{
    left:0px
  }

  .sm\:-left-1{
    left:-4px
  }

  .sm\:-left-2{
    left:-8px
  }

  .sm\:-left-3{
    left:-12px
  }

  .sm\:-left-4{
    left:-16px
  }

  .sm\:-left-5{
    left:-20px
  }

  .sm\:-left-6{
    left:-24px
  }

  .sm\:-left-7{
    left:-28px
  }

  .sm\:-left-8{
    left:-32px
  }

  .sm\:-left-9{
    left:-36px
  }

  .sm\:-left-10{
    left:-40px
  }

  .sm\:-left-11{
    left:-44px
  }

  .sm\:-left-12{
    left:-48px
  }

  .sm\:-left-13{
    left:-50px
  }

  .sm\:-left-14{
    left:-56px
  }

  .sm\:-left-15{
    left:-60px
  }

  .sm\:-left-16{
    left:-64px
  }

  .sm\:-left-20{
    left:-80px
  }

  .sm\:-left-24{
    left:-96px
  }

  .sm\:-left-28{
    left:-112px
  }

  .sm\:-left-32{
    left:-128px
  }

  .sm\:-left-36{
    left:-144px
  }

  .sm\:-left-40{
    left:-160px
  }

  .sm\:-left-44{
    left:-176px
  }

  .sm\:-left-48{
    left:-192px
  }

  .sm\:-left-52{
    left:-208px
  }

  .sm\:-left-56{
    left:-224px
  }

  .sm\:-left-60{
    left:-240px
  }

  .sm\:-left-64{
    left:-256px
  }

  .sm\:-left-72{
    left:-288px
  }

  .sm\:-left-80{
    left:-320px
  }

  .sm\:-left-96{
    left:-384px
  }

  .sm\:-left-px{
    left:-1px
  }

  .sm\:-left-0\.5{
    left:-2px
  }

  .sm\:-left-1\.5{
    left:-6px
  }

  .sm\:-left-2\.5{
    left:-10px
  }

  .sm\:-left-3\.5{
    left:-14px
  }

  .sm\:-left-4\.5{
    left:-18px
  }

  .sm\:-left-7\.5{
    left:-30px
  }

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

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

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

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

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

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

  .sm\:left-full{
    left:100%
  }

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

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

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

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

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

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

  .sm\:-left-full{
    left:-100%
  }

  .sm\:isolate{
    isolation:isolate
  }

  .sm\:isolation-auto{
    isolation:auto
  }

  .sm\:z-0{
    z-index:0
  }

  .sm\:z-10{
    z-index:10
  }

  .sm\:z-20{
    z-index:20
  }

  .sm\:z-30{
    z-index:30
  }

  .sm\:z-40{
    z-index:40
  }

  .sm\:z-50{
    z-index:50
  }

  .sm\:z-auto{
    z-index:auto
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index:0
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index:10
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index:20
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index:30
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index:40
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index:50
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index:auto
  }

  .sm\:focus\:z-0:focus{
    z-index:0
  }

  .sm\:focus\:z-10:focus{
    z-index:10
  }

  .sm\:focus\:z-20:focus{
    z-index:20
  }

  .sm\:focus\:z-30:focus{
    z-index:30
  }

  .sm\:focus\:z-40:focus{
    z-index:40
  }

  .sm\:focus\:z-50:focus{
    z-index:50
  }

  .sm\:focus\:z-auto:focus{
    z-index:auto
  }

  .sm\:order-1{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1
  }

  .sm\:order-2{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2
  }

  .sm\:order-3{
    -webkit-box-ordinal-group:4;
    -webkit-order:3;
        -ms-flex-order:3;
            order:3
  }

  .sm\:order-4{
    -webkit-box-ordinal-group:5;
    -webkit-order:4;
        -ms-flex-order:4;
            order:4
  }

  .sm\:order-5{
    -webkit-box-ordinal-group:6;
    -webkit-order:5;
        -ms-flex-order:5;
            order:5
  }

  .sm\:order-6{
    -webkit-box-ordinal-group:7;
    -webkit-order:6;
        -ms-flex-order:6;
            order:6
  }

  .sm\:order-7{
    -webkit-box-ordinal-group:8;
    -webkit-order:7;
        -ms-flex-order:7;
            order:7
  }

  .sm\:order-8{
    -webkit-box-ordinal-group:9;
    -webkit-order:8;
        -ms-flex-order:8;
            order:8
  }

  .sm\:order-9{
    -webkit-box-ordinal-group:10;
    -webkit-order:9;
        -ms-flex-order:9;
            order:9
  }

  .sm\:order-10{
    -webkit-box-ordinal-group:11;
    -webkit-order:10;
        -ms-flex-order:10;
            order:10
  }

  .sm\:order-11{
    -webkit-box-ordinal-group:12;
    -webkit-order:11;
        -ms-flex-order:11;
            order:11
  }

  .sm\:order-12{
    -webkit-box-ordinal-group:13;
    -webkit-order:12;
        -ms-flex-order:12;
            order:12
  }

  .sm\:order-first{
    -webkit-box-ordinal-group:-9998;
    -webkit-order:-9999;
        -ms-flex-order:-9999;
            order:-9999
  }

  .sm\:order-last{
    -webkit-box-ordinal-group:10000;
    -webkit-order:9999;
        -ms-flex-order:9999;
            order:9999
  }

  .sm\:order-none{
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
        -ms-flex-order:0;
            order:0
  }

  .sm\:col-auto{
    grid-column:auto
  }

  .sm\:col-span-1{
    grid-column:span 1 / span 1
  }

  .sm\:col-span-2{
    grid-column:span 2 / span 2
  }

  .sm\:col-span-3{
    grid-column:span 3 / span 3
  }

  .sm\:col-span-4{
    grid-column:span 4 / span 4
  }

  .sm\:col-span-5{
    grid-column:span 5 / span 5
  }

  .sm\:col-span-6{
    grid-column:span 6 / span 6
  }

  .sm\:col-span-7{
    grid-column:span 7 / span 7
  }

  .sm\:col-span-8{
    grid-column:span 8 / span 8
  }

  .sm\:col-span-9{
    grid-column:span 9 / span 9
  }

  .sm\:col-span-10{
    grid-column:span 10 / span 10
  }

  .sm\:col-span-11{
    grid-column:span 11 / span 11
  }

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

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

  .sm\:col-start-1{
    grid-column-start:1
  }

  .sm\:col-start-2{
    grid-column-start:2
  }

  .sm\:col-start-3{
    grid-column-start:3
  }

  .sm\:col-start-4{
    grid-column-start:4
  }

  .sm\:col-start-5{
    grid-column-start:5
  }

  .sm\:col-start-6{
    grid-column-start:6
  }

  .sm\:col-start-7{
    grid-column-start:7
  }

  .sm\:col-start-8{
    grid-column-start:8
  }

  .sm\:col-start-9{
    grid-column-start:9
  }

  .sm\:col-start-10{
    grid-column-start:10
  }

  .sm\:col-start-11{
    grid-column-start:11
  }

  .sm\:col-start-12{
    grid-column-start:12
  }

  .sm\:col-start-13{
    grid-column-start:13
  }

  .sm\:col-start-auto{
    grid-column-start:auto
  }

  .sm\:col-end-1{
    grid-column-end:1
  }

  .sm\:col-end-2{
    grid-column-end:2
  }

  .sm\:col-end-3{
    grid-column-end:3
  }

  .sm\:col-end-4{
    grid-column-end:4
  }

  .sm\:col-end-5{
    grid-column-end:5
  }

  .sm\:col-end-6{
    grid-column-end:6
  }

  .sm\:col-end-7{
    grid-column-end:7
  }

  .sm\:col-end-8{
    grid-column-end:8
  }

  .sm\:col-end-9{
    grid-column-end:9
  }

  .sm\:col-end-10{
    grid-column-end:10
  }

  .sm\:col-end-11{
    grid-column-end:11
  }

  .sm\:col-end-12{
    grid-column-end:12
  }

  .sm\:col-end-13{
    grid-column-end:13
  }

  .sm\:col-end-auto{
    grid-column-end:auto
  }

  .sm\:row-auto{
    grid-row:auto
  }

  .sm\:row-span-1{
    grid-row:span 1 / span 1
  }

  .sm\:row-span-2{
    grid-row:span 2 / span 2
  }

  .sm\:row-span-3{
    grid-row:span 3 / span 3
  }

  .sm\:row-span-4{
    grid-row:span 4 / span 4
  }

  .sm\:row-span-5{
    grid-row:span 5 / span 5
  }

  .sm\:row-span-6{
    grid-row:span 6 / span 6
  }

  .sm\:row-span-full{
    grid-row:1 / -1
  }

  .sm\:row-start-1{
    grid-row-start:1
  }

  .sm\:row-start-2{
    grid-row-start:2
  }

  .sm\:row-start-3{
    grid-row-start:3
  }

  .sm\:row-start-4{
    grid-row-start:4
  }

  .sm\:row-start-5{
    grid-row-start:5
  }

  .sm\:row-start-6{
    grid-row-start:6
  }

  .sm\:row-start-7{
    grid-row-start:7
  }

  .sm\:row-start-auto{
    grid-row-start:auto
  }

  .sm\:row-end-1{
    grid-row-end:1
  }

  .sm\:row-end-2{
    grid-row-end:2
  }

  .sm\:row-end-3{
    grid-row-end:3
  }

  .sm\:row-end-4{
    grid-row-end:4
  }

  .sm\:row-end-5{
    grid-row-end:5
  }

  .sm\:row-end-6{
    grid-row-end:6
  }

  .sm\:row-end-7{
    grid-row-end:7
  }

  .sm\:row-end-auto{
    grid-row-end:auto
  }

  .sm\:float-right{
    float:right
  }

  .sm\:float-left{
    float:left
  }

  .sm\:float-none{
    float:none
  }

  .sm\:clear-left{
    clear:left
  }

  .sm\:clear-right{
    clear:right
  }

  .sm\:clear-both{
    clear:both
  }

  .sm\:clear-none{
    clear:none
  }

  .sm\:m-0{
    margin:0px
  }

  .sm\:m-1{
    margin:4px
  }

  .sm\:m-2{
    margin:8px
  }

  .sm\:m-3{
    margin:12px
  }

  .sm\:m-4{
    margin:16px
  }

  .sm\:m-5{
    margin:20px
  }

  .sm\:m-6{
    margin:24px
  }

  .sm\:m-7{
    margin:28px
  }

  .sm\:m-8{
    margin:32px
  }

  .sm\:m-9{
    margin:36px
  }

  .sm\:m-10{
    margin:40px
  }

  .sm\:m-11{
    margin:44px
  }

  .sm\:m-12{
    margin:48px
  }

  .sm\:m-13{
    margin:50px
  }

  .sm\:m-14{
    margin:56px
  }

  .sm\:m-15{
    margin:60px
  }

  .sm\:m-16{
    margin:64px
  }

  .sm\:m-20{
    margin:80px
  }

  .sm\:m-24{
    margin:96px
  }

  .sm\:m-28{
    margin:112px
  }

  .sm\:m-32{
    margin:128px
  }

  .sm\:m-36{
    margin:144px
  }

  .sm\:m-40{
    margin:160px
  }

  .sm\:m-44{
    margin:176px
  }

  .sm\:m-48{
    margin:192px
  }

  .sm\:m-52{
    margin:208px
  }

  .sm\:m-56{
    margin:224px
  }

  .sm\:m-60{
    margin:240px
  }

  .sm\:m-64{
    margin:256px
  }

  .sm\:m-72{
    margin:288px
  }

  .sm\:m-80{
    margin:320px
  }

  .sm\:m-96{
    margin:384px
  }

  .sm\:m-auto{
    margin:auto
  }

  .sm\:m-px{
    margin:1px
  }

  .sm\:m-0\.5{
    margin:2px
  }

  .sm\:m-1\.5{
    margin:6px
  }

  .sm\:m-2\.5{
    margin:10px
  }

  .sm\:m-3\.5{
    margin:14px
  }

  .sm\:m-4\.5{
    margin:18px
  }

  .sm\:m-7\.5{
    margin:30px
  }

  .sm\:-m-0{
    margin:0px
  }

  .sm\:-m-1{
    margin:-4px
  }

  .sm\:-m-2{
    margin:-8px
  }

  .sm\:-m-3{
    margin:-12px
  }

  .sm\:-m-4{
    margin:-16px
  }

  .sm\:-m-5{
    margin:-20px
  }

  .sm\:-m-6{
    margin:-24px
  }

  .sm\:-m-7{
    margin:-28px
  }

  .sm\:-m-8{
    margin:-32px
  }

  .sm\:-m-9{
    margin:-36px
  }

  .sm\:-m-10{
    margin:-40px
  }

  .sm\:-m-11{
    margin:-44px
  }

  .sm\:-m-12{
    margin:-48px
  }

  .sm\:-m-13{
    margin:-50px
  }

  .sm\:-m-14{
    margin:-56px
  }

  .sm\:-m-15{
    margin:-60px
  }

  .sm\:-m-16{
    margin:-64px
  }

  .sm\:-m-20{
    margin:-80px
  }

  .sm\:-m-24{
    margin:-96px
  }

  .sm\:-m-28{
    margin:-112px
  }

  .sm\:-m-32{
    margin:-128px
  }

  .sm\:-m-36{
    margin:-144px
  }

  .sm\:-m-40{
    margin:-160px
  }

  .sm\:-m-44{
    margin:-176px
  }

  .sm\:-m-48{
    margin:-192px
  }

  .sm\:-m-52{
    margin:-208px
  }

  .sm\:-m-56{
    margin:-224px
  }

  .sm\:-m-60{
    margin:-240px
  }

  .sm\:-m-64{
    margin:-256px
  }

  .sm\:-m-72{
    margin:-288px
  }

  .sm\:-m-80{
    margin:-320px
  }

  .sm\:-m-96{
    margin:-384px
  }

  .sm\:-m-px{
    margin:-1px
  }

  .sm\:-m-0\.5{
    margin:-2px
  }

  .sm\:-m-1\.5{
    margin:-6px
  }

  .sm\:-m-2\.5{
    margin:-10px
  }

  .sm\:-m-3\.5{
    margin:-14px
  }

  .sm\:-m-4\.5{
    margin:-18px
  }

  .sm\:-m-7\.5{
    margin:-30px
  }

  .sm\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:mx-1{
    margin-left:4px;
    margin-right:4px
  }

  .sm\:mx-2{
    margin-left:8px;
    margin-right:8px
  }

  .sm\:mx-3{
    margin-left:12px;
    margin-right:12px
  }

  .sm\:mx-4{
    margin-left:16px;
    margin-right:16px
  }

  .sm\:mx-5{
    margin-left:20px;
    margin-right:20px
  }

  .sm\:mx-6{
    margin-left:24px;
    margin-right:24px
  }

  .sm\:mx-7{
    margin-left:28px;
    margin-right:28px
  }

  .sm\:mx-8{
    margin-left:32px;
    margin-right:32px
  }

  .sm\:mx-9{
    margin-left:36px;
    margin-right:36px
  }

  .sm\:mx-10{
    margin-left:40px;
    margin-right:40px
  }

  .sm\:mx-11{
    margin-left:44px;
    margin-right:44px
  }

  .sm\:mx-12{
    margin-left:48px;
    margin-right:48px
  }

  .sm\:mx-13{
    margin-left:50px;
    margin-right:50px
  }

  .sm\:mx-14{
    margin-left:56px;
    margin-right:56px
  }

  .sm\:mx-15{
    margin-left:60px;
    margin-right:60px
  }

  .sm\:mx-16{
    margin-left:64px;
    margin-right:64px
  }

  .sm\:mx-20{
    margin-left:80px;
    margin-right:80px
  }

  .sm\:mx-24{
    margin-left:96px;
    margin-right:96px
  }

  .sm\:mx-28{
    margin-left:112px;
    margin-right:112px
  }

  .sm\:mx-32{
    margin-left:128px;
    margin-right:128px
  }

  .sm\:mx-36{
    margin-left:144px;
    margin-right:144px
  }

  .sm\:mx-40{
    margin-left:160px;
    margin-right:160px
  }

  .sm\:mx-44{
    margin-left:176px;
    margin-right:176px
  }

  .sm\:mx-48{
    margin-left:192px;
    margin-right:192px
  }

  .sm\:mx-52{
    margin-left:208px;
    margin-right:208px
  }

  .sm\:mx-56{
    margin-left:224px;
    margin-right:224px
  }

  .sm\:mx-60{
    margin-left:240px;
    margin-right:240px
  }

  .sm\:mx-64{
    margin-left:256px;
    margin-right:256px
  }

  .sm\:mx-72{
    margin-left:288px;
    margin-right:288px
  }

  .sm\:mx-80{
    margin-left:320px;
    margin-right:320px
  }

  .sm\:mx-96{
    margin-left:384px;
    margin-right:384px
  }

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

  .sm\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .sm\:mx-0\.5{
    margin-left:2px;
    margin-right:2px
  }

  .sm\:mx-1\.5{
    margin-left:6px;
    margin-right:6px
  }

  .sm\:mx-2\.5{
    margin-left:10px;
    margin-right:10px
  }

  .sm\:mx-3\.5{
    margin-left:14px;
    margin-right:14px
  }

  .sm\:mx-4\.5{
    margin-left:18px;
    margin-right:18px
  }

  .sm\:mx-7\.5{
    margin-left:30px;
    margin-right:30px
  }

  .sm\:-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:-mx-1{
    margin-left:-4px;
    margin-right:-4px
  }

  .sm\:-mx-2{
    margin-left:-8px;
    margin-right:-8px
  }

  .sm\:-mx-3{
    margin-left:-12px;
    margin-right:-12px
  }

  .sm\:-mx-4{
    margin-left:-16px;
    margin-right:-16px
  }

  .sm\:-mx-5{
    margin-left:-20px;
    margin-right:-20px
  }

  .sm\:-mx-6{
    margin-left:-24px;
    margin-right:-24px
  }

  .sm\:-mx-7{
    margin-left:-28px;
    margin-right:-28px
  }

  .sm\:-mx-8{
    margin-left:-32px;
    margin-right:-32px
  }

  .sm\:-mx-9{
    margin-left:-36px;
    margin-right:-36px
  }

  .sm\:-mx-10{
    margin-left:-40px;
    margin-right:-40px
  }

  .sm\:-mx-11{
    margin-left:-44px;
    margin-right:-44px
  }

  .sm\:-mx-12{
    margin-left:-48px;
    margin-right:-48px
  }

  .sm\:-mx-13{
    margin-left:-50px;
    margin-right:-50px
  }

  .sm\:-mx-14{
    margin-left:-56px;
    margin-right:-56px
  }

  .sm\:-mx-15{
    margin-left:-60px;
    margin-right:-60px
  }

  .sm\:-mx-16{
    margin-left:-64px;
    margin-right:-64px
  }

  .sm\:-mx-20{
    margin-left:-80px;
    margin-right:-80px
  }

  .sm\:-mx-24{
    margin-left:-96px;
    margin-right:-96px
  }

  .sm\:-mx-28{
    margin-left:-112px;
    margin-right:-112px
  }

  .sm\:-mx-32{
    margin-left:-128px;
    margin-right:-128px
  }

  .sm\:-mx-36{
    margin-left:-144px;
    margin-right:-144px
  }

  .sm\:-mx-40{
    margin-left:-160px;
    margin-right:-160px
  }

  .sm\:-mx-44{
    margin-left:-176px;
    margin-right:-176px
  }

  .sm\:-mx-48{
    margin-left:-192px;
    margin-right:-192px
  }

  .sm\:-mx-52{
    margin-left:-208px;
    margin-right:-208px
  }

  .sm\:-mx-56{
    margin-left:-224px;
    margin-right:-224px
  }

  .sm\:-mx-60{
    margin-left:-240px;
    margin-right:-240px
  }

  .sm\:-mx-64{
    margin-left:-256px;
    margin-right:-256px
  }

  .sm\:-mx-72{
    margin-left:-288px;
    margin-right:-288px
  }

  .sm\:-mx-80{
    margin-left:-320px;
    margin-right:-320px
  }

  .sm\:-mx-96{
    margin-left:-384px;
    margin-right:-384px
  }

  .sm\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .sm\:-mx-0\.5{
    margin-left:-2px;
    margin-right:-2px
  }

  .sm\:-mx-1\.5{
    margin-left:-6px;
    margin-right:-6px
  }

  .sm\:-mx-2\.5{
    margin-left:-10px;
    margin-right:-10px
  }

  .sm\:-mx-3\.5{
    margin-left:-14px;
    margin-right:-14px
  }

  .sm\:-mx-4\.5{
    margin-left:-18px;
    margin-right:-18px
  }

  .sm\:-mx-7\.5{
    margin-left:-30px;
    margin-right:-30px
  }

  .sm\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .sm\:my-1{
    margin-top:4px;
    margin-bottom:4px
  }

  .sm\:my-2{
    margin-top:8px;
    margin-bottom:8px
  }

  .sm\:my-3{
    margin-top:12px;
    margin-bottom:12px
  }

  .sm\:my-4{
    margin-top:16px;
    margin-bottom:16px
  }

  .sm\:my-5{
    margin-top:20px;
    margin-bottom:20px
  }

  .sm\:my-6{
    margin-top:24px;
    margin-bottom:24px
  }

  .sm\:my-7{
    margin-top:28px;
    margin-bottom:28px
  }

  .sm\:my-8{
    margin-top:32px;
    margin-bottom:32px
  }

  .sm\:my-9{
    margin-top:36px;
    margin-bottom:36px
  }

  .sm\:my-10{
    margin-top:40px;
    margin-bottom:40px
  }

  .sm\:my-11{
    margin-top:44px;
    margin-bottom:44px
  }

  .sm\:my-12{
    margin-top:48px;
    margin-bottom:48px
  }

  .sm\:my-13{
    margin-top:50px;
    margin-bottom:50px
  }

  .sm\:my-14{
    margin-top:56px;
    margin-bottom:56px
  }

  .sm\:my-15{
    margin-top:60px;
    margin-bottom:60px
  }

  .sm\:my-16{
    margin-top:64px;
    margin-bottom:64px
  }

  .sm\:my-20{
    margin-top:80px;
    margin-bottom:80px
  }

  .sm\:my-24{
    margin-top:96px;
    margin-bottom:96px
  }

  .sm\:my-28{
    margin-top:112px;
    margin-bottom:112px
  }

  .sm\:my-32{
    margin-top:128px;
    margin-bottom:128px
  }

  .sm\:my-36{
    margin-top:144px;
    margin-bottom:144px
  }

  .sm\:my-40{
    margin-top:160px;
    margin-bottom:160px
  }

  .sm\:my-44{
    margin-top:176px;
    margin-bottom:176px
  }

  .sm\:my-48{
    margin-top:192px;
    margin-bottom:192px
  }

  .sm\:my-52{
    margin-top:208px;
    margin-bottom:208px
  }

  .sm\:my-56{
    margin-top:224px;
    margin-bottom:224px
  }

  .sm\:my-60{
    margin-top:240px;
    margin-bottom:240px
  }

  .sm\:my-64{
    margin-top:256px;
    margin-bottom:256px
  }

  .sm\:my-72{
    margin-top:288px;
    margin-bottom:288px
  }

  .sm\:my-80{
    margin-top:320px;
    margin-bottom:320px
  }

  .sm\:my-96{
    margin-top:384px;
    margin-bottom:384px
  }

  .sm\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .sm\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .sm\:my-0\.5{
    margin-top:2px;
    margin-bottom:2px
  }

  .sm\:my-1\.5{
    margin-top:6px;
    margin-bottom:6px
  }

  .sm\:my-2\.5{
    margin-top:10px;
    margin-bottom:10px
  }

  .sm\:my-3\.5{
    margin-top:14px;
    margin-bottom:14px
  }

  .sm\:my-4\.5{
    margin-top:18px;
    margin-bottom:18px
  }

  .sm\:my-7\.5{
    margin-top:30px;
    margin-bottom:30px
  }

  .sm\:-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .sm\:-my-1{
    margin-top:-4px;
    margin-bottom:-4px
  }

  .sm\:-my-2{
    margin-top:-8px;
    margin-bottom:-8px
  }

  .sm\:-my-3{
    margin-top:-12px;
    margin-bottom:-12px
  }

  .sm\:-my-4{
    margin-top:-16px;
    margin-bottom:-16px
  }

  .sm\:-my-5{
    margin-top:-20px;
    margin-bottom:-20px
  }

  .sm\:-my-6{
    margin-top:-24px;
    margin-bottom:-24px
  }

  .sm\:-my-7{
    margin-top:-28px;
    margin-bottom:-28px
  }

  .sm\:-my-8{
    margin-top:-32px;
    margin-bottom:-32px
  }

  .sm\:-my-9{
    margin-top:-36px;
    margin-bottom:-36px
  }

  .sm\:-my-10{
    margin-top:-40px;
    margin-bottom:-40px
  }

  .sm\:-my-11{
    margin-top:-44px;
    margin-bottom:-44px
  }

  .sm\:-my-12{
    margin-top:-48px;
    margin-bottom:-48px
  }

  .sm\:-my-13{
    margin-top:-50px;
    margin-bottom:-50px
  }

  .sm\:-my-14{
    margin-top:-56px;
    margin-bottom:-56px
  }

  .sm\:-my-15{
    margin-top:-60px;
    margin-bottom:-60px
  }

  .sm\:-my-16{
    margin-top:-64px;
    margin-bottom:-64px
  }

  .sm\:-my-20{
    margin-top:-80px;
    margin-bottom:-80px
  }

  .sm\:-my-24{
    margin-top:-96px;
    margin-bottom:-96px
  }

  .sm\:-my-28{
    margin-top:-112px;
    margin-bottom:-112px
  }

  .sm\:-my-32{
    margin-top:-128px;
    margin-bottom:-128px
  }

  .sm\:-my-36{
    margin-top:-144px;
    margin-bottom:-144px
  }

  .sm\:-my-40{
    margin-top:-160px;
    margin-bottom:-160px
  }

  .sm\:-my-44{
    margin-top:-176px;
    margin-bottom:-176px
  }

  .sm\:-my-48{
    margin-top:-192px;
    margin-bottom:-192px
  }

  .sm\:-my-52{
    margin-top:-208px;
    margin-bottom:-208px
  }

  .sm\:-my-56{
    margin-top:-224px;
    margin-bottom:-224px
  }

  .sm\:-my-60{
    margin-top:-240px;
    margin-bottom:-240px
  }

  .sm\:-my-64{
    margin-top:-256px;
    margin-bottom:-256px
  }

  .sm\:-my-72{
    margin-top:-288px;
    margin-bottom:-288px
  }

  .sm\:-my-80{
    margin-top:-320px;
    margin-bottom:-320px
  }

  .sm\:-my-96{
    margin-top:-384px;
    margin-bottom:-384px
  }

  .sm\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .sm\:-my-0\.5{
    margin-top:-2px;
    margin-bottom:-2px
  }

  .sm\:-my-1\.5{
    margin-top:-6px;
    margin-bottom:-6px
  }

  .sm\:-my-2\.5{
    margin-top:-10px;
    margin-bottom:-10px
  }

  .sm\:-my-3\.5{
    margin-top:-14px;
    margin-bottom:-14px
  }

  .sm\:-my-4\.5{
    margin-top:-18px;
    margin-bottom:-18px
  }

  .sm\:-my-7\.5{
    margin-top:-30px;
    margin-bottom:-30px
  }

  .sm\:mt-0{
    margin-top:0px
  }

  .sm\:mt-1{
    margin-top:4px
  }

  .sm\:mt-2{
    margin-top:8px
  }

  .sm\:mt-3{
    margin-top:12px
  }

  .sm\:mt-4{
    margin-top:16px
  }

  .sm\:mt-5{
    margin-top:20px
  }

  .sm\:mt-6{
    margin-top:24px
  }

  .sm\:mt-7{
    margin-top:28px
  }

  .sm\:mt-8{
    margin-top:32px
  }

  .sm\:mt-9{
    margin-top:36px
  }

  .sm\:mt-10{
    margin-top:40px
  }

  .sm\:mt-11{
    margin-top:44px
  }

  .sm\:mt-12{
    margin-top:48px
  }

  .sm\:mt-13{
    margin-top:50px
  }

  .sm\:mt-14{
    margin-top:56px
  }

  .sm\:mt-15{
    margin-top:60px
  }

  .sm\:mt-16{
    margin-top:64px
  }

  .sm\:mt-20{
    margin-top:80px
  }

  .sm\:mt-24{
    margin-top:96px
  }

  .sm\:mt-28{
    margin-top:112px
  }

  .sm\:mt-32{
    margin-top:128px
  }

  .sm\:mt-36{
    margin-top:144px
  }

  .sm\:mt-40{
    margin-top:160px
  }

  .sm\:mt-44{
    margin-top:176px
  }

  .sm\:mt-48{
    margin-top:192px
  }

  .sm\:mt-52{
    margin-top:208px
  }

  .sm\:mt-56{
    margin-top:224px
  }

  .sm\:mt-60{
    margin-top:240px
  }

  .sm\:mt-64{
    margin-top:256px
  }

  .sm\:mt-72{
    margin-top:288px
  }

  .sm\:mt-80{
    margin-top:320px
  }

  .sm\:mt-96{
    margin-top:384px
  }

  .sm\:mt-auto{
    margin-top:auto
  }

  .sm\:mt-px{
    margin-top:1px
  }

  .sm\:mt-0\.5{
    margin-top:2px
  }

  .sm\:mt-1\.5{
    margin-top:6px
  }

  .sm\:mt-2\.5{
    margin-top:10px
  }

  .sm\:mt-3\.5{
    margin-top:14px
  }

  .sm\:mt-4\.5{
    margin-top:18px
  }

  .sm\:mt-7\.5{
    margin-top:30px
  }

  .sm\:-mt-0{
    margin-top:0px
  }

  .sm\:-mt-1{
    margin-top:-4px
  }

  .sm\:-mt-2{
    margin-top:-8px
  }

  .sm\:-mt-3{
    margin-top:-12px
  }

  .sm\:-mt-4{
    margin-top:-16px
  }

  .sm\:-mt-5{
    margin-top:-20px
  }

  .sm\:-mt-6{
    margin-top:-24px
  }

  .sm\:-mt-7{
    margin-top:-28px
  }

  .sm\:-mt-8{
    margin-top:-32px
  }

  .sm\:-mt-9{
    margin-top:-36px
  }

  .sm\:-mt-10{
    margin-top:-40px
  }

  .sm\:-mt-11{
    margin-top:-44px
  }

  .sm\:-mt-12{
    margin-top:-48px
  }

  .sm\:-mt-13{
    margin-top:-50px
  }

  .sm\:-mt-14{
    margin-top:-56px
  }

  .sm\:-mt-15{
    margin-top:-60px
  }

  .sm\:-mt-16{
    margin-top:-64px
  }

  .sm\:-mt-20{
    margin-top:-80px
  }

  .sm\:-mt-24{
    margin-top:-96px
  }

  .sm\:-mt-28{
    margin-top:-112px
  }

  .sm\:-mt-32{
    margin-top:-128px
  }

  .sm\:-mt-36{
    margin-top:-144px
  }

  .sm\:-mt-40{
    margin-top:-160px
  }

  .sm\:-mt-44{
    margin-top:-176px
  }

  .sm\:-mt-48{
    margin-top:-192px
  }

  .sm\:-mt-52{
    margin-top:-208px
  }

  .sm\:-mt-56{
    margin-top:-224px
  }

  .sm\:-mt-60{
    margin-top:-240px
  }

  .sm\:-mt-64{
    margin-top:-256px
  }

  .sm\:-mt-72{
    margin-top:-288px
  }

  .sm\:-mt-80{
    margin-top:-320px
  }

  .sm\:-mt-96{
    margin-top:-384px
  }

  .sm\:-mt-px{
    margin-top:-1px
  }

  .sm\:-mt-0\.5{
    margin-top:-2px
  }

  .sm\:-mt-1\.5{
    margin-top:-6px
  }

  .sm\:-mt-2\.5{
    margin-top:-10px
  }

  .sm\:-mt-3\.5{
    margin-top:-14px
  }

  .sm\:-mt-4\.5{
    margin-top:-18px
  }

  .sm\:-mt-7\.5{
    margin-top:-30px
  }

  .sm\:mr-0{
    margin-right:0px
  }

  .sm\:mr-1{
    margin-right:4px
  }

  .sm\:mr-2{
    margin-right:8px
  }

  .sm\:mr-3{
    margin-right:12px
  }

  .sm\:mr-4{
    margin-right:16px
  }

  .sm\:mr-5{
    margin-right:20px
  }

  .sm\:mr-6{
    margin-right:24px
  }

  .sm\:mr-7{
    margin-right:28px
  }

  .sm\:mr-8{
    margin-right:32px
  }

  .sm\:mr-9{
    margin-right:36px
  }

  .sm\:mr-10{
    margin-right:40px
  }

  .sm\:mr-11{
    margin-right:44px
  }

  .sm\:mr-12{
    margin-right:48px
  }

  .sm\:mr-13{
    margin-right:50px
  }

  .sm\:mr-14{
    margin-right:56px
  }

  .sm\:mr-15{
    margin-right:60px
  }

  .sm\:mr-16{
    margin-right:64px
  }

  .sm\:mr-20{
    margin-right:80px
  }

  .sm\:mr-24{
    margin-right:96px
  }

  .sm\:mr-28{
    margin-right:112px
  }

  .sm\:mr-32{
    margin-right:128px
  }

  .sm\:mr-36{
    margin-right:144px
  }

  .sm\:mr-40{
    margin-right:160px
  }

  .sm\:mr-44{
    margin-right:176px
  }

  .sm\:mr-48{
    margin-right:192px
  }

  .sm\:mr-52{
    margin-right:208px
  }

  .sm\:mr-56{
    margin-right:224px
  }

  .sm\:mr-60{
    margin-right:240px
  }

  .sm\:mr-64{
    margin-right:256px
  }

  .sm\:mr-72{
    margin-right:288px
  }

  .sm\:mr-80{
    margin-right:320px
  }

  .sm\:mr-96{
    margin-right:384px
  }

  .sm\:mr-auto{
    margin-right:auto
  }

  .sm\:mr-px{
    margin-right:1px
  }

  .sm\:mr-0\.5{
    margin-right:2px
  }

  .sm\:mr-1\.5{
    margin-right:6px
  }

  .sm\:mr-2\.5{
    margin-right:10px
  }

  .sm\:mr-3\.5{
    margin-right:14px
  }

  .sm\:mr-4\.5{
    margin-right:18px
  }

  .sm\:mr-7\.5{
    margin-right:30px
  }

  .sm\:-mr-0{
    margin-right:0px
  }

  .sm\:-mr-1{
    margin-right:-4px
  }

  .sm\:-mr-2{
    margin-right:-8px
  }

  .sm\:-mr-3{
    margin-right:-12px
  }

  .sm\:-mr-4{
    margin-right:-16px
  }

  .sm\:-mr-5{
    margin-right:-20px
  }

  .sm\:-mr-6{
    margin-right:-24px
  }

  .sm\:-mr-7{
    margin-right:-28px
  }

  .sm\:-mr-8{
    margin-right:-32px
  }

  .sm\:-mr-9{
    margin-right:-36px
  }

  .sm\:-mr-10{
    margin-right:-40px
  }

  .sm\:-mr-11{
    margin-right:-44px
  }

  .sm\:-mr-12{
    margin-right:-48px
  }

  .sm\:-mr-13{
    margin-right:-50px
  }

  .sm\:-mr-14{
    margin-right:-56px
  }

  .sm\:-mr-15{
    margin-right:-60px
  }

  .sm\:-mr-16{
    margin-right:-64px
  }

  .sm\:-mr-20{
    margin-right:-80px
  }

  .sm\:-mr-24{
    margin-right:-96px
  }

  .sm\:-mr-28{
    margin-right:-112px
  }

  .sm\:-mr-32{
    margin-right:-128px
  }

  .sm\:-mr-36{
    margin-right:-144px
  }

  .sm\:-mr-40{
    margin-right:-160px
  }

  .sm\:-mr-44{
    margin-right:-176px
  }

  .sm\:-mr-48{
    margin-right:-192px
  }

  .sm\:-mr-52{
    margin-right:-208px
  }

  .sm\:-mr-56{
    margin-right:-224px
  }

  .sm\:-mr-60{
    margin-right:-240px
  }

  .sm\:-mr-64{
    margin-right:-256px
  }

  .sm\:-mr-72{
    margin-right:-288px
  }

  .sm\:-mr-80{
    margin-right:-320px
  }

  .sm\:-mr-96{
    margin-right:-384px
  }

  .sm\:-mr-px{
    margin-right:-1px
  }

  .sm\:-mr-0\.5{
    margin-right:-2px
  }

  .sm\:-mr-1\.5{
    margin-right:-6px
  }

  .sm\:-mr-2\.5{
    margin-right:-10px
  }

  .sm\:-mr-3\.5{
    margin-right:-14px
  }

  .sm\:-mr-4\.5{
    margin-right:-18px
  }

  .sm\:-mr-7\.5{
    margin-right:-30px
  }

  .sm\:mb-0{
    margin-bottom:0px
  }

  .sm\:mb-1{
    margin-bottom:4px
  }

  .sm\:mb-2{
    margin-bottom:8px
  }

  .sm\:mb-3{
    margin-bottom:12px
  }

  .sm\:mb-4{
    margin-bottom:16px
  }

  .sm\:mb-5{
    margin-bottom:20px
  }

  .sm\:mb-6{
    margin-bottom:24px
  }

  .sm\:mb-7{
    margin-bottom:28px
  }

  .sm\:mb-8{
    margin-bottom:32px
  }

  .sm\:mb-9{
    margin-bottom:36px
  }

  .sm\:mb-10{
    margin-bottom:40px
  }

  .sm\:mb-11{
    margin-bottom:44px
  }

  .sm\:mb-12{
    margin-bottom:48px
  }

  .sm\:mb-13{
    margin-bottom:50px
  }

  .sm\:mb-14{
    margin-bottom:56px
  }

  .sm\:mb-15{
    margin-bottom:60px
  }

  .sm\:mb-16{
    margin-bottom:64px
  }

  .sm\:mb-20{
    margin-bottom:80px
  }

  .sm\:mb-24{
    margin-bottom:96px
  }

  .sm\:mb-28{
    margin-bottom:112px
  }

  .sm\:mb-32{
    margin-bottom:128px
  }

  .sm\:mb-36{
    margin-bottom:144px
  }

  .sm\:mb-40{
    margin-bottom:160px
  }

  .sm\:mb-44{
    margin-bottom:176px
  }

  .sm\:mb-48{
    margin-bottom:192px
  }

  .sm\:mb-52{
    margin-bottom:208px
  }

  .sm\:mb-56{
    margin-bottom:224px
  }

  .sm\:mb-60{
    margin-bottom:240px
  }

  .sm\:mb-64{
    margin-bottom:256px
  }

  .sm\:mb-72{
    margin-bottom:288px
  }

  .sm\:mb-80{
    margin-bottom:320px
  }

  .sm\:mb-96{
    margin-bottom:384px
  }

  .sm\:mb-auto{
    margin-bottom:auto
  }

  .sm\:mb-px{
    margin-bottom:1px
  }

  .sm\:mb-0\.5{
    margin-bottom:2px
  }

  .sm\:mb-1\.5{
    margin-bottom:6px
  }

  .sm\:mb-2\.5{
    margin-bottom:10px
  }

  .sm\:mb-3\.5{
    margin-bottom:14px
  }

  .sm\:mb-4\.5{
    margin-bottom:18px
  }

  .sm\:mb-7\.5{
    margin-bottom:30px
  }

  .sm\:-mb-0{
    margin-bottom:0px
  }

  .sm\:-mb-1{
    margin-bottom:-4px
  }

  .sm\:-mb-2{
    margin-bottom:-8px
  }

  .sm\:-mb-3{
    margin-bottom:-12px
  }

  .sm\:-mb-4{
    margin-bottom:-16px
  }

  .sm\:-mb-5{
    margin-bottom:-20px
  }

  .sm\:-mb-6{
    margin-bottom:-24px
  }

  .sm\:-mb-7{
    margin-bottom:-28px
  }

  .sm\:-mb-8{
    margin-bottom:-32px
  }

  .sm\:-mb-9{
    margin-bottom:-36px
  }

  .sm\:-mb-10{
    margin-bottom:-40px
  }

  .sm\:-mb-11{
    margin-bottom:-44px
  }

  .sm\:-mb-12{
    margin-bottom:-48px
  }

  .sm\:-mb-13{
    margin-bottom:-50px
  }

  .sm\:-mb-14{
    margin-bottom:-56px
  }

  .sm\:-mb-15{
    margin-bottom:-60px
  }

  .sm\:-mb-16{
    margin-bottom:-64px
  }

  .sm\:-mb-20{
    margin-bottom:-80px
  }

  .sm\:-mb-24{
    margin-bottom:-96px
  }

  .sm\:-mb-28{
    margin-bottom:-112px
  }

  .sm\:-mb-32{
    margin-bottom:-128px
  }

  .sm\:-mb-36{
    margin-bottom:-144px
  }

  .sm\:-mb-40{
    margin-bottom:-160px
  }

  .sm\:-mb-44{
    margin-bottom:-176px
  }

  .sm\:-mb-48{
    margin-bottom:-192px
  }

  .sm\:-mb-52{
    margin-bottom:-208px
  }

  .sm\:-mb-56{
    margin-bottom:-224px
  }

  .sm\:-mb-60{
    margin-bottom:-240px
  }

  .sm\:-mb-64{
    margin-bottom:-256px
  }

  .sm\:-mb-72{
    margin-bottom:-288px
  }

  .sm\:-mb-80{
    margin-bottom:-320px
  }

  .sm\:-mb-96{
    margin-bottom:-384px
  }

  .sm\:-mb-px{
    margin-bottom:-1px
  }

  .sm\:-mb-0\.5{
    margin-bottom:-2px
  }

  .sm\:-mb-1\.5{
    margin-bottom:-6px
  }

  .sm\:-mb-2\.5{
    margin-bottom:-10px
  }

  .sm\:-mb-3\.5{
    margin-bottom:-14px
  }

  .sm\:-mb-4\.5{
    margin-bottom:-18px
  }

  .sm\:-mb-7\.5{
    margin-bottom:-30px
  }

  .sm\:ml-0{
    margin-left:0px
  }

  .sm\:ml-1{
    margin-left:4px
  }

  .sm\:ml-2{
    margin-left:8px
  }

  .sm\:ml-3{
    margin-left:12px
  }

  .sm\:ml-4{
    margin-left:16px
  }

  .sm\:ml-5{
    margin-left:20px
  }

  .sm\:ml-6{
    margin-left:24px
  }

  .sm\:ml-7{
    margin-left:28px
  }

  .sm\:ml-8{
    margin-left:32px
  }

  .sm\:ml-9{
    margin-left:36px
  }

  .sm\:ml-10{
    margin-left:40px
  }

  .sm\:ml-11{
    margin-left:44px
  }

  .sm\:ml-12{
    margin-left:48px
  }

  .sm\:ml-13{
    margin-left:50px
  }

  .sm\:ml-14{
    margin-left:56px
  }

  .sm\:ml-15{
    margin-left:60px
  }

  .sm\:ml-16{
    margin-left:64px
  }

  .sm\:ml-20{
    margin-left:80px
  }

  .sm\:ml-24{
    margin-left:96px
  }

  .sm\:ml-28{
    margin-left:112px
  }

  .sm\:ml-32{
    margin-left:128px
  }

  .sm\:ml-36{
    margin-left:144px
  }

  .sm\:ml-40{
    margin-left:160px
  }

  .sm\:ml-44{
    margin-left:176px
  }

  .sm\:ml-48{
    margin-left:192px
  }

  .sm\:ml-52{
    margin-left:208px
  }

  .sm\:ml-56{
    margin-left:224px
  }

  .sm\:ml-60{
    margin-left:240px
  }

  .sm\:ml-64{
    margin-left:256px
  }

  .sm\:ml-72{
    margin-left:288px
  }

  .sm\:ml-80{
    margin-left:320px
  }

  .sm\:ml-96{
    margin-left:384px
  }

  .sm\:ml-auto{
    margin-left:auto
  }

  .sm\:ml-px{
    margin-left:1px
  }

  .sm\:ml-0\.5{
    margin-left:2px
  }

  .sm\:ml-1\.5{
    margin-left:6px
  }

  .sm\:ml-2\.5{
    margin-left:10px
  }

  .sm\:ml-3\.5{
    margin-left:14px
  }

  .sm\:ml-4\.5{
    margin-left:18px
  }

  .sm\:ml-7\.5{
    margin-left:30px
  }

  .sm\:-ml-0{
    margin-left:0px
  }

  .sm\:-ml-1{
    margin-left:-4px
  }

  .sm\:-ml-2{
    margin-left:-8px
  }

  .sm\:-ml-3{
    margin-left:-12px
  }

  .sm\:-ml-4{
    margin-left:-16px
  }

  .sm\:-ml-5{
    margin-left:-20px
  }

  .sm\:-ml-6{
    margin-left:-24px
  }

  .sm\:-ml-7{
    margin-left:-28px
  }

  .sm\:-ml-8{
    margin-left:-32px
  }

  .sm\:-ml-9{
    margin-left:-36px
  }

  .sm\:-ml-10{
    margin-left:-40px
  }

  .sm\:-ml-11{
    margin-left:-44px
  }

  .sm\:-ml-12{
    margin-left:-48px
  }

  .sm\:-ml-13{
    margin-left:-50px
  }

  .sm\:-ml-14{
    margin-left:-56px
  }

  .sm\:-ml-15{
    margin-left:-60px
  }

  .sm\:-ml-16{
    margin-left:-64px
  }

  .sm\:-ml-20{
    margin-left:-80px
  }

  .sm\:-ml-24{
    margin-left:-96px
  }

  .sm\:-ml-28{
    margin-left:-112px
  }

  .sm\:-ml-32{
    margin-left:-128px
  }

  .sm\:-ml-36{
    margin-left:-144px
  }

  .sm\:-ml-40{
    margin-left:-160px
  }

  .sm\:-ml-44{
    margin-left:-176px
  }

  .sm\:-ml-48{
    margin-left:-192px
  }

  .sm\:-ml-52{
    margin-left:-208px
  }

  .sm\:-ml-56{
    margin-left:-224px
  }

  .sm\:-ml-60{
    margin-left:-240px
  }

  .sm\:-ml-64{
    margin-left:-256px
  }

  .sm\:-ml-72{
    margin-left:-288px
  }

  .sm\:-ml-80{
    margin-left:-320px
  }

  .sm\:-ml-96{
    margin-left:-384px
  }

  .sm\:-ml-px{
    margin-left:-1px
  }

  .sm\:-ml-0\.5{
    margin-left:-2px
  }

  .sm\:-ml-1\.5{
    margin-left:-6px
  }

  .sm\:-ml-2\.5{
    margin-left:-10px
  }

  .sm\:-ml-3\.5{
    margin-left:-14px
  }

  .sm\:-ml-4\.5{
    margin-left:-18px
  }

  .sm\:-ml-7\.5{
    margin-left:-30px
  }

  .sm\:box-border{
    -webkit-box-sizing:border-box;
            box-sizing:border-box
  }

  .sm\:box-content{
    -webkit-box-sizing:content-box;
            box-sizing:content-box
  }

  .sm\:block{
    display:block
  }

  .sm\:inline-block{
    display:inline-block
  }

  .sm\:inline{
    display:inline
  }

  .sm\:flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
  }

  .sm\:inline-flex{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex
  }

  .sm\:table{
    display:table
  }

  .sm\:inline-table{
    display:inline-table
  }

  .sm\:table-caption{
    display:table-caption
  }

  .sm\:table-cell{
    display:table-cell
  }

  .sm\:table-column{
    display:table-column
  }

  .sm\:table-column-group{
    display:table-column-group
  }

  .sm\:table-footer-group{
    display:table-footer-group
  }

  .sm\:table-header-group{
    display:table-header-group
  }

  .sm\:table-row-group{
    display:table-row-group
  }

  .sm\:table-row{
    display:table-row
  }

  .sm\:flow-root{
    display:flow-root
  }

  .sm\:grid{
    display:grid
  }

  .sm\:inline-grid{
    display:inline-grid
  }

  .sm\:contents{
    display:contents
  }

  .sm\:list-item{
    display:list-item
  }

  .sm\:hidden{
    display:none
  }

  .sm\:h-0{
    height:0px
  }

  .sm\:h-1{
    height:4px
  }

  .sm\:h-2{
    height:8px
  }

  .sm\:h-3{
    height:12px
  }

  .sm\:h-4{
    height:16px
  }

  .sm\:h-5{
    height:20px
  }

  .sm\:h-6{
    height:24px
  }

  .sm\:h-7{
    height:28px
  }

  .sm\:h-8{
    height:32px
  }

  .sm\:h-9{
    height:36px
  }

  .sm\:h-10{
    height:40px
  }

  .sm\:h-11{
    height:44px
  }

  .sm\:h-12{
    height:48px
  }

  .sm\:h-13{
    height:50px
  }

  .sm\:h-14{
    height:56px
  }

  .sm\:h-15{
    height:60px
  }

  .sm\:h-16{
    height:64px
  }

  .sm\:h-20{
    height:80px
  }

  .sm\:h-24{
    height:96px
  }

  .sm\:h-28{
    height:112px
  }

  .sm\:h-32{
    height:128px
  }

  .sm\:h-36{
    height:144px
  }

  .sm\:h-40{
    height:160px
  }

  .sm\:h-44{
    height:176px
  }

  .sm\:h-48{
    height:192px
  }

  .sm\:h-52{
    height:208px
  }

  .sm\:h-56{
    height:224px
  }

  .sm\:h-60{
    height:240px
  }

  .sm\:h-64{
    height:256px
  }

  .sm\:h-72{
    height:288px
  }

  .sm\:h-80{
    height:320px
  }

  .sm\:h-96{
    height:384px
  }

  .sm\:h-auto{
    height:auto
  }

  .sm\:h-px{
    height:1px
  }

  .sm\:h-0\.5{
    height:2px
  }

  .sm\:h-1\.5{
    height:6px
  }

  .sm\:h-2\.5{
    height:10px
  }

  .sm\:h-3\.5{
    height:14px
  }

  .sm\:h-4\.5{
    height:18px
  }

  .sm\:h-7\.5{
    height:30px
  }

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

  .sm\:h-1\/3{
    height:33.333333%
  }

  .sm\:h-2\/3{
    height:66.666667%
  }

  .sm\:h-1\/4{
    height:25%
  }

  .sm\:h-2\/4{
    height:50%
  }

  .sm\:h-3\/4{
    height:75%
  }

  .sm\:h-1\/5{
    height:20%
  }

  .sm\:h-2\/5{
    height:40%
  }

  .sm\:h-3\/5{
    height:60%
  }

  .sm\:h-4\/5{
    height:80%
  }

  .sm\:h-1\/6{
    height:16.666667%
  }

  .sm\:h-2\/6{
    height:33.333333%
  }

  .sm\:h-3\/6{
    height:50%
  }

  .sm\:h-4\/6{
    height:66.666667%
  }

  .sm\:h-5\/6{
    height:83.333333%
  }

  .sm\:h-full{
    height:100%
  }

  .sm\:h-screen{
    height:100vh
  }

  .sm\:max-h-0{
    max-height:0px
  }

  .sm\:max-h-1{
    max-height:4px
  }

  .sm\:max-h-2{
    max-height:8px
  }

  .sm\:max-h-3{
    max-height:12px
  }

  .sm\:max-h-4{
    max-height:16px
  }

  .sm\:max-h-5{
    max-height:20px
  }

  .sm\:max-h-6{
    max-height:24px
  }

  .sm\:max-h-7{
    max-height:28px
  }

  .sm\:max-h-8{
    max-height:32px
  }

  .sm\:max-h-9{
    max-height:36px
  }

  .sm\:max-h-10{
    max-height:40px
  }

  .sm\:max-h-11{
    max-height:44px
  }

  .sm\:max-h-12{
    max-height:48px
  }

  .sm\:max-h-13{
    max-height:50px
  }

  .sm\:max-h-14{
    max-height:56px
  }

  .sm\:max-h-15{
    max-height:60px
  }

  .sm\:max-h-16{
    max-height:64px
  }

  .sm\:max-h-20{
    max-height:80px
  }

  .sm\:max-h-24{
    max-height:96px
  }

  .sm\:max-h-28{
    max-height:112px
  }

  .sm\:max-h-32{
    max-height:128px
  }

  .sm\:max-h-36{
    max-height:144px
  }

  .sm\:max-h-40{
    max-height:160px
  }

  .sm\:max-h-44{
    max-height:176px
  }

  .sm\:max-h-48{
    max-height:192px
  }

  .sm\:max-h-52{
    max-height:208px
  }

  .sm\:max-h-56{
    max-height:224px
  }

  .sm\:max-h-60{
    max-height:240px
  }

  .sm\:max-h-64{
    max-height:256px
  }

  .sm\:max-h-72{
    max-height:288px
  }

  .sm\:max-h-80{
    max-height:320px
  }

  .sm\:max-h-96{
    max-height:384px
  }

  .sm\:max-h-px{
    max-height:1px
  }

  .sm\:max-h-0\.5{
    max-height:2px
  }

  .sm\:max-h-1\.5{
    max-height:6px
  }

  .sm\:max-h-2\.5{
    max-height:10px
  }

  .sm\:max-h-3\.5{
    max-height:14px
  }

  .sm\:max-h-4\.5{
    max-height:18px
  }

  .sm\:max-h-7\.5{
    max-height:30px
  }

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

  .sm\:max-h-screen{
    max-height:100vh
  }

  .sm\:max-h-none{
    max-height:none
  }

  .sm\:min-h-0{
    min-height:0px
  }

  .sm\:min-h-full{
    min-height:100%
  }

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

  .sm\:w-0{
    width:0px
  }

  .sm\:w-1{
    width:4px
  }

  .sm\:w-2{
    width:8px
  }

  .sm\:w-3{
    width:12px
  }

  .sm\:w-4{
    width:16px
  }

  .sm\:w-5{
    width:20px
  }

  .sm\:w-6{
    width:24px
  }

  .sm\:w-7{
    width:28px
  }

  .sm\:w-8{
    width:32px
  }

  .sm\:w-9{
    width:36px
  }

  .sm\:w-10{
    width:40px
  }

  .sm\:w-11{
    width:44px
  }

  .sm\:w-12{
    width:48px
  }

  .sm\:w-13{
    width:50px
  }

  .sm\:w-14{
    width:56px
  }

  .sm\:w-15{
    width:60px
  }

  .sm\:w-16{
    width:64px
  }

  .sm\:w-20{
    width:80px
  }

  .sm\:w-24{
    width:96px
  }

  .sm\:w-28{
    width:112px
  }

  .sm\:w-32{
    width:128px
  }

  .sm\:w-36{
    width:144px
  }

  .sm\:w-40{
    width:160px
  }

  .sm\:w-44{
    width:176px
  }

  .sm\:w-48{
    width:192px
  }

  .sm\:w-52{
    width:208px
  }

  .sm\:w-56{
    width:224px
  }

  .sm\:w-60{
    width:240px
  }

  .sm\:w-64{
    width:256px
  }

  .sm\:w-72{
    width:288px
  }

  .sm\:w-80{
    width:320px
  }

  .sm\:w-96{
    width:384px
  }

  .sm\:w-140{
    width:140px
  }

  .sm\:w-auto{
    width:auto
  }

  .sm\:w-px{
    width:1px
  }

  .sm\:w-0\.5{
    width:2px
  }

  .sm\:w-1\.5{
    width:6px
  }

  .sm\:w-2\.5{
    width:10px
  }

  .sm\:w-3\.5{
    width:14px
  }

  .sm\:w-4\.5{
    width:18px
  }

  .sm\:w-7\.5{
    width:30px
  }

  .sm\:w-1\/2{
    width:50%
  }

  .sm\:w-1\/3{
    width:33.333333%
  }

  .sm\:w-2\/3{
    width:66.666667%
  }

  .sm\:w-1\/4{
    width:25%
  }

  .sm\:w-2\/4{
    width:50%
  }

  .sm\:w-3\/4{
    width:75%
  }

  .sm\:w-1\/5{
    width:20%
  }

  .sm\:w-2\/5{
    width:40%
  }

  .sm\:w-3\/5{
    width:60%
  }

  .sm\:w-4\/5{
    width:80%
  }

  .sm\:w-1\/6{
    width:16.666667%
  }

  .sm\:w-2\/6{
    width:33.333333%
  }

  .sm\:w-3\/6{
    width:50%
  }

  .sm\:w-4\/6{
    width:66.666667%
  }

  .sm\:w-5\/6{
    width:83.333333%
  }

  .sm\:w-1\/12{
    width:8.333333%
  }

  .sm\:w-2\/12{
    width:16.666667%
  }

  .sm\:w-3\/12{
    width:25%
  }

  .sm\:w-4\/12{
    width:33.333333%
  }

  .sm\:w-5\/12{
    width:41.666667%
  }

  .sm\:w-6\/12{
    width:50%
  }

  .sm\:w-7\/12{
    width:58.333333%
  }

  .sm\:w-8\/12{
    width:66.666667%
  }

  .sm\:w-9\/12{
    width:75%
  }

  .sm\:w-10\/12{
    width:83.333333%
  }

  .sm\:w-11\/12{
    width:91.666667%
  }

  .sm\:w-full{
    width:100%
  }

  .sm\:w-screen{
    width:100vw
  }

  .sm\:w-min{
    width:-webkit-min-content;
    width:-moz-min-content;
    width:min-content
  }

  .sm\:w-max{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content
  }

  .sm\:min-w-0{
    min-width:0px
  }

  .sm\:min-w-full{
    min-width:100%
  }

  .sm\:min-w-min{
    min-width:-webkit-min-content;
    min-width:-moz-min-content;
    min-width:min-content
  }

  .sm\:min-w-max{
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content
  }

  .sm\:max-w-0{
    max-width:0rem
  }

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

  .sm\:max-w-xs{
    max-width:20rem
  }

  .sm\:max-w-sm{
    max-width:24rem
  }

  .sm\:max-w-md{
    max-width:28rem
  }

  .sm\:max-w-lg{
    max-width:32rem
  }

  .sm\:max-w-xl{
    max-width:36rem
  }

  .sm\:max-w-2xl{
    max-width:42rem
  }

  .sm\:max-w-3xl{
    max-width:48rem
  }

  .sm\:max-w-4xl{
    max-width:56rem
  }

  .sm\:max-w-5xl{
    max-width:64rem
  }

  .sm\:max-w-6xl{
    max-width:72rem
  }

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

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

  .sm\:max-w-min{
    max-width:-webkit-min-content;
    max-width:-moz-min-content;
    max-width:min-content
  }

  .sm\:max-w-max{
    max-width:-webkit-max-content;
    max-width:-moz-max-content;
    max-width:max-content
  }

  .sm\:max-w-prose{
    max-width:65ch
  }

  .sm\:max-w-screen-sm{
    max-width:640px
  }

  .sm\:max-w-screen-tab{
    max-width:768px
  }

  .sm\:max-w-screen-pc{
    max-width:1025px
  }

  .sm\:max-w-tab{
    max-width:834px
  }

  .sm\:flex-1{
    -webkit-box-flex:1;
    -webkit-flex:1 1 0%;
        -ms-flex:1 1 0%;
            flex:1 1 0%
  }

  .sm\:flex-auto{
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
        -ms-flex:1 1 auto;
            flex:1 1 auto
  }

  .sm\:flex-initial{
    -webkit-box-flex:0;
    -webkit-flex:0 1 auto;
        -ms-flex:0 1 auto;
            flex:0 1 auto
  }

  .sm\:flex-none{
    -webkit-box-flex:0;
    -webkit-flex:none;
        -ms-flex:none;
            flex:none
  }

  .sm\:flex-shrink-0{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0
  }

  .sm\:flex-shrink{
    -webkit-flex-shrink:1;
        -ms-flex-negative:1;
            flex-shrink:1
  }

  .sm\:flex-grow-0{
    -webkit-box-flex:0;
    -webkit-flex-grow:0;
        -ms-flex-positive:0;
            flex-grow:0
  }

  .sm\:flex-grow{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .sm\:table-auto{
    table-layout:auto
  }

  .sm\:table-fixed{
    table-layout:fixed
  }

  .sm\:border-collapse{
    border-collapse:collapse
  }

  .sm\:border-separate{
    border-collapse:separate
  }

  .sm\:origin-center{
    -webkit-transform-origin:center;
        -ms-transform-origin:center;
            transform-origin:center
  }

  .sm\:origin-top{
    -webkit-transform-origin:top;
        -ms-transform-origin:top;
            transform-origin:top
  }

  .sm\:origin-top-right{
    -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
            transform-origin:top right
  }

  .sm\:origin-right{
    -webkit-transform-origin:right;
        -ms-transform-origin:right;
            transform-origin:right
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin:bottom right;
        -ms-transform-origin:bottom right;
            transform-origin:bottom right
  }

  .sm\:origin-bottom{
    -webkit-transform-origin:bottom;
        -ms-transform-origin:bottom;
            transform-origin:bottom
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
            transform-origin:bottom left
  }

  .sm\:origin-left{
    -webkit-transform-origin:left;
        -ms-transform-origin:left;
            transform-origin:left
  }

  .sm\:origin-top-left{
    -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
            transform-origin:top left
  }

  .sm\:transform{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:transform-gpu{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:transform-none{
    -webkit-transform:none;
        -ms-transform:none;
            transform:none
  }

  .sm\:translate-x-0{
    --tw-translate-x:0px
  }

  .sm\:translate-x-1{
    --tw-translate-x:4px
  }

  .sm\:translate-x-2{
    --tw-translate-x:8px
  }

  .sm\:translate-x-3{
    --tw-translate-x:12px
  }

  .sm\:translate-x-4{
    --tw-translate-x:16px
  }

  .sm\:translate-x-5{
    --tw-translate-x:20px
  }

  .sm\:translate-x-6{
    --tw-translate-x:24px
  }

  .sm\:translate-x-7{
    --tw-translate-x:28px
  }

  .sm\:translate-x-8{
    --tw-translate-x:32px
  }

  .sm\:translate-x-9{
    --tw-translate-x:36px
  }

  .sm\:translate-x-10{
    --tw-translate-x:40px
  }

  .sm\:translate-x-11{
    --tw-translate-x:44px
  }

  .sm\:translate-x-12{
    --tw-translate-x:48px
  }

  .sm\:translate-x-13{
    --tw-translate-x:50px
  }

  .sm\:translate-x-14{
    --tw-translate-x:56px
  }

  .sm\:translate-x-15{
    --tw-translate-x:60px
  }

  .sm\:translate-x-16{
    --tw-translate-x:64px
  }

  .sm\:translate-x-20{
    --tw-translate-x:80px
  }

  .sm\:translate-x-24{
    --tw-translate-x:96px
  }

  .sm\:translate-x-28{
    --tw-translate-x:112px
  }

  .sm\:translate-x-32{
    --tw-translate-x:128px
  }

  .sm\:translate-x-36{
    --tw-translate-x:144px
  }

  .sm\:translate-x-40{
    --tw-translate-x:160px
  }

  .sm\:translate-x-44{
    --tw-translate-x:176px
  }

  .sm\:translate-x-48{
    --tw-translate-x:192px
  }

  .sm\:translate-x-52{
    --tw-translate-x:208px
  }

  .sm\:translate-x-56{
    --tw-translate-x:224px
  }

  .sm\:translate-x-60{
    --tw-translate-x:240px
  }

  .sm\:translate-x-64{
    --tw-translate-x:256px
  }

  .sm\:translate-x-72{
    --tw-translate-x:288px
  }

  .sm\:translate-x-80{
    --tw-translate-x:320px
  }

  .sm\:translate-x-96{
    --tw-translate-x:384px
  }

  .sm\:translate-x-px{
    --tw-translate-x:1px
  }

  .sm\:translate-x-0\.5{
    --tw-translate-x:2px
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x:6px
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x:10px
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x:14px
  }

  .sm\:translate-x-4\.5{
    --tw-translate-x:18px
  }

  .sm\:translate-x-7\.5{
    --tw-translate-x:30px
  }

  .sm\:-translate-x-0{
    --tw-translate-x:0px
  }

  .sm\:-translate-x-1{
    --tw-translate-x:-4px
  }

  .sm\:-translate-x-2{
    --tw-translate-x:-8px
  }

  .sm\:-translate-x-3{
    --tw-translate-x:-12px
  }

  .sm\:-translate-x-4{
    --tw-translate-x:-16px
  }

  .sm\:-translate-x-5{
    --tw-translate-x:-20px
  }

  .sm\:-translate-x-6{
    --tw-translate-x:-24px
  }

  .sm\:-translate-x-7{
    --tw-translate-x:-28px
  }

  .sm\:-translate-x-8{
    --tw-translate-x:-32px
  }

  .sm\:-translate-x-9{
    --tw-translate-x:-36px
  }

  .sm\:-translate-x-10{
    --tw-translate-x:-40px
  }

  .sm\:-translate-x-11{
    --tw-translate-x:-44px
  }

  .sm\:-translate-x-12{
    --tw-translate-x:-48px
  }

  .sm\:-translate-x-13{
    --tw-translate-x:-50px
  }

  .sm\:-translate-x-14{
    --tw-translate-x:-56px
  }

  .sm\:-translate-x-15{
    --tw-translate-x:-60px
  }

  .sm\:-translate-x-16{
    --tw-translate-x:-64px
  }

  .sm\:-translate-x-20{
    --tw-translate-x:-80px
  }

  .sm\:-translate-x-24{
    --tw-translate-x:-96px
  }

  .sm\:-translate-x-28{
    --tw-translate-x:-112px
  }

  .sm\:-translate-x-32{
    --tw-translate-x:-128px
  }

  .sm\:-translate-x-36{
    --tw-translate-x:-144px
  }

  .sm\:-translate-x-40{
    --tw-translate-x:-160px
  }

  .sm\:-translate-x-44{
    --tw-translate-x:-176px
  }

  .sm\:-translate-x-48{
    --tw-translate-x:-192px
  }

  .sm\:-translate-x-52{
    --tw-translate-x:-208px
  }

  .sm\:-translate-x-56{
    --tw-translate-x:-224px
  }

  .sm\:-translate-x-60{
    --tw-translate-x:-240px
  }

  .sm\:-translate-x-64{
    --tw-translate-x:-256px
  }

  .sm\:-translate-x-72{
    --tw-translate-x:-288px
  }

  .sm\:-translate-x-80{
    --tw-translate-x:-320px
  }

  .sm\:-translate-x-96{
    --tw-translate-x:-384px
  }

  .sm\:-translate-x-px{
    --tw-translate-x:-1px
  }

  .sm\:-translate-x-0\.5{
    --tw-translate-x:-2px
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x:-6px
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x:-10px
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x:-14px
  }

  .sm\:-translate-x-4\.5{
    --tw-translate-x:-18px
  }

  .sm\:-translate-x-7\.5{
    --tw-translate-x:-30px
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x:50%
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x:25%
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x:50%
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x:75%
  }

  .sm\:translate-x-full{
    --tw-translate-x:100%
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .sm\:-translate-x-full{
    --tw-translate-x:-100%
  }

  .sm\:translate-y-0{
    --tw-translate-y:0px
  }

  .sm\:translate-y-1{
    --tw-translate-y:4px
  }

  .sm\:translate-y-2{
    --tw-translate-y:8px
  }

  .sm\:translate-y-3{
    --tw-translate-y:12px
  }

  .sm\:translate-y-4{
    --tw-translate-y:16px
  }

  .sm\:translate-y-5{
    --tw-translate-y:20px
  }

  .sm\:translate-y-6{
    --tw-translate-y:24px
  }

  .sm\:translate-y-7{
    --tw-translate-y:28px
  }

  .sm\:translate-y-8{
    --tw-translate-y:32px
  }

  .sm\:translate-y-9{
    --tw-translate-y:36px
  }

  .sm\:translate-y-10{
    --tw-translate-y:40px
  }

  .sm\:translate-y-11{
    --tw-translate-y:44px
  }

  .sm\:translate-y-12{
    --tw-translate-y:48px
  }

  .sm\:translate-y-13{
    --tw-translate-y:50px
  }

  .sm\:translate-y-14{
    --tw-translate-y:56px
  }

  .sm\:translate-y-15{
    --tw-translate-y:60px
  }

  .sm\:translate-y-16{
    --tw-translate-y:64px
  }

  .sm\:translate-y-20{
    --tw-translate-y:80px
  }

  .sm\:translate-y-24{
    --tw-translate-y:96px
  }

  .sm\:translate-y-28{
    --tw-translate-y:112px
  }

  .sm\:translate-y-32{
    --tw-translate-y:128px
  }

  .sm\:translate-y-36{
    --tw-translate-y:144px
  }

  .sm\:translate-y-40{
    --tw-translate-y:160px
  }

  .sm\:translate-y-44{
    --tw-translate-y:176px
  }

  .sm\:translate-y-48{
    --tw-translate-y:192px
  }

  .sm\:translate-y-52{
    --tw-translate-y:208px
  }

  .sm\:translate-y-56{
    --tw-translate-y:224px
  }

  .sm\:translate-y-60{
    --tw-translate-y:240px
  }

  .sm\:translate-y-64{
    --tw-translate-y:256px
  }

  .sm\:translate-y-72{
    --tw-translate-y:288px
  }

  .sm\:translate-y-80{
    --tw-translate-y:320px
  }

  .sm\:translate-y-96{
    --tw-translate-y:384px
  }

  .sm\:translate-y-px{
    --tw-translate-y:1px
  }

  .sm\:translate-y-0\.5{
    --tw-translate-y:2px
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y:6px
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y:10px
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y:14px
  }

  .sm\:translate-y-4\.5{
    --tw-translate-y:18px
  }

  .sm\:translate-y-7\.5{
    --tw-translate-y:30px
  }

  .sm\:-translate-y-0{
    --tw-translate-y:0px
  }

  .sm\:-translate-y-1{
    --tw-translate-y:-4px
  }

  .sm\:-translate-y-2{
    --tw-translate-y:-8px
  }

  .sm\:-translate-y-3{
    --tw-translate-y:-12px
  }

  .sm\:-translate-y-4{
    --tw-translate-y:-16px
  }

  .sm\:-translate-y-5{
    --tw-translate-y:-20px
  }

  .sm\:-translate-y-6{
    --tw-translate-y:-24px
  }

  .sm\:-translate-y-7{
    --tw-translate-y:-28px
  }

  .sm\:-translate-y-8{
    --tw-translate-y:-32px
  }

  .sm\:-translate-y-9{
    --tw-translate-y:-36px
  }

  .sm\:-translate-y-10{
    --tw-translate-y:-40px
  }

  .sm\:-translate-y-11{
    --tw-translate-y:-44px
  }

  .sm\:-translate-y-12{
    --tw-translate-y:-48px
  }

  .sm\:-translate-y-13{
    --tw-translate-y:-50px
  }

  .sm\:-translate-y-14{
    --tw-translate-y:-56px
  }

  .sm\:-translate-y-15{
    --tw-translate-y:-60px
  }

  .sm\:-translate-y-16{
    --tw-translate-y:-64px
  }

  .sm\:-translate-y-20{
    --tw-translate-y:-80px
  }

  .sm\:-translate-y-24{
    --tw-translate-y:-96px
  }

  .sm\:-translate-y-28{
    --tw-translate-y:-112px
  }

  .sm\:-translate-y-32{
    --tw-translate-y:-128px
  }

  .sm\:-translate-y-36{
    --tw-translate-y:-144px
  }

  .sm\:-translate-y-40{
    --tw-translate-y:-160px
  }

  .sm\:-translate-y-44{
    --tw-translate-y:-176px
  }

  .sm\:-translate-y-48{
    --tw-translate-y:-192px
  }

  .sm\:-translate-y-52{
    --tw-translate-y:-208px
  }

  .sm\:-translate-y-56{
    --tw-translate-y:-224px
  }

  .sm\:-translate-y-60{
    --tw-translate-y:-240px
  }

  .sm\:-translate-y-64{
    --tw-translate-y:-256px
  }

  .sm\:-translate-y-72{
    --tw-translate-y:-288px
  }

  .sm\:-translate-y-80{
    --tw-translate-y:-320px
  }

  .sm\:-translate-y-96{
    --tw-translate-y:-384px
  }

  .sm\:-translate-y-px{
    --tw-translate-y:-1px
  }

  .sm\:-translate-y-0\.5{
    --tw-translate-y:-2px
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y:-6px
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y:-10px
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y:-14px
  }

  .sm\:-translate-y-4\.5{
    --tw-translate-y:-18px
  }

  .sm\:-translate-y-7\.5{
    --tw-translate-y:-30px
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y:50%
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y:25%
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y:50%
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y:75%
  }

  .sm\:translate-y-full{
    --tw-translate-y:100%
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .sm\:-translate-y-full{
    --tw-translate-y:-100%
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x:0px
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x:4px
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x:8px
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x:12px
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x:16px
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x:20px
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x:24px
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x:28px
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x:32px
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x:36px
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x:40px
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x:44px
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x:48px
  }

  .sm\:hover\:translate-x-13:hover{
    --tw-translate-x:50px
  }

  .sm\:hover\:translate-x-14:hover{
    --tw-translate-x:56px
  }

  .sm\:hover\:translate-x-15:hover{
    --tw-translate-x:60px
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x:64px
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x:80px
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x:96px
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x:112px
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x:128px
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x:144px
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x:160px
  }

  .sm\:hover\:translate-x-44:hover{
    --tw-translate-x:176px
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x:192px
  }

  .sm\:hover\:translate-x-52:hover{
    --tw-translate-x:208px
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x:224px
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x:240px
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x:256px
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x:288px
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x:320px
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x:384px
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x:1px
  }

  .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x:2px
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x:6px
  }

  .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x:10px
  }

  .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x:14px
  }

  .sm\:hover\:translate-x-4\.5:hover{
    --tw-translate-x:18px
  }

  .sm\:hover\:translate-x-7\.5:hover{
    --tw-translate-x:30px
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x:-4px
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x:-8px
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x:-12px
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x:-16px
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x:-20px
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x:-24px
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x:-28px
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x:-32px
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x:-36px
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x:-40px
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x:-44px
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x:-48px
  }

  .sm\:hover\:-translate-x-13:hover{
    --tw-translate-x:-50px
  }

  .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x:-56px
  }

  .sm\:hover\:-translate-x-15:hover{
    --tw-translate-x:-60px
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x:-64px
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x:-80px
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x:-96px
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x:-112px
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x:-128px
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x:-144px
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x:-160px
  }

  .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x:-176px
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x:-192px
  }

  .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x:-208px
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x:-224px
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x:-240px
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x:-256px
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x:-288px
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x:-320px
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x:-384px
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x:-2px
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x:-6px
  }

  .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x:-10px
  }

  .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x:-14px
  }

  .sm\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x:-18px
  }

  .sm\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x:-30px
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x:100%
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y:0px
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y:4px
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y:8px
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y:12px
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y:16px
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y:20px
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y:24px
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y:28px
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y:32px
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y:36px
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y:40px
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y:44px
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y:48px
  }

  .sm\:hover\:translate-y-13:hover{
    --tw-translate-y:50px
  }

  .sm\:hover\:translate-y-14:hover{
    --tw-translate-y:56px
  }

  .sm\:hover\:translate-y-15:hover{
    --tw-translate-y:60px
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y:64px
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y:80px
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y:96px
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y:112px
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y:128px
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y:144px
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y:160px
  }

  .sm\:hover\:translate-y-44:hover{
    --tw-translate-y:176px
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y:192px
  }

  .sm\:hover\:translate-y-52:hover{
    --tw-translate-y:208px
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y:224px
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y:240px
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y:256px
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y:288px
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y:320px
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y:384px
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y:1px
  }

  .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y:2px
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y:6px
  }

  .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y:10px
  }

  .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y:14px
  }

  .sm\:hover\:translate-y-4\.5:hover{
    --tw-translate-y:18px
  }

  .sm\:hover\:translate-y-7\.5:hover{
    --tw-translate-y:30px
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y:-4px
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y:-8px
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y:-12px
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y:-16px
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y:-20px
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y:-24px
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y:-28px
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y:-32px
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y:-36px
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y:-40px
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y:-44px
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y:-48px
  }

  .sm\:hover\:-translate-y-13:hover{
    --tw-translate-y:-50px
  }

  .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y:-56px
  }

  .sm\:hover\:-translate-y-15:hover{
    --tw-translate-y:-60px
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y:-64px
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y:-80px
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y:-96px
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y:-112px
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y:-128px
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y:-144px
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y:-160px
  }

  .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y:-176px
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y:-192px
  }

  .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y:-208px
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y:-224px
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y:-240px
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y:-256px
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y:-288px
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y:-320px
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y:-384px
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y:-2px
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y:-6px
  }

  .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y:-10px
  }

  .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y:-14px
  }

  .sm\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y:-18px
  }

  .sm\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y:-30px
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y:100%
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x:0px
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x:4px
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x:8px
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x:12px
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x:16px
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x:20px
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x:24px
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x:28px
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x:32px
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x:36px
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x:40px
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x:44px
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x:48px
  }

  .sm\:focus\:translate-x-13:focus{
    --tw-translate-x:50px
  }

  .sm\:focus\:translate-x-14:focus{
    --tw-translate-x:56px
  }

  .sm\:focus\:translate-x-15:focus{
    --tw-translate-x:60px
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x:64px
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x:80px
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x:96px
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x:112px
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x:128px
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x:144px
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x:160px
  }

  .sm\:focus\:translate-x-44:focus{
    --tw-translate-x:176px
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x:192px
  }

  .sm\:focus\:translate-x-52:focus{
    --tw-translate-x:208px
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x:224px
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x:240px
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x:256px
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x:288px
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x:320px
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x:384px
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x:1px
  }

  .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x:2px
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x:6px
  }

  .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x:10px
  }

  .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x:14px
  }

  .sm\:focus\:translate-x-4\.5:focus{
    --tw-translate-x:18px
  }

  .sm\:focus\:translate-x-7\.5:focus{
    --tw-translate-x:30px
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x:-4px
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x:-8px
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x:-12px
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x:-16px
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x:-20px
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x:-24px
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x:-28px
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x:-32px
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x:-36px
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x:-40px
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x:-44px
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x:-48px
  }

  .sm\:focus\:-translate-x-13:focus{
    --tw-translate-x:-50px
  }

  .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x:-56px
  }

  .sm\:focus\:-translate-x-15:focus{
    --tw-translate-x:-60px
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x:-64px
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x:-80px
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x:-96px
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x:-112px
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x:-128px
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x:-144px
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x:-160px
  }

  .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x:-176px
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x:-192px
  }

  .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x:-208px
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x:-224px
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x:-240px
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x:-256px
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x:-288px
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x:-320px
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x:-384px
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x:-2px
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x:-6px
  }

  .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x:-10px
  }

  .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x:-14px
  }

  .sm\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x:-18px
  }

  .sm\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x:-30px
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x:100%
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y:0px
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y:4px
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y:8px
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y:12px
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y:16px
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y:20px
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y:24px
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y:28px
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y:32px
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y:36px
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y:40px
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y:44px
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y:48px
  }

  .sm\:focus\:translate-y-13:focus{
    --tw-translate-y:50px
  }

  .sm\:focus\:translate-y-14:focus{
    --tw-translate-y:56px
  }

  .sm\:focus\:translate-y-15:focus{
    --tw-translate-y:60px
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y:64px
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y:80px
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y:96px
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y:112px
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y:128px
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y:144px
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y:160px
  }

  .sm\:focus\:translate-y-44:focus{
    --tw-translate-y:176px
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y:192px
  }

  .sm\:focus\:translate-y-52:focus{
    --tw-translate-y:208px
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y:224px
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y:240px
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y:256px
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y:288px
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y:320px
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y:384px
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y:1px
  }

  .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y:2px
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y:6px
  }

  .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y:10px
  }

  .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y:14px
  }

  .sm\:focus\:translate-y-4\.5:focus{
    --tw-translate-y:18px
  }

  .sm\:focus\:translate-y-7\.5:focus{
    --tw-translate-y:30px
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y:-4px
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y:-8px
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y:-12px
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y:-16px
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y:-20px
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y:-24px
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y:-28px
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y:-32px
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y:-36px
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y:-40px
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y:-44px
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y:-48px
  }

  .sm\:focus\:-translate-y-13:focus{
    --tw-translate-y:-50px
  }

  .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y:-56px
  }

  .sm\:focus\:-translate-y-15:focus{
    --tw-translate-y:-60px
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y:-64px
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y:-80px
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y:-96px
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y:-112px
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y:-128px
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y:-144px
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y:-160px
  }

  .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y:-176px
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y:-192px
  }

  .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y:-208px
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y:-224px
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y:-240px
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y:-256px
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y:-288px
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y:-320px
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y:-384px
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y:-2px
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y:-6px
  }

  .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y:-10px
  }

  .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y:-14px
  }

  .sm\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y:-18px
  }

  .sm\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y:-30px
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y:100%
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .sm\:rotate-0{
    --tw-rotate:0deg
  }

  .sm\:rotate-1{
    --tw-rotate:1deg
  }

  .sm\:rotate-2{
    --tw-rotate:2deg
  }

  .sm\:rotate-3{
    --tw-rotate:3deg
  }

  .sm\:rotate-6{
    --tw-rotate:6deg
  }

  .sm\:rotate-12{
    --tw-rotate:12deg
  }

  .sm\:rotate-45{
    --tw-rotate:45deg
  }

  .sm\:rotate-90{
    --tw-rotate:90deg
  }

  .sm\:rotate-180{
    --tw-rotate:180deg
  }

  .sm\:-rotate-180{
    --tw-rotate:-180deg
  }

  .sm\:-rotate-90{
    --tw-rotate:-90deg
  }

  .sm\:-rotate-45{
    --tw-rotate:-45deg
  }

  .sm\:-rotate-12{
    --tw-rotate:-12deg
  }

  .sm\:-rotate-6{
    --tw-rotate:-6deg
  }

  .sm\:-rotate-3{
    --tw-rotate:-3deg
  }

  .sm\:-rotate-2{
    --tw-rotate:-2deg
  }

  .sm\:-rotate-1{
    --tw-rotate:-1deg
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate:0deg
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate:1deg
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate:2deg
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate:3deg
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate:6deg
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate:12deg
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate:45deg
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate:90deg
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate:180deg
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate:-180deg
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate:-90deg
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate:-45deg
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate:-12deg
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate:-6deg
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate:-3deg
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate:-2deg
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate:-1deg
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate:0deg
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate:1deg
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate:2deg
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate:3deg
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate:6deg
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate:12deg
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate:45deg
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate:90deg
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate:180deg
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate:-180deg
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate:-90deg
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate:-45deg
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate:-12deg
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate:-6deg
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate:-3deg
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate:-2deg
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate:-1deg
  }

  .sm\:skew-x-0{
    --tw-skew-x:0deg
  }

  .sm\:skew-x-1{
    --tw-skew-x:1deg
  }

  .sm\:skew-x-2{
    --tw-skew-x:2deg
  }

  .sm\:skew-x-3{
    --tw-skew-x:3deg
  }

  .sm\:skew-x-6{
    --tw-skew-x:6deg
  }

  .sm\:skew-x-12{
    --tw-skew-x:12deg
  }

  .sm\:-skew-x-12{
    --tw-skew-x:-12deg
  }

  .sm\:-skew-x-6{
    --tw-skew-x:-6deg
  }

  .sm\:-skew-x-3{
    --tw-skew-x:-3deg
  }

  .sm\:-skew-x-2{
    --tw-skew-x:-2deg
  }

  .sm\:-skew-x-1{
    --tw-skew-x:-1deg
  }

  .sm\:skew-y-0{
    --tw-skew-y:0deg
  }

  .sm\:skew-y-1{
    --tw-skew-y:1deg
  }

  .sm\:skew-y-2{
    --tw-skew-y:2deg
  }

  .sm\:skew-y-3{
    --tw-skew-y:3deg
  }

  .sm\:skew-y-6{
    --tw-skew-y:6deg
  }

  .sm\:skew-y-12{
    --tw-skew-y:12deg
  }

  .sm\:-skew-y-12{
    --tw-skew-y:-12deg
  }

  .sm\:-skew-y-6{
    --tw-skew-y:-6deg
  }

  .sm\:-skew-y-3{
    --tw-skew-y:-3deg
  }

  .sm\:-skew-y-2{
    --tw-skew-y:-2deg
  }

  .sm\:-skew-y-1{
    --tw-skew-y:-1deg
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .sm\:scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:scale-x-0{
    --tw-scale-x:0
  }

  .sm\:scale-x-50{
    --tw-scale-x:.5
  }

  .sm\:scale-x-75{
    --tw-scale-x:.75
  }

  .sm\:scale-x-90{
    --tw-scale-x:.9
  }

  .sm\:scale-x-95{
    --tw-scale-x:.95
  }

  .sm\:scale-x-100{
    --tw-scale-x:1
  }

  .sm\:scale-x-105{
    --tw-scale-x:1.05
  }

  .sm\:scale-x-110{
    --tw-scale-x:1.1
  }

  .sm\:scale-x-125{
    --tw-scale-x:1.25
  }

  .sm\:scale-x-150{
    --tw-scale-x:1.5
  }

  .sm\:scale-y-0{
    --tw-scale-y:0
  }

  .sm\:scale-y-50{
    --tw-scale-y:.5
  }

  .sm\:scale-y-75{
    --tw-scale-y:.75
  }

  .sm\:scale-y-90{
    --tw-scale-y:.9
  }

  .sm\:scale-y-95{
    --tw-scale-y:.95
  }

  .sm\:scale-y-100{
    --tw-scale-y:1
  }

  .sm\:scale-y-105{
    --tw-scale-y:1.05
  }

  .sm\:scale-y-110{
    --tw-scale-y:1.1
  }

  .sm\:scale-y-125{
    --tw-scale-y:1.25
  }

  .sm\:scale-y-150{
    --tw-scale-y:1.5
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x:0
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x:.5
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x:.75
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x:.9
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x:.95
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x:1
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y:0
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y:.5
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y:.75
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y:.9
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y:.95
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y:1
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x:0
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x:.5
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x:.75
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x:.9
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x:.95
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x:1
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y:0
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y:.5
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y:.75
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y:.9
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y:.95
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y:1
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .sm\:animate-none{
    -webkit-animation:none;
            animation:none
  }

  .sm\:animate-spin{
    -webkit-animation:spin 1s linear infinite;
            animation:spin 1s linear infinite
  }

  .sm\:animate-ping{
    -webkit-animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .sm\:animate-pulse{
    -webkit-animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .sm\:animate-bounce{
    -webkit-animation:bounce 1s infinite;
            animation:bounce 1s infinite
  }

  .sm\:cursor-auto{
    cursor:auto
  }

  .sm\:cursor-default{
    cursor:default
  }

  .sm\:cursor-pointer{
    cursor:pointer
  }

  .sm\:cursor-wait{
    cursor:wait
  }

  .sm\:cursor-text{
    cursor:text
  }

  .sm\:cursor-move{
    cursor:move
  }

  .sm\:cursor-help{
    cursor:help
  }

  .sm\:cursor-not-allowed{
    cursor:not-allowed
  }

  .sm\:select-none{
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none
  }

  .sm\:select-text{
    -webkit-user-select:text;
       -moz-user-select:text;
        -ms-user-select:text;
            user-select:text
  }

  .sm\:select-all{
    -webkit-user-select:all;
       -moz-user-select:all;
        -ms-user-select:all;
            user-select:all
  }

  .sm\:select-auto{
    -webkit-user-select:auto;
       -moz-user-select:auto;
        -ms-user-select:auto;
            user-select:auto
  }

  .sm\:resize-none{
    resize:none
  }

  .sm\:resize-y{
    resize:vertical
  }

  .sm\:resize-x{
    resize:horizontal
  }

  .sm\:resize{
    resize:both
  }

  .sm\:list-inside{
    list-style-position:inside
  }

  .sm\:list-outside{
    list-style-position:outside
  }

  .sm\:list-none{
    list-style-type:none
  }

  .sm\:list-disc{
    list-style-type:disc
  }

  .sm\:list-decimal{
    list-style-type:decimal
  }

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

  .sm\:auto-cols-auto{
    grid-auto-columns:auto
  }

  .sm\:auto-cols-min{
    grid-auto-columns:-webkit-min-content;
    grid-auto-columns:min-content
  }

  .sm\:auto-cols-max{
    grid-auto-columns:-webkit-max-content;
    grid-auto-columns:max-content
  }

  .sm\:auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .sm\:grid-flow-row{
    grid-auto-flow:row
  }

  .sm\:grid-flow-col{
    grid-auto-flow:column
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .sm\:auto-rows-auto{
    grid-auto-rows:auto
  }

  .sm\:auto-rows-min{
    grid-auto-rows:-webkit-min-content;
    grid-auto-rows:min-content
  }

  .sm\:auto-rows-max{
    grid-auto-rows:-webkit-max-content;
    grid-auto-rows:max-content
  }

  .sm\:auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none{
    grid-template-columns:none
  }

  .sm\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .sm\:grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .sm\:grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .sm\:grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .sm\:grid-rows-none{
    grid-template-rows:none
  }

  .sm\:flex-row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse
  }

  .sm\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse
  }

  .sm\:flex-wrap{
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap
  }

  .sm\:flex-wrap-reverse{
    -webkit-flex-wrap:wrap-reverse;
        -ms-flex-wrap:wrap-reverse;
            flex-wrap:wrap-reverse
  }

  .sm\:flex-nowrap{
    -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap
  }

  .sm\:place-content-center{
    place-content:center
  }

  .sm\:place-content-start{
    place-content:start
  }

  .sm\:place-content-end{
    place-content:end
  }

  .sm\:place-content-between{
    place-content:space-between
  }

  .sm\:place-content-around{
    place-content:space-around
  }

  .sm\:place-content-evenly{
    place-content:space-evenly
  }

  .sm\:place-content-stretch{
    place-content:stretch
  }

  .sm\:place-items-start{
    place-items:start
  }

  .sm\:place-items-end{
    place-items:end
  }

  .sm\:place-items-center{
    place-items:center
  }

  .sm\:place-items-stretch{
    place-items:stretch
  }

  .sm\:content-center{
    -webkit-align-content:center;
        -ms-flex-line-pack:center;
            align-content:center
  }

  .sm\:content-start{
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start
  }

  .sm\:content-end{
    -webkit-align-content:flex-end;
        -ms-flex-line-pack:end;
            align-content:flex-end
  }

  .sm\:content-between{
    -webkit-align-content:space-between;
        -ms-flex-line-pack:justify;
            align-content:space-between
  }

  .sm\:content-around{
    -webkit-align-content:space-around;
        -ms-flex-line-pack:distribute;
            align-content:space-around
  }

  .sm\:content-evenly{
    -webkit-align-content:space-evenly;
        -ms-flex-line-pack:space-evenly;
            align-content:space-evenly
  }

  .sm\:items-start{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start
  }

  .sm\:items-end{
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end
  }

  .sm\:items-center{
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center
  }

  .sm\:items-baseline{
    -webkit-box-align:baseline;
    -webkit-align-items:baseline;
        -ms-flex-align:baseline;
            align-items:baseline
  }

  .sm\:items-stretch{
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch
  }

  .sm\:justify-start{
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start
  }

  .sm\:justify-end{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end
  }

  .sm\:justify-center{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .sm\:justify-between{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .sm\:justify-around{
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around
  }

  .sm\:justify-evenly{
    -webkit-box-pack:space-evenly;
    -webkit-justify-content:space-evenly;
        -ms-flex-pack:space-evenly;
            justify-content:space-evenly
  }

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

  .sm\:justify-items-end{
    justify-items:end
  }

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

  .sm\:justify-items-stretch{
    justify-items:stretch
  }

  .sm\:gap-0{
    gap:0px
  }

  .sm\:gap-1{
    gap:4px
  }

  .sm\:gap-2{
    gap:8px
  }

  .sm\:gap-3{
    gap:12px
  }

  .sm\:gap-4{
    gap:16px
  }

  .sm\:gap-5{
    gap:20px
  }

  .sm\:gap-6{
    gap:24px
  }

  .sm\:gap-7{
    gap:28px
  }

  .sm\:gap-8{
    gap:32px
  }

  .sm\:gap-9{
    gap:36px
  }

  .sm\:gap-10{
    gap:40px
  }

  .sm\:gap-11{
    gap:44px
  }

  .sm\:gap-12{
    gap:48px
  }

  .sm\:gap-13{
    gap:50px
  }

  .sm\:gap-14{
    gap:56px
  }

  .sm\:gap-15{
    gap:60px
  }

  .sm\:gap-16{
    gap:64px
  }

  .sm\:gap-20{
    gap:80px
  }

  .sm\:gap-24{
    gap:96px
  }

  .sm\:gap-28{
    gap:112px
  }

  .sm\:gap-32{
    gap:128px
  }

  .sm\:gap-36{
    gap:144px
  }

  .sm\:gap-40{
    gap:160px
  }

  .sm\:gap-44{
    gap:176px
  }

  .sm\:gap-48{
    gap:192px
  }

  .sm\:gap-52{
    gap:208px
  }

  .sm\:gap-56{
    gap:224px
  }

  .sm\:gap-60{
    gap:240px
  }

  .sm\:gap-64{
    gap:256px
  }

  .sm\:gap-72{
    gap:288px
  }

  .sm\:gap-80{
    gap:320px
  }

  .sm\:gap-96{
    gap:384px
  }

  .sm\:gap-px{
    gap:1px
  }

  .sm\:gap-0\.5{
    gap:2px
  }

  .sm\:gap-1\.5{
    gap:6px
  }

  .sm\:gap-2\.5{
    gap:10px
  }

  .sm\:gap-3\.5{
    gap:14px
  }

  .sm\:gap-4\.5{
    gap:18px
  }

  .sm\:gap-7\.5{
    gap:30px
  }

  .sm\:gap-x-0{
    -webkit-column-gap:0px;
       -moz-column-gap:0px;
            column-gap:0px
  }

  .sm\:gap-x-1{
    -webkit-column-gap:4px;
       -moz-column-gap:4px;
            column-gap:4px
  }

  .sm\:gap-x-2{
    -webkit-column-gap:8px;
       -moz-column-gap:8px;
            column-gap:8px
  }

  .sm\:gap-x-3{
    -webkit-column-gap:12px;
       -moz-column-gap:12px;
            column-gap:12px
  }

  .sm\:gap-x-4{
    -webkit-column-gap:16px;
       -moz-column-gap:16px;
            column-gap:16px
  }

  .sm\:gap-x-5{
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px
  }

  .sm\:gap-x-6{
    -webkit-column-gap:24px;
       -moz-column-gap:24px;
            column-gap:24px
  }

  .sm\:gap-x-7{
    -webkit-column-gap:28px;
       -moz-column-gap:28px;
            column-gap:28px
  }

  .sm\:gap-x-8{
    -webkit-column-gap:32px;
       -moz-column-gap:32px;
            column-gap:32px
  }

  .sm\:gap-x-9{
    -webkit-column-gap:36px;
       -moz-column-gap:36px;
            column-gap:36px
  }

  .sm\:gap-x-10{
    -webkit-column-gap:40px;
       -moz-column-gap:40px;
            column-gap:40px
  }

  .sm\:gap-x-11{
    -webkit-column-gap:44px;
       -moz-column-gap:44px;
            column-gap:44px
  }

  .sm\:gap-x-12{
    -webkit-column-gap:48px;
       -moz-column-gap:48px;
            column-gap:48px
  }

  .sm\:gap-x-13{
    -webkit-column-gap:50px;
       -moz-column-gap:50px;
            column-gap:50px
  }

  .sm\:gap-x-14{
    -webkit-column-gap:56px;
       -moz-column-gap:56px;
            column-gap:56px
  }

  .sm\:gap-x-15{
    -webkit-column-gap:60px;
       -moz-column-gap:60px;
            column-gap:60px
  }

  .sm\:gap-x-16{
    -webkit-column-gap:64px;
       -moz-column-gap:64px;
            column-gap:64px
  }

  .sm\:gap-x-20{
    -webkit-column-gap:80px;
       -moz-column-gap:80px;
            column-gap:80px
  }

  .sm\:gap-x-24{
    -webkit-column-gap:96px;
       -moz-column-gap:96px;
            column-gap:96px
  }

  .sm\:gap-x-28{
    -webkit-column-gap:112px;
       -moz-column-gap:112px;
            column-gap:112px
  }

  .sm\:gap-x-32{
    -webkit-column-gap:128px;
       -moz-column-gap:128px;
            column-gap:128px
  }

  .sm\:gap-x-36{
    -webkit-column-gap:144px;
       -moz-column-gap:144px;
            column-gap:144px
  }

  .sm\:gap-x-40{
    -webkit-column-gap:160px;
       -moz-column-gap:160px;
            column-gap:160px
  }

  .sm\:gap-x-44{
    -webkit-column-gap:176px;
       -moz-column-gap:176px;
            column-gap:176px
  }

  .sm\:gap-x-48{
    -webkit-column-gap:192px;
       -moz-column-gap:192px;
            column-gap:192px
  }

  .sm\:gap-x-52{
    -webkit-column-gap:208px;
       -moz-column-gap:208px;
            column-gap:208px
  }

  .sm\:gap-x-56{
    -webkit-column-gap:224px;
       -moz-column-gap:224px;
            column-gap:224px
  }

  .sm\:gap-x-60{
    -webkit-column-gap:240px;
       -moz-column-gap:240px;
            column-gap:240px
  }

  .sm\:gap-x-64{
    -webkit-column-gap:256px;
       -moz-column-gap:256px;
            column-gap:256px
  }

  .sm\:gap-x-72{
    -webkit-column-gap:288px;
       -moz-column-gap:288px;
            column-gap:288px
  }

  .sm\:gap-x-80{
    -webkit-column-gap:320px;
       -moz-column-gap:320px;
            column-gap:320px
  }

  .sm\:gap-x-96{
    -webkit-column-gap:384px;
       -moz-column-gap:384px;
            column-gap:384px
  }

  .sm\:gap-x-px{
    -webkit-column-gap:1px;
       -moz-column-gap:1px;
            column-gap:1px
  }

  .sm\:gap-x-0\.5{
    -webkit-column-gap:2px;
       -moz-column-gap:2px;
            column-gap:2px
  }

  .sm\:gap-x-1\.5{
    -webkit-column-gap:6px;
       -moz-column-gap:6px;
            column-gap:6px
  }

  .sm\:gap-x-2\.5{
    -webkit-column-gap:10px;
       -moz-column-gap:10px;
            column-gap:10px
  }

  .sm\:gap-x-3\.5{
    -webkit-column-gap:14px;
       -moz-column-gap:14px;
            column-gap:14px
  }

  .sm\:gap-x-4\.5{
    -webkit-column-gap:18px;
       -moz-column-gap:18px;
            column-gap:18px
  }

  .sm\:gap-x-7\.5{
    -webkit-column-gap:30px;
       -moz-column-gap:30px;
            column-gap:30px
  }

  .sm\:gap-y-0{
    row-gap:0px
  }

  .sm\:gap-y-1{
    row-gap:4px
  }

  .sm\:gap-y-2{
    row-gap:8px
  }

  .sm\:gap-y-3{
    row-gap:12px
  }

  .sm\:gap-y-4{
    row-gap:16px
  }

  .sm\:gap-y-5{
    row-gap:20px
  }

  .sm\:gap-y-6{
    row-gap:24px
  }

  .sm\:gap-y-7{
    row-gap:28px
  }

  .sm\:gap-y-8{
    row-gap:32px
  }

  .sm\:gap-y-9{
    row-gap:36px
  }

  .sm\:gap-y-10{
    row-gap:40px
  }

  .sm\:gap-y-11{
    row-gap:44px
  }

  .sm\:gap-y-12{
    row-gap:48px
  }

  .sm\:gap-y-13{
    row-gap:50px
  }

  .sm\:gap-y-14{
    row-gap:56px
  }

  .sm\:gap-y-15{
    row-gap:60px
  }

  .sm\:gap-y-16{
    row-gap:64px
  }

  .sm\:gap-y-20{
    row-gap:80px
  }

  .sm\:gap-y-24{
    row-gap:96px
  }

  .sm\:gap-y-28{
    row-gap:112px
  }

  .sm\:gap-y-32{
    row-gap:128px
  }

  .sm\:gap-y-36{
    row-gap:144px
  }

  .sm\:gap-y-40{
    row-gap:160px
  }

  .sm\:gap-y-44{
    row-gap:176px
  }

  .sm\:gap-y-48{
    row-gap:192px
  }

  .sm\:gap-y-52{
    row-gap:208px
  }

  .sm\:gap-y-56{
    row-gap:224px
  }

  .sm\:gap-y-60{
    row-gap:240px
  }

  .sm\:gap-y-64{
    row-gap:256px
  }

  .sm\:gap-y-72{
    row-gap:288px
  }

  .sm\:gap-y-80{
    row-gap:320px
  }

  .sm\:gap-y-96{
    row-gap:384px
  }

  .sm\:gap-y-px{
    row-gap:1px
  }

  .sm\:gap-y-0\.5{
    row-gap:2px
  }

  .sm\:gap-y-1\.5{
    row-gap:6px
  }

  .sm\:gap-y-2\.5{
    row-gap:10px
  }

  .sm\:gap-y-3\.5{
    row-gap:14px
  }

  .sm\:gap-y-4\.5{
    row-gap:18px
  }

  .sm\:gap-y-7\.5{
    row-gap:30px
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(4px * var(--tw-space-x-reverse));
    margin-right:calc(4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(8px * var(--tw-space-x-reverse));
    margin-right:calc(8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(12px * var(--tw-space-x-reverse));
    margin-right:calc(12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(16px * var(--tw-space-x-reverse));
    margin-right:calc(16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(20px * var(--tw-space-x-reverse));
    margin-right:calc(20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(24px * var(--tw-space-x-reverse));
    margin-right:calc(24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(28px * var(--tw-space-x-reverse));
    margin-right:calc(28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(32px * var(--tw-space-x-reverse));
    margin-right:calc(32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(36px * var(--tw-space-x-reverse));
    margin-right:calc(36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(40px * var(--tw-space-x-reverse));
    margin-right:calc(40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(44px * var(--tw-space-x-reverse));
    margin-right:calc(44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(48px * var(--tw-space-x-reverse));
    margin-right:calc(48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(50px * var(--tw-space-x-reverse));
    margin-right:calc(50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(56px * var(--tw-space-x-reverse));
    margin-right:calc(56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(60px * var(--tw-space-x-reverse));
    margin-right:calc(60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(64px * var(--tw-space-x-reverse));
    margin-right:calc(64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(80px * var(--tw-space-x-reverse));
    margin-right:calc(80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(96px * var(--tw-space-x-reverse));
    margin-right:calc(96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(112px * var(--tw-space-x-reverse));
    margin-right:calc(112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(128px * var(--tw-space-x-reverse));
    margin-right:calc(128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(144px * var(--tw-space-x-reverse));
    margin-right:calc(144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(160px * var(--tw-space-x-reverse));
    margin-right:calc(160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(176px * var(--tw-space-x-reverse));
    margin-right:calc(176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(192px * var(--tw-space-x-reverse));
    margin-right:calc(192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(208px * var(--tw-space-x-reverse));
    margin-right:calc(208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(224px * var(--tw-space-x-reverse));
    margin-right:calc(224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(240px * var(--tw-space-x-reverse));
    margin-right:calc(240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(256px * var(--tw-space-x-reverse));
    margin-right:calc(256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(288px * var(--tw-space-x-reverse));
    margin-right:calc(288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(320px * var(--tw-space-x-reverse));
    margin-right:calc(320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(384px * var(--tw-space-x-reverse));
    margin-right:calc(384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(1px * var(--tw-space-x-reverse));
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(2px * var(--tw-space-x-reverse));
    margin-right:calc(2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(6px * var(--tw-space-x-reverse));
    margin-right:calc(6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(10px * var(--tw-space-x-reverse));
    margin-right:calc(10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(14px * var(--tw-space-x-reverse));
    margin-right:calc(14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(18px * var(--tw-space-x-reverse));
    margin-right:calc(18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(30px * var(--tw-space-x-reverse));
    margin-right:calc(30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-4px * var(--tw-space-x-reverse));
    margin-right:calc(-4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-8px * var(--tw-space-x-reverse));
    margin-right:calc(-8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-12px * var(--tw-space-x-reverse));
    margin-right:calc(-12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-16px * var(--tw-space-x-reverse));
    margin-right:calc(-16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-20px * var(--tw-space-x-reverse));
    margin-right:calc(-20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-24px * var(--tw-space-x-reverse));
    margin-right:calc(-24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-28px * var(--tw-space-x-reverse));
    margin-right:calc(-28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-32px * var(--tw-space-x-reverse));
    margin-right:calc(-32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-36px * var(--tw-space-x-reverse));
    margin-right:calc(-36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-40px * var(--tw-space-x-reverse));
    margin-right:calc(-40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-44px * var(--tw-space-x-reverse));
    margin-right:calc(-44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-48px * var(--tw-space-x-reverse));
    margin-right:calc(-48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-50px * var(--tw-space-x-reverse));
    margin-right:calc(-50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-56px * var(--tw-space-x-reverse));
    margin-right:calc(-56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-60px * var(--tw-space-x-reverse));
    margin-right:calc(-60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-64px * var(--tw-space-x-reverse));
    margin-right:calc(-64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-80px * var(--tw-space-x-reverse));
    margin-right:calc(-80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-96px * var(--tw-space-x-reverse));
    margin-right:calc(-96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-112px * var(--tw-space-x-reverse));
    margin-right:calc(-112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-128px * var(--tw-space-x-reverse));
    margin-right:calc(-128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-144px * var(--tw-space-x-reverse));
    margin-right:calc(-144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-160px * var(--tw-space-x-reverse));
    margin-right:calc(-160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-176px * var(--tw-space-x-reverse));
    margin-right:calc(-176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-192px * var(--tw-space-x-reverse));
    margin-right:calc(-192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-208px * var(--tw-space-x-reverse));
    margin-right:calc(-208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-224px * var(--tw-space-x-reverse));
    margin-right:calc(-224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-240px * var(--tw-space-x-reverse));
    margin-right:calc(-240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-256px * var(--tw-space-x-reverse));
    margin-right:calc(-256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-288px * var(--tw-space-x-reverse));
    margin-right:calc(-288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-320px * var(--tw-space-x-reverse));
    margin-right:calc(-320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-384px * var(--tw-space-x-reverse));
    margin-right:calc(-384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-1px * var(--tw-space-x-reverse));
    margin-right:calc(-1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-2px * var(--tw-space-x-reverse));
    margin-right:calc(-2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-6px * var(--tw-space-x-reverse));
    margin-right:calc(-6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-10px * var(--tw-space-x-reverse));
    margin-right:calc(-10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-14px * var(--tw-space-x-reverse));
    margin-right:calc(-14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-18px * var(--tw-space-x-reverse));
    margin-right:calc(-18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-30px * var(--tw-space-x-reverse));
    margin-right:calc(-30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(4px * var(--tw-space-y-reverse));
    margin-bottom:calc(4px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(8px * var(--tw-space-y-reverse));
    margin-bottom:calc(8px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(12px * var(--tw-space-y-reverse));
    margin-bottom:calc(12px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(16px * var(--tw-space-y-reverse));
    margin-bottom:calc(16px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(20px * var(--tw-space-y-reverse));
    margin-bottom:calc(20px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(24px * var(--tw-space-y-reverse));
    margin-bottom:calc(24px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(28px * var(--tw-space-y-reverse));
    margin-bottom:calc(28px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(32px * var(--tw-space-y-reverse));
    margin-bottom:calc(32px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(36px * var(--tw-space-y-reverse));
    margin-bottom:calc(36px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(40px * var(--tw-space-y-reverse));
    margin-bottom:calc(40px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(44px * var(--tw-space-y-reverse));
    margin-bottom:calc(44px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(48px * var(--tw-space-y-reverse));
    margin-bottom:calc(48px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(50px * var(--tw-space-y-reverse));
    margin-bottom:calc(50px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(56px * var(--tw-space-y-reverse));
    margin-bottom:calc(56px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(60px * var(--tw-space-y-reverse));
    margin-bottom:calc(60px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(64px * var(--tw-space-y-reverse));
    margin-bottom:calc(64px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(80px * var(--tw-space-y-reverse));
    margin-bottom:calc(80px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(96px * var(--tw-space-y-reverse));
    margin-bottom:calc(96px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(112px * var(--tw-space-y-reverse));
    margin-bottom:calc(112px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(128px * var(--tw-space-y-reverse));
    margin-bottom:calc(128px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(144px * var(--tw-space-y-reverse));
    margin-bottom:calc(144px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(160px * var(--tw-space-y-reverse));
    margin-bottom:calc(160px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(176px * var(--tw-space-y-reverse));
    margin-bottom:calc(176px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(192px * var(--tw-space-y-reverse));
    margin-bottom:calc(192px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(208px * var(--tw-space-y-reverse));
    margin-bottom:calc(208px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(224px * var(--tw-space-y-reverse));
    margin-bottom:calc(224px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(240px * var(--tw-space-y-reverse));
    margin-bottom:calc(240px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(256px * var(--tw-space-y-reverse));
    margin-bottom:calc(256px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(288px * var(--tw-space-y-reverse));
    margin-bottom:calc(288px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(320px * var(--tw-space-y-reverse));
    margin-bottom:calc(320px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(384px * var(--tw-space-y-reverse));
    margin-bottom:calc(384px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(1px * var(--tw-space-y-reverse));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(2px * var(--tw-space-y-reverse));
    margin-bottom:calc(2px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(6px * var(--tw-space-y-reverse));
    margin-bottom:calc(6px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(10px * var(--tw-space-y-reverse));
    margin-bottom:calc(10px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(14px * var(--tw-space-y-reverse));
    margin-bottom:calc(14px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(18px * var(--tw-space-y-reverse));
    margin-bottom:calc(18px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(30px * var(--tw-space-y-reverse));
    margin-bottom:calc(30px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-4px * var(--tw-space-y-reverse));
    margin-bottom:calc(-4px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-8px * var(--tw-space-y-reverse));
    margin-bottom:calc(-8px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-12px * var(--tw-space-y-reverse));
    margin-bottom:calc(-12px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-16px * var(--tw-space-y-reverse));
    margin-bottom:calc(-16px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-20px * var(--tw-space-y-reverse));
    margin-bottom:calc(-20px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-24px * var(--tw-space-y-reverse));
    margin-bottom:calc(-24px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-28px * var(--tw-space-y-reverse));
    margin-bottom:calc(-28px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-32px * var(--tw-space-y-reverse));
    margin-bottom:calc(-32px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-36px * var(--tw-space-y-reverse));
    margin-bottom:calc(-36px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-40px * var(--tw-space-y-reverse));
    margin-bottom:calc(-40px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-44px * var(--tw-space-y-reverse));
    margin-bottom:calc(-44px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-48px * var(--tw-space-y-reverse));
    margin-bottom:calc(-48px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-50px * var(--tw-space-y-reverse));
    margin-bottom:calc(-50px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-56px * var(--tw-space-y-reverse));
    margin-bottom:calc(-56px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-60px * var(--tw-space-y-reverse));
    margin-bottom:calc(-60px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-64px * var(--tw-space-y-reverse));
    margin-bottom:calc(-64px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-80px * var(--tw-space-y-reverse));
    margin-bottom:calc(-80px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-96px * var(--tw-space-y-reverse));
    margin-bottom:calc(-96px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-112px * var(--tw-space-y-reverse));
    margin-bottom:calc(-112px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-128px * var(--tw-space-y-reverse));
    margin-bottom:calc(-128px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-144px * var(--tw-space-y-reverse));
    margin-bottom:calc(-144px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-160px * var(--tw-space-y-reverse));
    margin-bottom:calc(-160px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-176px * var(--tw-space-y-reverse));
    margin-bottom:calc(-176px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-192px * var(--tw-space-y-reverse));
    margin-bottom:calc(-192px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-208px * var(--tw-space-y-reverse));
    margin-bottom:calc(-208px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-224px * var(--tw-space-y-reverse));
    margin-bottom:calc(-224px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-240px * var(--tw-space-y-reverse));
    margin-bottom:calc(-240px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-256px * var(--tw-space-y-reverse));
    margin-bottom:calc(-256px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-288px * var(--tw-space-y-reverse));
    margin-bottom:calc(-288px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-320px * var(--tw-space-y-reverse));
    margin-bottom:calc(-320px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-384px * var(--tw-space-y-reverse));
    margin-bottom:calc(-384px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-1px * var(--tw-space-y-reverse));
    margin-bottom:calc(-1px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-2px * var(--tw-space-y-reverse));
    margin-bottom:calc(-2px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-6px * var(--tw-space-y-reverse));
    margin-bottom:calc(-6px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-10px * var(--tw-space-y-reverse));
    margin-bottom:calc(-10px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-14px * var(--tw-space-y-reverse));
    margin-bottom:calc(-14px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-18px * var(--tw-space-y-reverse));
    margin-bottom:calc(-18px * var(--tw-space-y-reverse))
  }

  .sm\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-30px * var(--tw-space-y-reverse));
    margin-bottom:calc(-30px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(0px * var(--tw-divide-x-reverse));
    border-right-width:calc(0px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(2px * var(--tw-divide-x-reverse));
    border-right-width:calc(2px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(4px * var(--tw-divide-x-reverse));
    border-right-width:calc(4px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(6px * var(--tw-divide-x-reverse));
    border-right-width:calc(6px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(6px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(8px * var(--tw-divide-x-reverse));
    border-right-width:calc(8px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(1px * var(--tw-divide-x-reverse));
    border-right-width:calc(1px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(0px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(2px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(4px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(4px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(6px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(6px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(8px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(8px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .sm\:divide-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-divide-opacity))
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .sm\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .sm\:divide-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-divide-opacity))
  }

  .sm\:divide-bc > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-divide-opacity))
  }

  .sm\:divide-d4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-divide-opacity))
  }

  .sm\:divide-d6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-divide-opacity))
  }

  .sm\:divide-e5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-divide-opacity))
  }

  .sm\:divide-ef > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-divide-opacity))
  }

  .sm\:divide-c > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-divide-opacity))
  }

  .sm\:divide-l-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-divide-opacity))
  }

  .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-divide-opacity))
  }

  .sm\:divide-t-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-divide-opacity))
  }

  .sm\:divide-l-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-divide-opacity))
  }

  .sm\:divide-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-divide-opacity))
  }

  .sm\:divide-l-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-divide-opacity))
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .sm\:place-self-auto{
    place-self:auto
  }

  .sm\:place-self-start{
    place-self:start
  }

  .sm\:place-self-end{
    place-self:end
  }

  .sm\:place-self-center{
    place-self:center
  }

  .sm\:place-self-stretch{
    place-self:stretch
  }

  .sm\:self-auto{
    -webkit-align-self:auto;
        -ms-flex-item-align:auto;
            align-self:auto
  }

  .sm\:self-start{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start
  }

  .sm\:self-end{
    -webkit-align-self:flex-end;
        -ms-flex-item-align:end;
            align-self:flex-end
  }

  .sm\:self-center{
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center
  }

  .sm\:self-stretch{
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch
  }

  .sm\:self-baseline{
    -webkit-align-self:baseline;
        -ms-flex-item-align:baseline;
            align-self:baseline
  }

  .sm\:justify-self-auto{
    justify-self:auto
  }

  .sm\:justify-self-start{
    justify-self:start
  }

  .sm\:justify-self-end{
    justify-self:end
  }

  .sm\:justify-self-center{
    justify-self:center
  }

  .sm\:justify-self-stretch{
    justify-self:stretch
  }

  .sm\:overflow-auto{
    overflow:auto
  }

  .sm\:overflow-hidden{
    overflow:hidden
  }

  .sm\:overflow-visible{
    overflow:visible
  }

  .sm\:overflow-scroll{
    overflow:scroll
  }

  .sm\:overflow-x-auto{
    overflow-x:auto
  }

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

  .sm\:overflow-x-hidden{
    overflow-x:hidden
  }

  .sm\:overflow-y-hidden{
    overflow-y:hidden
  }

  .sm\:overflow-x-visible{
    overflow-x:visible
  }

  .sm\:overflow-y-visible{
    overflow-y:visible
  }

  .sm\:overflow-x-scroll{
    overflow-x:scroll
  }

  .sm\:overflow-y-scroll{
    overflow-y:scroll
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining:chained;
        overscroll-behavior:auto
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining:none;
        overscroll-behavior:contain
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining:none;
        overscroll-behavior:none
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y:none
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x:none
  }

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

  .sm\:overflow-ellipsis{
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis
  }

  .sm\:overflow-clip{
    -o-text-overflow:clip;
       text-overflow:clip
  }

  .sm\:whitespace-normal{
    white-space:normal
  }

  .sm\:whitespace-nowrap{
    white-space:nowrap
  }

  .sm\:whitespace-pre{
    white-space:pre
  }

  .sm\:whitespace-pre-line{
    white-space:pre-line
  }

  .sm\:whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .sm\:break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .sm\:break-words{
    overflow-wrap:break-word
  }

  .sm\:break-all{
    word-break:break-all
  }

  .sm\:rounded-none{
    -webkit-border-radius:0px;
            border-radius:0px
  }

  .sm\:rounded-sm{
    -webkit-border-radius:2px;
            border-radius:2px
  }

  .sm\:rounded{
    -webkit-border-radius:4px;
            border-radius:4px
  }

  .sm\:rounded-md{
    -webkit-border-radius:6px;
            border-radius:6px
  }

  .sm\:rounded-lg{
    -webkit-border-radius:8px;
            border-radius:8px
  }

  .sm\:rounded-xl{
    -webkit-border-radius:10px;
            border-radius:10px
  }

  .sm\:rounded-2xl{
    -webkit-border-radius:12px;
            border-radius:12px
  }

  .sm\:rounded-3xl{
    -webkit-border-radius:16px;
            border-radius:16px
  }

  .sm\:rounded-full{
    -webkit-border-radius:9999px;
            border-radius:9999px
  }

  .sm\:rounded-t-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .sm\:rounded-t-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .sm\:rounded-t{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .sm\:rounded-t-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .sm\:rounded-t-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .sm\:rounded-t-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .sm\:rounded-t-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .sm\:rounded-t-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .sm\:rounded-t-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .sm\:rounded-r-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .sm\:rounded-r-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .sm\:rounded-r{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .sm\:rounded-r-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .sm\:rounded-r-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .sm\:rounded-r-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .sm\:rounded-r-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px;
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .sm\:rounded-r-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px;
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .sm\:rounded-r-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px;
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .sm\:rounded-b-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .sm\:rounded-b-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .sm\:rounded-b{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .sm\:rounded-b-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .sm\:rounded-b-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .sm\:rounded-b-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .sm\:rounded-b-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .sm\:rounded-b-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .sm\:rounded-b-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .sm\:rounded-l-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .sm\:rounded-l-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .sm\:rounded-l{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .sm\:rounded-l-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .sm\:rounded-l-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .sm\:rounded-l-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .sm\:rounded-l-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .sm\:rounded-l-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .sm\:rounded-l-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .sm\:rounded-tl-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px
  }

  .sm\:rounded-tl-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px
  }

  .sm\:rounded-tl{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px
  }

  .sm\:rounded-tl-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px
  }

  .sm\:rounded-tl-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px
  }

  .sm\:rounded-tl-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px
  }

  .sm\:rounded-tl-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px
  }

  .sm\:rounded-tl-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px
  }

  .sm\:rounded-tl-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px
  }

  .sm\:rounded-tr-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .sm\:rounded-tr-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .sm\:rounded-tr{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .sm\:rounded-tr-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .sm\:rounded-tr-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .sm\:rounded-tr-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .sm\:rounded-tr-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .sm\:rounded-tr-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .sm\:rounded-tr-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .sm\:rounded-br-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .sm\:rounded-br-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .sm\:rounded-br{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .sm\:rounded-br-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .sm\:rounded-br-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .sm\:rounded-br-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .sm\:rounded-br-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .sm\:rounded-br-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .sm\:rounded-br-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .sm\:rounded-bl-none{
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .sm\:rounded-bl-sm{
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .sm\:rounded-bl{
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .sm\:rounded-bl-md{
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .sm\:rounded-bl-lg{
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .sm\:rounded-bl-xl{
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .sm\:rounded-bl-2xl{
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .sm\:rounded-bl-3xl{
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .sm\:rounded-bl-full{
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .sm\:border-0{
    border-width:0px
  }

  .sm\:border-2{
    border-width:2px
  }

  .sm\:border-4{
    border-width:4px
  }

  .sm\:border-6{
    border-width:6px
  }

  .sm\:border-8{
    border-width:8px
  }

  .sm\:border{
    border-width:1px
  }

  .sm\:border-t-0{
    border-top-width:0px
  }

  .sm\:border-t-2{
    border-top-width:2px
  }

  .sm\:border-t-4{
    border-top-width:4px
  }

  .sm\:border-t-6{
    border-top-width:6px
  }

  .sm\:border-t-8{
    border-top-width:8px
  }

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

  .sm\:border-r-0{
    border-right-width:0px
  }

  .sm\:border-r-2{
    border-right-width:2px
  }

  .sm\:border-r-4{
    border-right-width:4px
  }

  .sm\:border-r-6{
    border-right-width:6px
  }

  .sm\:border-r-8{
    border-right-width:8px
  }

  .sm\:border-r{
    border-right-width:1px
  }

  .sm\:border-b-0{
    border-bottom-width:0px
  }

  .sm\:border-b-2{
    border-bottom-width:2px
  }

  .sm\:border-b-4{
    border-bottom-width:4px
  }

  .sm\:border-b-6{
    border-bottom-width:6px
  }

  .sm\:border-b-8{
    border-bottom-width:8px
  }

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

  .sm\:border-l-0{
    border-left-width:0px
  }

  .sm\:border-l-2{
    border-left-width:2px
  }

  .sm\:border-l-4{
    border-left-width:4px
  }

  .sm\:border-l-6{
    border-left-width:6px
  }

  .sm\:border-l-8{
    border-left-width:8px
  }

  .sm\:border-l{
    border-left-width:1px
  }

  .sm\:border-solid{
    border-style:solid
  }

  .sm\:border-dashed{
    border-style:dashed
  }

  .sm\:border-dotted{
    border-style:dotted
  }

  .sm\:border-double{
    border-style:double
  }

  .sm\:border-none{
    border-style:none
  }

  .sm\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .sm\:border-transparent{
    border-color:transparent
  }

  .sm\:border-current{
    border-color:currentColor
  }

  .sm\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .sm\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .sm\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .sm\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .sm\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .sm\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .sm\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .sm\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .sm\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .sm\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .sm\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .sm\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .sm\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .sm\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .sm\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color:transparent
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color:currentColor
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .group:hover .sm\:group-hover\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color:transparent
  }

  .sm\:focus-within\:border-current:focus-within{
    border-color:currentColor
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-red:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-base:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-bc:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-d4:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-d6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-e5:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-ef:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-c:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-l-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-t-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-l-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .sm\:focus-within\:border-l-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .sm\:hover\:border-6:hover{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .sm\:hover\:border-transparent:hover{
    border-color:transparent
  }

  .sm\:hover\:border-current:hover{
    border-color:currentColor
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:hover\:border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:hover\:border-red:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:hover\:border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:hover\:border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:hover\:border-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:hover\:border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:hover\:border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:hover\:border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:hover\:border-base:hover{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .sm\:hover\:border-bc:hover{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .sm\:hover\:border-d4:hover{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .sm\:hover\:border-d6:hover{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .sm\:hover\:border-e5:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .sm\:hover\:border-ef:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .sm\:hover\:border-c:hover{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .sm\:hover\:border-l-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .sm\:hover\:border-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .sm\:hover\:border-t-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .sm\:hover\:border-l-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .sm\:hover\:border-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .sm\:hover\:border-l-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .sm\:focus\:border-6:focus{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .sm\:focus\:border-transparent:focus{
    border-color:transparent
  }

  .sm\:focus\:border-current:focus{
    border-color:currentColor
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:focus\:border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:focus\:border-red:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:focus\:border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:focus\:border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:focus\:border-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:focus\:border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:focus\:border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:focus\:border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:focus\:border-base:focus{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .sm\:focus\:border-bc:focus{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .sm\:focus\:border-d4:focus{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .sm\:focus\:border-d6:focus{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .sm\:focus\:border-e5:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .sm\:focus\:border-ef:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .sm\:focus\:border-c:focus{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .sm\:focus\:border-l-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .sm\:focus\:border-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .sm\:focus\:border-t-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .sm\:focus\:border-l-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .sm\:focus\:border-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .sm\:focus\:border-l-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .sm\:border-opacity-0{
    --tw-border-opacity:0
  }

  .sm\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .sm\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .sm\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .sm\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .sm\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .sm\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .sm\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .sm\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .sm\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .sm\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .sm\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .sm\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .sm\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .sm\:border-opacity-100{
    --tw-border-opacity:1
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity:0
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity:1
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .sm\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .sm\:bg-transparent{
    background-color:transparent
  }

  .sm\:bg-current{
    background-color:currentColor
  }

  .sm\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .sm\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .sm\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .sm\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .sm\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .sm\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .sm\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .sm\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .sm\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .sm\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .sm\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .sm\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .sm\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color:transparent
  }

  .group:hover .sm\:group-hover\:bg-current{
    background-color:currentColor
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .group:hover .sm\:group-hover\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color:transparent
  }

  .sm\:focus-within\:bg-current:focus-within{
    background-color:currentColor
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-base:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-bc:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-d4:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-d6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-e5:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-ef:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-c:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-l-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-t-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-l-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:bg-l-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-transparent:hover{
    background-color:transparent
  }

  .sm\:hover\:bg-current:hover{
    background-color:currentColor
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-red:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-base:hover{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-bc:hover{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-d4:hover{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-d6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-e5:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-ef:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-c:hover{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-l-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-t-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-l-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .sm\:hover\:bg-l-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-transparent:focus{
    background-color:transparent
  }

  .sm\:focus\:bg-current:focus{
    background-color:currentColor
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-red:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-base:focus{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-bc:focus{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-d4:focus{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-d6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-e5:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-ef:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-c:focus{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-l-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-t-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-l-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .sm\:focus\:bg-l-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .sm\:bg-none{
    background-image:none
  }

  .sm\:bg-gradient-to-t{
    background-image:-webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom, var(--tw-gradient-stops));
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-tr{
    background-image:-webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom left, var(--tw-gradient-stops));
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-r{
    background-image:-webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(left, var(--tw-gradient-stops));
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-br{
    background-image:-webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top left, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-b{
    background-image:-webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-bl{
    background-image:-webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top right, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-l{
    background-image:-webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(right, var(--tw-gradient-stops));
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .sm\:bg-gradient-to-tl{
    background-image:-webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom right, var(--tw-gradient-stops));
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .sm\:from-6{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:from-red{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:from-blue{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:from-base{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:from-bc{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:from-d4{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:from-d6{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:from-e5{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:from-ef{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:from-c{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:from-l-blue{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:from-orange{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:from-t-orange{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:from-l-orange{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:from-test-blue{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:from-l-test-blue{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:hover\:from-6:hover{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:hover\:from-red:hover{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:hover\:from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:hover\:from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:hover\:from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:hover\:from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:hover\:from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:hover\:from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:hover\:from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:hover\:from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:hover\:from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:hover\:from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:hover\:from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:hover\:from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:hover\:from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:hover\:from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:hover\:from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:hover\:from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:hover\:from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:hover\:from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:hover\:from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:hover\:from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:hover\:from-blue:hover{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:hover\:from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:hover\:from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:hover\:from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:hover\:from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:hover\:from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:hover\:from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:hover\:from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:hover\:from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:hover\:from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:hover\:from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:hover\:from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:hover\:from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:hover\:from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:hover\:from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:hover\:from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:hover\:from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:hover\:from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:hover\:from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:hover\:from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:hover\:from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:hover\:from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:hover\:from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:hover\:from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:hover\:from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:hover\:from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:hover\:from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:hover\:from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:hover\:from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:hover\:from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:hover\:from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:hover\:from-base:hover{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:hover\:from-bc:hover{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:hover\:from-d4:hover{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:hover\:from-d6:hover{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:hover\:from-e5:hover{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:hover\:from-ef:hover{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:hover\:from-c:hover{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:hover\:from-l-blue:hover{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:hover\:from-orange:hover{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:hover\:from-t-orange:hover{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:hover\:from-l-orange:hover{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:hover\:from-test-blue:hover{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:hover\:from-l-test-blue:hover{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:focus\:from-6:focus{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:focus\:from-red:focus{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:focus\:from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:focus\:from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:focus\:from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:focus\:from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:focus\:from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:focus\:from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:focus\:from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:focus\:from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:focus\:from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:focus\:from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:focus\:from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:focus\:from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:focus\:from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:focus\:from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:focus\:from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:focus\:from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:focus\:from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:focus\:from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:focus\:from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:focus\:from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:focus\:from-blue:focus{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:focus\:from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:focus\:from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:focus\:from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:focus\:from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:focus\:from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:focus\:from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:focus\:from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:focus\:from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:focus\:from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:focus\:from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:focus\:from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:focus\:from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:focus\:from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:focus\:from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:focus\:from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:focus\:from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:focus\:from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:focus\:from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:focus\:from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:focus\:from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:focus\:from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:focus\:from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:focus\:from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:focus\:from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:focus\:from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:focus\:from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:focus\:from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:focus\:from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:focus\:from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:focus\:from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:focus\:from-base:focus{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:focus\:from-bc:focus{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:focus\:from-d4:focus{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:focus\:from-d6:focus{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:focus\:from-e5:focus{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:focus\:from-ef:focus{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:focus\:from-c:focus{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:focus\:from-l-blue:focus{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:focus\:from-orange:focus{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:focus\:from-t-orange:focus{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:focus\:from-l-orange:focus{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:focus\:from-test-blue:focus{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:focus\:from-l-test-blue:focus{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:via-6{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:via-red{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:via-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:via-base{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:via-bc{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:via-d4{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:via-d6{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:via-e5{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:via-ef{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:via-c{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:via-l-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:via-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:via-t-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:via-l-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:via-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:via-l-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:hover\:via-6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:hover\:via-red:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:hover\:via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:hover\:via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:hover\:via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:hover\:via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:hover\:via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:hover\:via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:hover\:via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:hover\:via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:hover\:via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:hover\:via-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:hover\:via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:hover\:via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:hover\:via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:hover\:via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:hover\:via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:hover\:via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:hover\:via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:hover\:via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:hover\:via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:hover\:via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:hover\:via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:hover\:via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:hover\:via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:hover\:via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:hover\:via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:hover\:via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:hover\:via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:hover\:via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:hover\:via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:hover\:via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:hover\:via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:hover\:via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:hover\:via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:hover\:via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:hover\:via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:hover\:via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:hover\:via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:hover\:via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:hover\:via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:hover\:via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:hover\:via-base:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:hover\:via-bc:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:hover\:via-d4:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:hover\:via-d6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:hover\:via-e5:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:hover\:via-ef:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:hover\:via-c:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:hover\:via-l-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:hover\:via-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:hover\:via-t-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:hover\:via-l-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:hover\:via-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:hover\:via-l-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:focus\:via-6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:focus\:via-red:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .sm\:focus\:via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:focus\:via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:focus\:via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:focus\:via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:focus\:via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:focus\:via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:focus\:via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:focus\:via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:focus\:via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:focus\:via-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .sm\:focus\:via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:focus\:via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:focus\:via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:focus\:via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:focus\:via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:focus\:via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:focus\:via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:focus\:via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:focus\:via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:focus\:via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:focus\:via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:focus\:via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:focus\:via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:focus\:via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:focus\:via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:focus\:via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:focus\:via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:focus\:via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:focus\:via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:focus\:via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:focus\:via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:focus\:via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:focus\:via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:focus\:via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:focus\:via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:focus\:via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:focus\:via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:focus\:via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:focus\:via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:focus\:via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:focus\:via-base:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .sm\:focus\:via-bc:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .sm\:focus\:via-d4:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .sm\:focus\:via-d6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .sm\:focus\:via-e5:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .sm\:focus\:via-ef:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .sm\:focus\:via-c:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .sm\:focus\:via-l-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .sm\:focus\:via-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .sm\:focus\:via-t-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .sm\:focus\:via-l-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .sm\:focus\:via-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .sm\:focus\:via-l-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .sm\:to-6{
    --tw-gradient-to:#666
  }

  .sm\:to-transparent{
    --tw-gradient-to:transparent
  }

  .sm\:to-current{
    --tw-gradient-to:currentColor
  }

  .sm\:to-black{
    --tw-gradient-to:#000
  }

  .sm\:to-white{
    --tw-gradient-to:#fff
  }

  .sm\:to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .sm\:to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .sm\:to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .sm\:to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .sm\:to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .sm\:to-gray-700{
    --tw-gradient-to:#374151
  }

  .sm\:to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .sm\:to-gray-900{
    --tw-gradient-to:#111827
  }

  .sm\:to-red{
    --tw-gradient-to:#BE281F
  }

  .sm\:to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .sm\:to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .sm\:to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .sm\:to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .sm\:to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .sm\:to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .sm\:to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .sm\:to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .sm\:to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .sm\:to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .sm\:to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .sm\:to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:to-green-400{
    --tw-gradient-to:#34d399
  }

  .sm\:to-green-500{
    --tw-gradient-to:#10b981
  }

  .sm\:to-green-600{
    --tw-gradient-to:#059669
  }

  .sm\:to-green-700{
    --tw-gradient-to:#047857
  }

  .sm\:to-green-800{
    --tw-gradient-to:#065f46
  }

  .sm\:to-green-900{
    --tw-gradient-to:#064e3b
  }

  .sm\:to-blue{
    --tw-gradient-to:#52B2BA
  }

  .sm\:to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .sm\:to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .sm\:to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .sm\:to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .sm\:to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .sm\:to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .sm\:to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .sm\:to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .sm\:to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .sm\:to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .sm\:to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .sm\:to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .sm\:to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .sm\:to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .sm\:to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .sm\:to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .sm\:to-pink-600{
    --tw-gradient-to:#db2777
  }

  .sm\:to-pink-700{
    --tw-gradient-to:#be185d
  }

  .sm\:to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .sm\:to-pink-900{
    --tw-gradient-to:#831843
  }

  .sm\:to-base{
    --tw-gradient-to:#333
  }

  .sm\:to-bc{
    --tw-gradient-to:#bcbcbc
  }

  .sm\:to-d4{
    --tw-gradient-to:#d4d4d4
  }

  .sm\:to-d6{
    --tw-gradient-to:#d6d6d6
  }

  .sm\:to-e5{
    --tw-gradient-to:#E5E5E5
  }

  .sm\:to-ef{
    --tw-gradient-to:#EFEFEF
  }

  .sm\:to-c{
    --tw-gradient-to:#ccc
  }

  .sm\:to-l-blue{
    --tw-gradient-to:#68CBD1
  }

  .sm\:to-orange{
    --tw-gradient-to:#DD8444
  }

  .sm\:to-t-orange{
    --tw-gradient-to:#F9700C
  }

  .sm\:to-l-orange{
    --tw-gradient-to:#EDDCCF
  }

  .sm\:to-test-blue{
    --tw-gradient-to:#527CBA
  }

  .sm\:to-l-test-blue{
    --tw-gradient-to:#D8DEE7
  }

  .sm\:hover\:to-6:hover{
    --tw-gradient-to:#666
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .sm\:hover\:to-current:hover{
    --tw-gradient-to:currentColor
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to:#000
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to:#fff
  }

  .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .sm\:hover\:to-red:hover{
    --tw-gradient-to:#BE281F
  }

  .sm\:hover\:to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .sm\:hover\:to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .sm\:hover\:to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .sm\:hover\:to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .sm\:hover\:to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .sm\:hover\:to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .sm\:hover\:to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .sm\:hover\:to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .sm\:hover\:to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:hover\:to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .sm\:hover\:to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:hover\:to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:hover\:to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .sm\:hover\:to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .sm\:hover\:to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .sm\:hover\:to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .sm\:hover\:to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .sm\:hover\:to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .sm\:hover\:to-blue:hover{
    --tw-gradient-to:#52B2BA
  }

  .sm\:hover\:to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .sm\:hover\:to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:hover\:to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:hover\:to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:hover\:to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .sm\:hover\:to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .sm\:hover\:to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .sm\:hover\:to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .sm\:hover\:to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .sm\:hover\:to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .sm\:hover\:to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:hover\:to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .sm\:hover\:to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:hover\:to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:hover\:to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .sm\:hover\:to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:hover\:to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .sm\:hover\:to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .sm\:hover\:to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .sm\:hover\:to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .sm\:hover\:to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:hover\:to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .sm\:hover\:to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:hover\:to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:hover\:to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .sm\:hover\:to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .sm\:hover\:to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .sm\:hover\:to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .sm\:hover\:to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .sm\:hover\:to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .sm\:hover\:to-base:hover{
    --tw-gradient-to:#333
  }

  .sm\:hover\:to-bc:hover{
    --tw-gradient-to:#bcbcbc
  }

  .sm\:hover\:to-d4:hover{
    --tw-gradient-to:#d4d4d4
  }

  .sm\:hover\:to-d6:hover{
    --tw-gradient-to:#d6d6d6
  }

  .sm\:hover\:to-e5:hover{
    --tw-gradient-to:#E5E5E5
  }

  .sm\:hover\:to-ef:hover{
    --tw-gradient-to:#EFEFEF
  }

  .sm\:hover\:to-c:hover{
    --tw-gradient-to:#ccc
  }

  .sm\:hover\:to-l-blue:hover{
    --tw-gradient-to:#68CBD1
  }

  .sm\:hover\:to-orange:hover{
    --tw-gradient-to:#DD8444
  }

  .sm\:hover\:to-t-orange:hover{
    --tw-gradient-to:#F9700C
  }

  .sm\:hover\:to-l-orange:hover{
    --tw-gradient-to:#EDDCCF
  }

  .sm\:hover\:to-test-blue:hover{
    --tw-gradient-to:#527CBA
  }

  .sm\:hover\:to-l-test-blue:hover{
    --tw-gradient-to:#D8DEE7
  }

  .sm\:focus\:to-6:focus{
    --tw-gradient-to:#666
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .sm\:focus\:to-current:focus{
    --tw-gradient-to:currentColor
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to:#000
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to:#fff
  }

  .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .sm\:focus\:to-red:focus{
    --tw-gradient-to:#BE281F
  }

  .sm\:focus\:to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .sm\:focus\:to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .sm\:focus\:to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .sm\:focus\:to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .sm\:focus\:to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .sm\:focus\:to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .sm\:focus\:to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .sm\:focus\:to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .sm\:focus\:to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:focus\:to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .sm\:focus\:to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:focus\:to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:focus\:to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .sm\:focus\:to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .sm\:focus\:to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .sm\:focus\:to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .sm\:focus\:to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .sm\:focus\:to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .sm\:focus\:to-blue:focus{
    --tw-gradient-to:#52B2BA
  }

  .sm\:focus\:to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .sm\:focus\:to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:focus\:to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:focus\:to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:focus\:to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .sm\:focus\:to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .sm\:focus\:to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .sm\:focus\:to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .sm\:focus\:to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .sm\:focus\:to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .sm\:focus\:to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:focus\:to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .sm\:focus\:to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:focus\:to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:focus\:to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .sm\:focus\:to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:focus\:to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .sm\:focus\:to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .sm\:focus\:to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .sm\:focus\:to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .sm\:focus\:to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:focus\:to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .sm\:focus\:to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:focus\:to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:focus\:to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .sm\:focus\:to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .sm\:focus\:to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .sm\:focus\:to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .sm\:focus\:to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .sm\:focus\:to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .sm\:focus\:to-base:focus{
    --tw-gradient-to:#333
  }

  .sm\:focus\:to-bc:focus{
    --tw-gradient-to:#bcbcbc
  }

  .sm\:focus\:to-d4:focus{
    --tw-gradient-to:#d4d4d4
  }

  .sm\:focus\:to-d6:focus{
    --tw-gradient-to:#d6d6d6
  }

  .sm\:focus\:to-e5:focus{
    --tw-gradient-to:#E5E5E5
  }

  .sm\:focus\:to-ef:focus{
    --tw-gradient-to:#EFEFEF
  }

  .sm\:focus\:to-c:focus{
    --tw-gradient-to:#ccc
  }

  .sm\:focus\:to-l-blue:focus{
    --tw-gradient-to:#68CBD1
  }

  .sm\:focus\:to-orange:focus{
    --tw-gradient-to:#DD8444
  }

  .sm\:focus\:to-t-orange:focus{
    --tw-gradient-to:#F9700C
  }

  .sm\:focus\:to-l-orange:focus{
    --tw-gradient-to:#EDDCCF
  }

  .sm\:focus\:to-test-blue:focus{
    --tw-gradient-to:#527CBA
  }

  .sm\:focus\:to-l-test-blue:focus{
    --tw-gradient-to:#D8DEE7
  }

  .sm\:decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .sm\:decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .sm\:bg-auto{
    background-size:auto
  }

  .sm\:bg-cover{
    background-size:cover
  }

  .sm\:bg-contain{
    background-size:contain
  }

  .sm\:bg-fixed{
    background-attachment:fixed
  }

  .sm\:bg-local{
    background-attachment:local
  }

  .sm\:bg-scroll{
    background-attachment:scroll
  }

  .sm\:bg-clip-border{
    background-clip:border-box
  }

  .sm\:bg-clip-padding{
    background-clip:padding-box
  }

  .sm\:bg-clip-content{
    background-clip:content-box
  }

  .sm\:bg-clip-text{
    -webkit-background-clip:text;
            background-clip:text
  }

  .sm\:bg-bottom{
    background-position:bottom
  }

  .sm\:bg-center{
    background-position:center
  }

  .sm\:bg-left{
    background-position:left
  }

  .sm\:bg-left-bottom{
    background-position:left bottom
  }

  .sm\:bg-left-top{
    background-position:left top
  }

  .sm\:bg-right{
    background-position:right
  }

  .sm\:bg-right-bottom{
    background-position:right bottom
  }

  .sm\:bg-right-top{
    background-position:right top
  }

  .sm\:bg-top{
    background-position:top
  }

  .sm\:bg-repeat{
    background-repeat:repeat
  }

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

  .sm\:bg-repeat-x{
    background-repeat:repeat-x
  }

  .sm\:bg-repeat-y{
    background-repeat:repeat-y
  }

  .sm\:bg-repeat-round{
    background-repeat:round
  }

  .sm\:bg-repeat-space{
    background-repeat:space
  }

  .sm\:bg-origin-border{
    background-origin:border-box
  }

  .sm\:bg-origin-padding{
    background-origin:padding-box
  }

  .sm\:bg-origin-content{
    background-origin:content-box
  }

  .sm\:fill-current{
    fill:currentColor
  }

  .sm\:stroke-current{
    stroke:currentColor
  }

  .sm\:stroke-0{
    stroke-width:0
  }

  .sm\:stroke-1{
    stroke-width:1
  }

  .sm\:stroke-2{
    stroke-width:2
  }

  .sm\:object-contain{
    -o-object-fit:contain;
       object-fit:contain
  }

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

  .sm\:object-fill{
    -o-object-fit:fill;
       object-fit:fill
  }

  .sm\:object-none{
    -o-object-fit:none;
       object-fit:none
  }

  .sm\:object-scale-down{
    -o-object-fit:scale-down;
       object-fit:scale-down
  }

  .sm\:object-bottom{
    -o-object-position:bottom;
       object-position:bottom
  }

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

  .sm\:object-left{
    -o-object-position:left;
       object-position:left
  }

  .sm\:object-left-bottom{
    -o-object-position:left bottom;
       object-position:left bottom
  }

  .sm\:object-left-top{
    -o-object-position:left top;
       object-position:left top
  }

  .sm\:object-right{
    -o-object-position:right;
       object-position:right
  }

  .sm\:object-right-bottom{
    -o-object-position:right bottom;
       object-position:right bottom
  }

  .sm\:object-right-top{
    -o-object-position:right top;
       object-position:right top
  }

  .sm\:object-top{
    -o-object-position:top;
       object-position:top
  }

  .sm\:p-0{
    padding:0px
  }

  .sm\:p-1{
    padding:4px
  }

  .sm\:p-2{
    padding:8px
  }

  .sm\:p-3{
    padding:12px
  }

  .sm\:p-4{
    padding:16px
  }

  .sm\:p-5{
    padding:20px
  }

  .sm\:p-6{
    padding:24px
  }

  .sm\:p-7{
    padding:28px
  }

  .sm\:p-8{
    padding:32px
  }

  .sm\:p-9{
    padding:36px
  }

  .sm\:p-10{
    padding:40px
  }

  .sm\:p-11{
    padding:44px
  }

  .sm\:p-12{
    padding:48px
  }

  .sm\:p-13{
    padding:50px
  }

  .sm\:p-14{
    padding:56px
  }

  .sm\:p-15{
    padding:60px
  }

  .sm\:p-16{
    padding:64px
  }

  .sm\:p-20{
    padding:80px
  }

  .sm\:p-24{
    padding:96px
  }

  .sm\:p-28{
    padding:112px
  }

  .sm\:p-32{
    padding:128px
  }

  .sm\:p-36{
    padding:144px
  }

  .sm\:p-40{
    padding:160px
  }

  .sm\:p-44{
    padding:176px
  }

  .sm\:p-48{
    padding:192px
  }

  .sm\:p-52{
    padding:208px
  }

  .sm\:p-56{
    padding:224px
  }

  .sm\:p-60{
    padding:240px
  }

  .sm\:p-64{
    padding:256px
  }

  .sm\:p-72{
    padding:288px
  }

  .sm\:p-80{
    padding:320px
  }

  .sm\:p-96{
    padding:384px
  }

  .sm\:p-px{
    padding:1px
  }

  .sm\:p-0\.5{
    padding:2px
  }

  .sm\:p-1\.5{
    padding:6px
  }

  .sm\:p-2\.5{
    padding:10px
  }

  .sm\:p-3\.5{
    padding:14px
  }

  .sm\:p-4\.5{
    padding:18px
  }

  .sm\:p-7\.5{
    padding:30px
  }

  .sm\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .sm\:px-1{
    padding-left:4px;
    padding-right:4px
  }

  .sm\:px-2{
    padding-left:8px;
    padding-right:8px
  }

  .sm\:px-3{
    padding-left:12px;
    padding-right:12px
  }

  .sm\:px-4{
    padding-left:16px;
    padding-right:16px
  }

  .sm\:px-5{
    padding-left:20px;
    padding-right:20px
  }

  .sm\:px-6{
    padding-left:24px;
    padding-right:24px
  }

  .sm\:px-7{
    padding-left:28px;
    padding-right:28px
  }

  .sm\:px-8{
    padding-left:32px;
    padding-right:32px
  }

  .sm\:px-9{
    padding-left:36px;
    padding-right:36px
  }

  .sm\:px-10{
    padding-left:40px;
    padding-right:40px
  }

  .sm\:px-11{
    padding-left:44px;
    padding-right:44px
  }

  .sm\:px-12{
    padding-left:48px;
    padding-right:48px
  }

  .sm\:px-13{
    padding-left:50px;
    padding-right:50px
  }

  .sm\:px-14{
    padding-left:56px;
    padding-right:56px
  }

  .sm\:px-15{
    padding-left:60px;
    padding-right:60px
  }

  .sm\:px-16{
    padding-left:64px;
    padding-right:64px
  }

  .sm\:px-20{
    padding-left:80px;
    padding-right:80px
  }

  .sm\:px-24{
    padding-left:96px;
    padding-right:96px
  }

  .sm\:px-28{
    padding-left:112px;
    padding-right:112px
  }

  .sm\:px-32{
    padding-left:128px;
    padding-right:128px
  }

  .sm\:px-36{
    padding-left:144px;
    padding-right:144px
  }

  .sm\:px-40{
    padding-left:160px;
    padding-right:160px
  }

  .sm\:px-44{
    padding-left:176px;
    padding-right:176px
  }

  .sm\:px-48{
    padding-left:192px;
    padding-right:192px
  }

  .sm\:px-52{
    padding-left:208px;
    padding-right:208px
  }

  .sm\:px-56{
    padding-left:224px;
    padding-right:224px
  }

  .sm\:px-60{
    padding-left:240px;
    padding-right:240px
  }

  .sm\:px-64{
    padding-left:256px;
    padding-right:256px
  }

  .sm\:px-72{
    padding-left:288px;
    padding-right:288px
  }

  .sm\:px-80{
    padding-left:320px;
    padding-right:320px
  }

  .sm\:px-96{
    padding-left:384px;
    padding-right:384px
  }

  .sm\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .sm\:px-0\.5{
    padding-left:2px;
    padding-right:2px
  }

  .sm\:px-1\.5{
    padding-left:6px;
    padding-right:6px
  }

  .sm\:px-2\.5{
    padding-left:10px;
    padding-right:10px
  }

  .sm\:px-3\.5{
    padding-left:14px;
    padding-right:14px
  }

  .sm\:px-4\.5{
    padding-left:18px;
    padding-right:18px
  }

  .sm\:px-7\.5{
    padding-left:30px;
    padding-right:30px
  }

  .sm\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .sm\:py-1{
    padding-top:4px;
    padding-bottom:4px
  }

  .sm\:py-2{
    padding-top:8px;
    padding-bottom:8px
  }

  .sm\:py-3{
    padding-top:12px;
    padding-bottom:12px
  }

  .sm\:py-4{
    padding-top:16px;
    padding-bottom:16px
  }

  .sm\:py-5{
    padding-top:20px;
    padding-bottom:20px
  }

  .sm\:py-6{
    padding-top:24px;
    padding-bottom:24px
  }

  .sm\:py-7{
    padding-top:28px;
    padding-bottom:28px
  }

  .sm\:py-8{
    padding-top:32px;
    padding-bottom:32px
  }

  .sm\:py-9{
    padding-top:36px;
    padding-bottom:36px
  }

  .sm\:py-10{
    padding-top:40px;
    padding-bottom:40px
  }

  .sm\:py-11{
    padding-top:44px;
    padding-bottom:44px
  }

  .sm\:py-12{
    padding-top:48px;
    padding-bottom:48px
  }

  .sm\:py-13{
    padding-top:50px;
    padding-bottom:50px
  }

  .sm\:py-14{
    padding-top:56px;
    padding-bottom:56px
  }

  .sm\:py-15{
    padding-top:60px;
    padding-bottom:60px
  }

  .sm\:py-16{
    padding-top:64px;
    padding-bottom:64px
  }

  .sm\:py-20{
    padding-top:80px;
    padding-bottom:80px
  }

  .sm\:py-24{
    padding-top:96px;
    padding-bottom:96px
  }

  .sm\:py-28{
    padding-top:112px;
    padding-bottom:112px
  }

  .sm\:py-32{
    padding-top:128px;
    padding-bottom:128px
  }

  .sm\:py-36{
    padding-top:144px;
    padding-bottom:144px
  }

  .sm\:py-40{
    padding-top:160px;
    padding-bottom:160px
  }

  .sm\:py-44{
    padding-top:176px;
    padding-bottom:176px
  }

  .sm\:py-48{
    padding-top:192px;
    padding-bottom:192px
  }

  .sm\:py-52{
    padding-top:208px;
    padding-bottom:208px
  }

  .sm\:py-56{
    padding-top:224px;
    padding-bottom:224px
  }

  .sm\:py-60{
    padding-top:240px;
    padding-bottom:240px
  }

  .sm\:py-64{
    padding-top:256px;
    padding-bottom:256px
  }

  .sm\:py-72{
    padding-top:288px;
    padding-bottom:288px
  }

  .sm\:py-80{
    padding-top:320px;
    padding-bottom:320px
  }

  .sm\:py-96{
    padding-top:384px;
    padding-bottom:384px
  }

  .sm\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .sm\:py-0\.5{
    padding-top:2px;
    padding-bottom:2px
  }

  .sm\:py-1\.5{
    padding-top:6px;
    padding-bottom:6px
  }

  .sm\:py-2\.5{
    padding-top:10px;
    padding-bottom:10px
  }

  .sm\:py-3\.5{
    padding-top:14px;
    padding-bottom:14px
  }

  .sm\:py-4\.5{
    padding-top:18px;
    padding-bottom:18px
  }

  .sm\:py-7\.5{
    padding-top:30px;
    padding-bottom:30px
  }

  .sm\:pt-0{
    padding-top:0px
  }

  .sm\:pt-1{
    padding-top:4px
  }

  .sm\:pt-2{
    padding-top:8px
  }

  .sm\:pt-3{
    padding-top:12px
  }

  .sm\:pt-4{
    padding-top:16px
  }

  .sm\:pt-5{
    padding-top:20px
  }

  .sm\:pt-6{
    padding-top:24px
  }

  .sm\:pt-7{
    padding-top:28px
  }

  .sm\:pt-8{
    padding-top:32px
  }

  .sm\:pt-9{
    padding-top:36px
  }

  .sm\:pt-10{
    padding-top:40px
  }

  .sm\:pt-11{
    padding-top:44px
  }

  .sm\:pt-12{
    padding-top:48px
  }

  .sm\:pt-13{
    padding-top:50px
  }

  .sm\:pt-14{
    padding-top:56px
  }

  .sm\:pt-15{
    padding-top:60px
  }

  .sm\:pt-16{
    padding-top:64px
  }

  .sm\:pt-20{
    padding-top:80px
  }

  .sm\:pt-24{
    padding-top:96px
  }

  .sm\:pt-28{
    padding-top:112px
  }

  .sm\:pt-32{
    padding-top:128px
  }

  .sm\:pt-36{
    padding-top:144px
  }

  .sm\:pt-40{
    padding-top:160px
  }

  .sm\:pt-44{
    padding-top:176px
  }

  .sm\:pt-48{
    padding-top:192px
  }

  .sm\:pt-52{
    padding-top:208px
  }

  .sm\:pt-56{
    padding-top:224px
  }

  .sm\:pt-60{
    padding-top:240px
  }

  .sm\:pt-64{
    padding-top:256px
  }

  .sm\:pt-72{
    padding-top:288px
  }

  .sm\:pt-80{
    padding-top:320px
  }

  .sm\:pt-96{
    padding-top:384px
  }

  .sm\:pt-px{
    padding-top:1px
  }

  .sm\:pt-0\.5{
    padding-top:2px
  }

  .sm\:pt-1\.5{
    padding-top:6px
  }

  .sm\:pt-2\.5{
    padding-top:10px
  }

  .sm\:pt-3\.5{
    padding-top:14px
  }

  .sm\:pt-4\.5{
    padding-top:18px
  }

  .sm\:pt-7\.5{
    padding-top:30px
  }

  .sm\:pr-0{
    padding-right:0px
  }

  .sm\:pr-1{
    padding-right:4px
  }

  .sm\:pr-2{
    padding-right:8px
  }

  .sm\:pr-3{
    padding-right:12px
  }

  .sm\:pr-4{
    padding-right:16px
  }

  .sm\:pr-5{
    padding-right:20px
  }

  .sm\:pr-6{
    padding-right:24px
  }

  .sm\:pr-7{
    padding-right:28px
  }

  .sm\:pr-8{
    padding-right:32px
  }

  .sm\:pr-9{
    padding-right:36px
  }

  .sm\:pr-10{
    padding-right:40px
  }

  .sm\:pr-11{
    padding-right:44px
  }

  .sm\:pr-12{
    padding-right:48px
  }

  .sm\:pr-13{
    padding-right:50px
  }

  .sm\:pr-14{
    padding-right:56px
  }

  .sm\:pr-15{
    padding-right:60px
  }

  .sm\:pr-16{
    padding-right:64px
  }

  .sm\:pr-20{
    padding-right:80px
  }

  .sm\:pr-24{
    padding-right:96px
  }

  .sm\:pr-28{
    padding-right:112px
  }

  .sm\:pr-32{
    padding-right:128px
  }

  .sm\:pr-36{
    padding-right:144px
  }

  .sm\:pr-40{
    padding-right:160px
  }

  .sm\:pr-44{
    padding-right:176px
  }

  .sm\:pr-48{
    padding-right:192px
  }

  .sm\:pr-52{
    padding-right:208px
  }

  .sm\:pr-56{
    padding-right:224px
  }

  .sm\:pr-60{
    padding-right:240px
  }

  .sm\:pr-64{
    padding-right:256px
  }

  .sm\:pr-72{
    padding-right:288px
  }

  .sm\:pr-80{
    padding-right:320px
  }

  .sm\:pr-96{
    padding-right:384px
  }

  .sm\:pr-px{
    padding-right:1px
  }

  .sm\:pr-0\.5{
    padding-right:2px
  }

  .sm\:pr-1\.5{
    padding-right:6px
  }

  .sm\:pr-2\.5{
    padding-right:10px
  }

  .sm\:pr-3\.5{
    padding-right:14px
  }

  .sm\:pr-4\.5{
    padding-right:18px
  }

  .sm\:pr-7\.5{
    padding-right:30px
  }

  .sm\:pb-0{
    padding-bottom:0px
  }

  .sm\:pb-1{
    padding-bottom:4px
  }

  .sm\:pb-2{
    padding-bottom:8px
  }

  .sm\:pb-3{
    padding-bottom:12px
  }

  .sm\:pb-4{
    padding-bottom:16px
  }

  .sm\:pb-5{
    padding-bottom:20px
  }

  .sm\:pb-6{
    padding-bottom:24px
  }

  .sm\:pb-7{
    padding-bottom:28px
  }

  .sm\:pb-8{
    padding-bottom:32px
  }

  .sm\:pb-9{
    padding-bottom:36px
  }

  .sm\:pb-10{
    padding-bottom:40px
  }

  .sm\:pb-11{
    padding-bottom:44px
  }

  .sm\:pb-12{
    padding-bottom:48px
  }

  .sm\:pb-13{
    padding-bottom:50px
  }

  .sm\:pb-14{
    padding-bottom:56px
  }

  .sm\:pb-15{
    padding-bottom:60px
  }

  .sm\:pb-16{
    padding-bottom:64px
  }

  .sm\:pb-20{
    padding-bottom:80px
  }

  .sm\:pb-24{
    padding-bottom:96px
  }

  .sm\:pb-28{
    padding-bottom:112px
  }

  .sm\:pb-32{
    padding-bottom:128px
  }

  .sm\:pb-36{
    padding-bottom:144px
  }

  .sm\:pb-40{
    padding-bottom:160px
  }

  .sm\:pb-44{
    padding-bottom:176px
  }

  .sm\:pb-48{
    padding-bottom:192px
  }

  .sm\:pb-52{
    padding-bottom:208px
  }

  .sm\:pb-56{
    padding-bottom:224px
  }

  .sm\:pb-60{
    padding-bottom:240px
  }

  .sm\:pb-64{
    padding-bottom:256px
  }

  .sm\:pb-72{
    padding-bottom:288px
  }

  .sm\:pb-80{
    padding-bottom:320px
  }

  .sm\:pb-96{
    padding-bottom:384px
  }

  .sm\:pb-px{
    padding-bottom:1px
  }

  .sm\:pb-0\.5{
    padding-bottom:2px
  }

  .sm\:pb-1\.5{
    padding-bottom:6px
  }

  .sm\:pb-2\.5{
    padding-bottom:10px
  }

  .sm\:pb-3\.5{
    padding-bottom:14px
  }

  .sm\:pb-4\.5{
    padding-bottom:18px
  }

  .sm\:pb-7\.5{
    padding-bottom:30px
  }

  .sm\:pl-0{
    padding-left:0px
  }

  .sm\:pl-1{
    padding-left:4px
  }

  .sm\:pl-2{
    padding-left:8px
  }

  .sm\:pl-3{
    padding-left:12px
  }

  .sm\:pl-4{
    padding-left:16px
  }

  .sm\:pl-5{
    padding-left:20px
  }

  .sm\:pl-6{
    padding-left:24px
  }

  .sm\:pl-7{
    padding-left:28px
  }

  .sm\:pl-8{
    padding-left:32px
  }

  .sm\:pl-9{
    padding-left:36px
  }

  .sm\:pl-10{
    padding-left:40px
  }

  .sm\:pl-11{
    padding-left:44px
  }

  .sm\:pl-12{
    padding-left:48px
  }

  .sm\:pl-13{
    padding-left:50px
  }

  .sm\:pl-14{
    padding-left:56px
  }

  .sm\:pl-15{
    padding-left:60px
  }

  .sm\:pl-16{
    padding-left:64px
  }

  .sm\:pl-20{
    padding-left:80px
  }

  .sm\:pl-24{
    padding-left:96px
  }

  .sm\:pl-28{
    padding-left:112px
  }

  .sm\:pl-32{
    padding-left:128px
  }

  .sm\:pl-36{
    padding-left:144px
  }

  .sm\:pl-40{
    padding-left:160px
  }

  .sm\:pl-44{
    padding-left:176px
  }

  .sm\:pl-48{
    padding-left:192px
  }

  .sm\:pl-52{
    padding-left:208px
  }

  .sm\:pl-56{
    padding-left:224px
  }

  .sm\:pl-60{
    padding-left:240px
  }

  .sm\:pl-64{
    padding-left:256px
  }

  .sm\:pl-72{
    padding-left:288px
  }

  .sm\:pl-80{
    padding-left:320px
  }

  .sm\:pl-96{
    padding-left:384px
  }

  .sm\:pl-px{
    padding-left:1px
  }

  .sm\:pl-0\.5{
    padding-left:2px
  }

  .sm\:pl-1\.5{
    padding-left:6px
  }

  .sm\:pl-2\.5{
    padding-left:10px
  }

  .sm\:pl-3\.5{
    padding-left:14px
  }

  .sm\:pl-4\.5{
    padding-left:18px
  }

  .sm\:pl-7\.5{
    padding-left:30px
  }

  .sm\:text-left{
    text-align:left
  }

  .sm\:text-center{
    text-align:center
  }

  .sm\:text-right{
    text-align:right
  }

  .sm\:text-justify{
    text-align:justify
  }

  .sm\:align-baseline{
    vertical-align:baseline
  }

  .sm\:align-top{
    vertical-align:top
  }

  .sm\:align-middle{
    vertical-align:middle
  }

  .sm\:align-bottom{
    vertical-align:bottom
  }

  .sm\:align-text-top{
    vertical-align:text-top
  }

  .sm\:align-text-bottom{
    vertical-align:text-bottom
  }

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

  .sm\:font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .sm\:font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .sm\:text-13{
    font-size:13px
  }

  .sm\:text-15{
    font-size:15px
  }

  .sm\:text-22{
    font-size:22px
  }

  .sm\:text-28{
    font-size:28px
  }

  .sm\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

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

  .sm\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .sm\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

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

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .sm\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .sm\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .sm\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .sm\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .sm\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .sm\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .sm\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .sm\:text-2xs{
    font-size:10px
  }

  .sm\:font-thin{
    font-weight:100
  }

  .sm\:font-extralight{
    font-weight:200
  }

  .sm\:font-light{
    font-weight:300
  }

  .sm\:font-normal{
    font-weight:400
  }

  .sm\:font-medium{
    font-weight:500
  }

  .sm\:font-semibold{
    font-weight:600
  }

  .sm\:font-bold{
    font-weight:700
  }

  .sm\:font-extrabold{
    font-weight:800
  }

  .sm\:font-black{
    font-weight:900
  }

  .sm\:uppercase{
    text-transform:uppercase
  }

  .sm\:lowercase{
    text-transform:lowercase
  }

  .sm\:capitalize{
    text-transform:capitalize
  }

  .sm\:normal-case{
    text-transform:none
  }

  .sm\:italic{
    font-style:italic
  }

  .sm\:not-italic{
    font-style:normal
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .sm\:normal-nums{
    font-variant-numeric:normal
  }

  .sm\:ordinal{
    --tw-ordinal:ordinal
  }

  .sm\:slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .sm\:lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .sm\:leading-3{
    line-height:.75rem
  }

  .sm\:leading-4{
    line-height:1rem
  }

  .sm\:leading-5{
    line-height:1.25rem
  }

  .sm\:leading-6{
    line-height:1.5rem
  }

  .sm\:leading-7{
    line-height:1.75rem
  }

  .sm\:leading-8{
    line-height:2rem
  }

  .sm\:leading-9{
    line-height:2.25rem
  }

  .sm\:leading-10{
    line-height:2.5rem
  }

  .sm\:leading-none{
    line-height:1
  }

  .sm\:leading-tight{
    line-height:1.25
  }

  .sm\:leading-snug{
    line-height:1.375
  }

  .sm\:leading-normal{
    line-height:1.5
  }

  .sm\:leading-relaxed{
    line-height:1.625
  }

  .sm\:leading-loose{
    line-height:2
  }

  .sm\:tracking-tighter{
    letter-spacing:-0.05em
  }

  .sm\:tracking-tight{
    letter-spacing:-0.025em
  }

  .sm\:tracking-normal{
    letter-spacing:0em
  }

  .sm\:tracking-wide{
    letter-spacing:0.025em
  }

  .sm\:tracking-wider{
    letter-spacing:0.05em
  }

  .sm\:tracking-widest{
    letter-spacing:0.1em
  }

  .sm\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .sm\:text-transparent{
    color:transparent
  }

  .sm\:text-current{
    color:currentColor
  }

  .sm\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .sm\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .sm\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .sm\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .sm\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .sm\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .sm\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .sm\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .sm\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .sm\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .sm\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .sm\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .sm\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .sm\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .sm\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color:transparent
  }

  .group:hover .sm\:group-hover\:text-current{
    color:currentColor
  }

  .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .group:hover .sm\:group-hover\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-6:focus-within{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color:transparent
  }

  .sm\:focus-within\:text-current:focus-within{
    color:currentColor
  }

  .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-red:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-base:focus-within{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-bc:focus-within{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-d4:focus-within{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-d6:focus-within{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-e5:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-ef:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-c:focus-within{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-l-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-t-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-l-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .sm\:focus-within\:text-l-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .sm\:hover\:text-6:hover{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .sm\:hover\:text-transparent:hover{
    color:transparent
  }

  .sm\:hover\:text-current:hover{
    color:currentColor
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:hover\:text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:hover\:text-red:hover{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:hover\:text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:hover\:text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:hover\:text-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:hover\:text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:hover\:text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:hover\:text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:hover\:text-base:hover{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .sm\:hover\:text-bc:hover{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .sm\:hover\:text-d4:hover{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .sm\:hover\:text-d6:hover{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .sm\:hover\:text-e5:hover{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .sm\:hover\:text-ef:hover{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .sm\:hover\:text-c:hover{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .sm\:hover\:text-l-blue:hover{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .sm\:hover\:text-orange:hover{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .sm\:hover\:text-t-orange:hover{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .sm\:hover\:text-l-orange:hover{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .sm\:hover\:text-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .sm\:hover\:text-l-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .sm\:focus\:text-6:focus{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .sm\:focus\:text-transparent:focus{
    color:transparent
  }

  .sm\:focus\:text-current:focus{
    color:currentColor
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:focus\:text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:focus\:text-red:focus{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:focus\:text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:focus\:text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:focus\:text-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:focus\:text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:focus\:text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:focus\:text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:focus\:text-base:focus{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .sm\:focus\:text-bc:focus{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .sm\:focus\:text-d4:focus{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .sm\:focus\:text-d6:focus{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .sm\:focus\:text-e5:focus{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .sm\:focus\:text-ef:focus{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .sm\:focus\:text-c:focus{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .sm\:focus\:text-l-blue:focus{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .sm\:focus\:text-orange:focus{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .sm\:focus\:text-t-orange:focus{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .sm\:focus\:text-l-orange:focus{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .sm\:focus\:text-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .sm\:focus\:text-l-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .sm\:text-opacity-0{
    --tw-text-opacity:0
  }

  .sm\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .sm\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .sm\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .sm\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .sm\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .sm\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .sm\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .sm\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .sm\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .sm\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .sm\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .sm\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .sm\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .sm\:text-opacity-100{
    --tw-text-opacity:1
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity:0
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity:1
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .sm\:underline{
    text-decoration:underline
  }

  .sm\:line-through{
    text-decoration:line-through
  }

  .sm\:no-underline{
    text-decoration:none
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration:underline
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration:line-through
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration:none
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration:underline
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration:line-through
  }

  .sm\:focus-within\:no-underline:focus-within{
    text-decoration:none
  }

  .sm\:hover\:underline:hover{
    text-decoration:underline
  }

  .sm\:hover\:line-through:hover{
    text-decoration:line-through
  }

  .sm\:hover\:no-underline:hover{
    text-decoration:none
  }

  .sm\:focus\:underline:focus{
    text-decoration:underline
  }

  .sm\:focus\:line-through:focus{
    text-decoration:line-through
  }

  .sm\:focus\:no-underline:focus{
    text-decoration:none
  }

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

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .sm\:placeholder-6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color:transparent
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color:transparent
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color:transparent
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color:transparent
  }

  .sm\:placeholder-transparent::placeholder{
    color:transparent
  }

  .sm\:placeholder-current::-webkit-input-placeholder{
    color:currentColor
  }

  .sm\:placeholder-current::-moz-placeholder{
    color:currentColor
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color:currentColor
  }

  .sm\:placeholder-current::-ms-input-placeholder{
    color:currentColor
  }

  .sm\:placeholder-current::placeholder{
    color:currentColor
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-base::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-base::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-base:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-base::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-base::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-bc::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-bc::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-bc:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-bc::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-bc::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d4::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d4::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d4:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d4::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d4::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-d6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-e5::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-e5::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-e5:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-e5::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-e5::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-ef::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-ef::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-ef:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-ef::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-ef::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-c::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-c::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-c:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-c::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-c::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-t-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-t-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-t-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-t-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-t-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-l-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color:transparent
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color:transparent
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color:transparent
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color:transparent
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .sm\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color:currentColor
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color:currentColor
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color:currentColor
  }

  .sm\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color:currentColor
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color:currentColor
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-base:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-base:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-base:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-base:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-base:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-bc:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-bc:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-bc:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-bc:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-bc:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d4:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d4:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d4:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d4:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-d6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-e5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-e5:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-e5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-e5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-e5:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-ef:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-ef:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-ef:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-ef:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-ef:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-c:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-c:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-c:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-c:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-c:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-t-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-t-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-t-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-t-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-t-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:placeholder-l-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:opacity-0{
    opacity:0
  }

  .sm\:opacity-5{
    opacity:0.05
  }

  .sm\:opacity-10{
    opacity:0.1
  }

  .sm\:opacity-20{
    opacity:0.2
  }

  .sm\:opacity-25{
    opacity:0.25
  }

  .sm\:opacity-30{
    opacity:0.3
  }

  .sm\:opacity-40{
    opacity:0.4
  }

  .sm\:opacity-50{
    opacity:0.5
  }

  .sm\:opacity-60{
    opacity:0.6
  }

  .sm\:opacity-70{
    opacity:0.7
  }

  .sm\:opacity-75{
    opacity:0.75
  }

  .sm\:opacity-80{
    opacity:0.8
  }

  .sm\:opacity-90{
    opacity:0.9
  }

  .sm\:opacity-95{
    opacity:0.95
  }

  .sm\:opacity-100{
    opacity:1
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity:0
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity:0.05
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity:0.1
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity:0.2
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity:0.25
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity:0.3
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity:0.4
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity:0.5
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity:0.6
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity:0.7
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity:0.75
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity:0.8
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity:0.9
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity:0.95
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity:1
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity:0
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity:0.05
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity:0.1
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity:0.2
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity:0.25
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity:0.3
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity:0.4
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity:0.5
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity:0.6
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity:0.7
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity:0.75
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity:0.8
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity:0.9
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity:0.95
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity:1
  }

  .sm\:hover\:opacity-0:hover{
    opacity:0
  }

  .sm\:hover\:opacity-5:hover{
    opacity:0.05
  }

  .sm\:hover\:opacity-10:hover{
    opacity:0.1
  }

  .sm\:hover\:opacity-20:hover{
    opacity:0.2
  }

  .sm\:hover\:opacity-25:hover{
    opacity:0.25
  }

  .sm\:hover\:opacity-30:hover{
    opacity:0.3
  }

  .sm\:hover\:opacity-40:hover{
    opacity:0.4
  }

  .sm\:hover\:opacity-50:hover{
    opacity:0.5
  }

  .sm\:hover\:opacity-60:hover{
    opacity:0.6
  }

  .sm\:hover\:opacity-70:hover{
    opacity:0.7
  }

  .sm\:hover\:opacity-75:hover{
    opacity:0.75
  }

  .sm\:hover\:opacity-80:hover{
    opacity:0.8
  }

  .sm\:hover\:opacity-90:hover{
    opacity:0.9
  }

  .sm\:hover\:opacity-95:hover{
    opacity:0.95
  }

  .sm\:hover\:opacity-100:hover{
    opacity:1
  }

  .sm\:focus\:opacity-0:focus{
    opacity:0
  }

  .sm\:focus\:opacity-5:focus{
    opacity:0.05
  }

  .sm\:focus\:opacity-10:focus{
    opacity:0.1
  }

  .sm\:focus\:opacity-20:focus{
    opacity:0.2
  }

  .sm\:focus\:opacity-25:focus{
    opacity:0.25
  }

  .sm\:focus\:opacity-30:focus{
    opacity:0.3
  }

  .sm\:focus\:opacity-40:focus{
    opacity:0.4
  }

  .sm\:focus\:opacity-50:focus{
    opacity:0.5
  }

  .sm\:focus\:opacity-60:focus{
    opacity:0.6
  }

  .sm\:focus\:opacity-70:focus{
    opacity:0.7
  }

  .sm\:focus\:opacity-75:focus{
    opacity:0.75
  }

  .sm\:focus\:opacity-80:focus{
    opacity:0.8
  }

  .sm\:focus\:opacity-90:focus{
    opacity:0.9
  }

  .sm\:focus\:opacity-95:focus{
    opacity:0.95
  }

  .sm\:focus\:opacity-100:focus{
    opacity:1
  }

  .sm\:bg-blend-normal{
    background-blend-mode:normal
  }

  .sm\:bg-blend-multiply{
    background-blend-mode:multiply
  }

  .sm\:bg-blend-screen{
    background-blend-mode:screen
  }

  .sm\:bg-blend-overlay{
    background-blend-mode:overlay
  }

  .sm\:bg-blend-darken{
    background-blend-mode:darken
  }

  .sm\:bg-blend-lighten{
    background-blend-mode:lighten
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .sm\:bg-blend-difference{
    background-blend-mode:difference
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .sm\:bg-blend-hue{
    background-blend-mode:hue
  }

  .sm\:bg-blend-saturation{
    background-blend-mode:saturation
  }

  .sm\:bg-blend-color{
    background-blend-mode:color
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .sm\:mix-blend-normal{
    mix-blend-mode:normal
  }

  .sm\:mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .sm\:mix-blend-screen{
    mix-blend-mode:screen
  }

  .sm\:mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .sm\:mix-blend-darken{
    mix-blend-mode:darken
  }

  .sm\:mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .sm\:mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .sm\:mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .sm\:mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .sm\:mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .sm\:mix-blend-difference{
    mix-blend-mode:difference
  }

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

  .sm\:mix-blend-hue{
    mix-blend-mode:hue
  }

  .sm\:mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .sm\:mix-blend-color{
    mix-blend-mode:color
  }

  .sm\:mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .sm\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:focus\:outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:focus\:outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:focus\:outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:ring-inset{
    --tw-ring-inset:inset
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset:inset
  }

  .sm\:ring-6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .sm\:ring-transparent{
    --tw-ring-color:transparent
  }

  .sm\:ring-current{
    --tw-ring-color:currentColor
  }

  .sm\:ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:ring-red{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:ring-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:ring-base{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .sm\:ring-bc{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .sm\:ring-d4{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .sm\:ring-d6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .sm\:ring-e5{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .sm\:ring-ef{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .sm\:ring-c{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .sm\:ring-l-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .sm\:ring-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .sm\:ring-t-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .sm\:ring-l-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .sm\:ring-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .sm\:ring-l-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-base:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-bc:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-d4:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-d6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-e5:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-ef:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-c:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-l-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-t-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-l-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:ring-l-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .sm\:focus\:ring-current:focus{
    --tw-ring-color:currentColor
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-red:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-base:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-bc:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-d4:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-d6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-e5:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-ef:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-c:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-l-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-t-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-l-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .sm\:focus\:ring-l-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity:0
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity:1
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .sm\:ring-offset-6{
    --tw-ring-offset-color:#666
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .sm\:ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .sm\:ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .sm\:ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .sm\:ring-offset-red{
    --tw-ring-offset-color:#BE281F
  }

  .sm\:ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .sm\:ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .sm\:ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .sm\:ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .sm\:ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .sm\:ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .sm\:ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .sm\:ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .sm\:ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .sm\:ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:ring-offset-blue{
    --tw-ring-offset-color:#52B2BA
  }

  .sm\:ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .sm\:ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .sm\:ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .sm\:ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .sm\:ring-offset-base{
    --tw-ring-offset-color:#333
  }

  .sm\:ring-offset-bc{
    --tw-ring-offset-color:#bcbcbc
  }

  .sm\:ring-offset-d4{
    --tw-ring-offset-color:#d4d4d4
  }

  .sm\:ring-offset-d6{
    --tw-ring-offset-color:#d6d6d6
  }

  .sm\:ring-offset-e5{
    --tw-ring-offset-color:#E5E5E5
  }

  .sm\:ring-offset-ef{
    --tw-ring-offset-color:#EFEFEF
  }

  .sm\:ring-offset-c{
    --tw-ring-offset-color:#ccc
  }

  .sm\:ring-offset-l-blue{
    --tw-ring-offset-color:#68CBD1
  }

  .sm\:ring-offset-orange{
    --tw-ring-offset-color:#DD8444
  }

  .sm\:ring-offset-t-orange{
    --tw-ring-offset-color:#F9700C
  }

  .sm\:ring-offset-l-orange{
    --tw-ring-offset-color:#EDDCCF
  }

  .sm\:ring-offset-test-blue{
    --tw-ring-offset-color:#527CBA
  }

  .sm\:ring-offset-l-test-blue{
    --tw-ring-offset-color:#D8DEE7
  }

  .sm\:focus-within\:ring-offset-6:focus-within{
    --tw-ring-offset-color:#666
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color:#BE281F
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color:#52B2BA
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .sm\:focus-within\:ring-offset-base:focus-within{
    --tw-ring-offset-color:#333
  }

  .sm\:focus-within\:ring-offset-bc:focus-within{
    --tw-ring-offset-color:#bcbcbc
  }

  .sm\:focus-within\:ring-offset-d4:focus-within{
    --tw-ring-offset-color:#d4d4d4
  }

  .sm\:focus-within\:ring-offset-d6:focus-within{
    --tw-ring-offset-color:#d6d6d6
  }

  .sm\:focus-within\:ring-offset-e5:focus-within{
    --tw-ring-offset-color:#E5E5E5
  }

  .sm\:focus-within\:ring-offset-ef:focus-within{
    --tw-ring-offset-color:#EFEFEF
  }

  .sm\:focus-within\:ring-offset-c:focus-within{
    --tw-ring-offset-color:#ccc
  }

  .sm\:focus-within\:ring-offset-l-blue:focus-within{
    --tw-ring-offset-color:#68CBD1
  }

  .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color:#DD8444
  }

  .sm\:focus-within\:ring-offset-t-orange:focus-within{
    --tw-ring-offset-color:#F9700C
  }

  .sm\:focus-within\:ring-offset-l-orange:focus-within{
    --tw-ring-offset-color:#EDDCCF
  }

  .sm\:focus-within\:ring-offset-test-blue:focus-within{
    --tw-ring-offset-color:#527CBA
  }

  .sm\:focus-within\:ring-offset-l-test-blue:focus-within{
    --tw-ring-offset-color:#D8DEE7
  }

  .sm\:focus\:ring-offset-6:focus{
    --tw-ring-offset-color:#666
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color:#BE281F
  }

  .sm\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .sm\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .sm\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .sm\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .sm\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color:#52B2BA
  }

  .sm\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .sm\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .sm\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .sm\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .sm\:focus\:ring-offset-base:focus{
    --tw-ring-offset-color:#333
  }

  .sm\:focus\:ring-offset-bc:focus{
    --tw-ring-offset-color:#bcbcbc
  }

  .sm\:focus\:ring-offset-d4:focus{
    --tw-ring-offset-color:#d4d4d4
  }

  .sm\:focus\:ring-offset-d6:focus{
    --tw-ring-offset-color:#d6d6d6
  }

  .sm\:focus\:ring-offset-e5:focus{
    --tw-ring-offset-color:#E5E5E5
  }

  .sm\:focus\:ring-offset-ef:focus{
    --tw-ring-offset-color:#EFEFEF
  }

  .sm\:focus\:ring-offset-c:focus{
    --tw-ring-offset-color:#ccc
  }

  .sm\:focus\:ring-offset-l-blue:focus{
    --tw-ring-offset-color:#68CBD1
  }

  .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color:#DD8444
  }

  .sm\:focus\:ring-offset-t-orange:focus{
    --tw-ring-offset-color:#F9700C
  }

  .sm\:focus\:ring-offset-l-orange:focus{
    --tw-ring-offset-color:#EDDCCF
  }

  .sm\:focus\:ring-offset-test-blue:focus{
    --tw-ring-offset-color:#527CBA
  }

  .sm\:focus\:ring-offset-l-test-blue:focus{
    --tw-ring-offset-color:#D8DEE7
  }

  .sm\:filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    -webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
            filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .sm\:filter-none{
    -webkit-filter:none;
            filter:none
  }

  .sm\:blur-0{
    --tw-blur:blur(0)
  }

  .sm\:blur-none{
    --tw-blur:blur(0)
  }

  .sm\:blur-sm{
    --tw-blur:blur(4px)
  }

  .sm\:blur{
    --tw-blur:blur(8px)
  }

  .sm\:blur-md{
    --tw-blur:blur(12px)
  }

  .sm\:blur-lg{
    --tw-blur:blur(16px)
  }

  .sm\:blur-xl{
    --tw-blur:blur(24px)
  }

  .sm\:blur-2xl{
    --tw-blur:blur(40px)
  }

  .sm\:blur-3xl{
    --tw-blur:blur(64px)
  }

  .sm\:brightness-0{
    --tw-brightness:brightness(0)
  }

  .sm\:brightness-50{
    --tw-brightness:brightness(.5)
  }

  .sm\:brightness-75{
    --tw-brightness:brightness(.75)
  }

  .sm\:brightness-90{
    --tw-brightness:brightness(.9)
  }

  .sm\:brightness-95{
    --tw-brightness:brightness(.95)
  }

  .sm\:brightness-100{
    --tw-brightness:brightness(1)
  }

  .sm\:brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .sm\:brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .sm\:brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .sm\:brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .sm\:brightness-200{
    --tw-brightness:brightness(2)
  }

  .sm\:contrast-0{
    --tw-contrast:contrast(0)
  }

  .sm\:contrast-50{
    --tw-contrast:contrast(.5)
  }

  .sm\:contrast-75{
    --tw-contrast:contrast(.75)
  }

  .sm\:contrast-100{
    --tw-contrast:contrast(1)
  }

  .sm\:contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .sm\:contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .sm\:contrast-200{
    --tw-contrast:contrast(2)
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .sm\:drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .sm\:grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .sm\:grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .sm\:hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .sm\:hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .sm\:hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .sm\:hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .sm\:hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .sm\:hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .sm\:-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .sm\:-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .sm\:-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .sm\:-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .sm\:-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .sm\:invert-0{
    --tw-invert:invert(0)
  }

  .sm\:invert{
    --tw-invert:invert(100%)
  }

  .sm\:saturate-0{
    --tw-saturate:saturate(0)
  }

  .sm\:saturate-50{
    --tw-saturate:saturate(.5)
  }

  .sm\:saturate-100{
    --tw-saturate:saturate(1)
  }

  .sm\:saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .sm\:saturate-200{
    --tw-saturate:saturate(2)
  }

  .sm\:sepia-0{
    --tw-sepia:sepia(0)
  }

  .sm\:sepia{
    --tw-sepia:sepia(100%)
  }

  .sm\:backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .sm\:backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .sm\:transition-none{
    -webkit-transition-property:none;
    -o-transition-property:none;
    transition-property:none
  }

  .sm\:transition-all{
    -webkit-transition-property:all;
    -o-transition-property:all;
    transition-property:all;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:transition{
    -webkit-transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -o-transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:transition-colors{
    -webkit-transition-property:background-color, border-color, color, fill, stroke;
    -o-transition-property:background-color, border-color, color, fill, stroke;
    transition-property:background-color, border-color, color, fill, stroke;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:transition-opacity{
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:transition-shadow{
    -webkit-transition-property:-webkit-box-shadow;
    transition-property:-webkit-box-shadow;
    -o-transition-property:box-shadow;
    transition-property:box-shadow;
    transition-property:box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:transition-transform{
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:delay-75{
    -webkit-transition-delay:75ms;
         -o-transition-delay:75ms;
            transition-delay:75ms
  }

  .sm\:delay-100{
    -webkit-transition-delay:100ms;
         -o-transition-delay:100ms;
            transition-delay:100ms
  }

  .sm\:delay-150{
    -webkit-transition-delay:150ms;
         -o-transition-delay:150ms;
            transition-delay:150ms
  }

  .sm\:delay-200{
    -webkit-transition-delay:200ms;
         -o-transition-delay:200ms;
            transition-delay:200ms
  }

  .sm\:delay-300{
    -webkit-transition-delay:300ms;
         -o-transition-delay:300ms;
            transition-delay:300ms
  }

  .sm\:delay-500{
    -webkit-transition-delay:500ms;
         -o-transition-delay:500ms;
            transition-delay:500ms
  }

  .sm\:delay-700{
    -webkit-transition-delay:700ms;
         -o-transition-delay:700ms;
            transition-delay:700ms
  }

  .sm\:delay-1000{
    -webkit-transition-delay:1000ms;
         -o-transition-delay:1000ms;
            transition-delay:1000ms
  }

  .sm\:duration-75{
    -webkit-transition-duration:75ms;
         -o-transition-duration:75ms;
            transition-duration:75ms
  }

  .sm\:duration-100{
    -webkit-transition-duration:100ms;
         -o-transition-duration:100ms;
            transition-duration:100ms
  }

  .sm\:duration-150{
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .sm\:duration-200{
    -webkit-transition-duration:200ms;
         -o-transition-duration:200ms;
            transition-duration:200ms
  }

  .sm\:duration-300{
    -webkit-transition-duration:300ms;
         -o-transition-duration:300ms;
            transition-duration:300ms
  }

  .sm\:duration-500{
    -webkit-transition-duration:500ms;
         -o-transition-duration:500ms;
            transition-duration:500ms
  }

  .sm\:duration-700{
    -webkit-transition-duration:700ms;
         -o-transition-duration:700ms;
            transition-duration:700ms
  }

  .sm\:duration-1000{
    -webkit-transition-duration:1000ms;
         -o-transition-duration:1000ms;
            transition-duration:1000ms
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function:linear;
         -o-transition-timing-function:linear;
            transition-timing-function:linear
  }

  .sm\:ease-in{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .sm\:ease-out{
    -webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 768px){
  .tab\:container{
    width:100%
  }

  @media (min-width: 640px){
    .tab\:container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .tab\:container{
      max-width:768px
    }
  }

  @media (min-width: 1025px){
    .tab\:container{
      max-width:1025px
    }
  }

  .tab\: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
  }

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

  .tab\: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
  }

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

  .tab\: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
  }

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

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

  .tab\:pointer-events-auto{
    pointer-events:auto
  }

  .tab\:visible{
    visibility:visible
  }

  .tab\:invisible{
    visibility:hidden
  }

  .tab\:static{
    position:static
  }

  .tab\:fixed{
    position:fixed
  }

  .tab\:absolute{
    position:absolute
  }

  .tab\:relative{
    position:relative
  }

  .tab\:sticky{
    position:-webkit-sticky;
    position:sticky
  }

  .tab\:inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .tab\:inset-1{
    top:4px;
    right:4px;
    bottom:4px;
    left:4px
  }

  .tab\:inset-2{
    top:8px;
    right:8px;
    bottom:8px;
    left:8px
  }

  .tab\:inset-3{
    top:12px;
    right:12px;
    bottom:12px;
    left:12px
  }

  .tab\:inset-4{
    top:16px;
    right:16px;
    bottom:16px;
    left:16px
  }

  .tab\:inset-5{
    top:20px;
    right:20px;
    bottom:20px;
    left:20px
  }

  .tab\:inset-6{
    top:24px;
    right:24px;
    bottom:24px;
    left:24px
  }

  .tab\:inset-7{
    top:28px;
    right:28px;
    bottom:28px;
    left:28px
  }

  .tab\:inset-8{
    top:32px;
    right:32px;
    bottom:32px;
    left:32px
  }

  .tab\:inset-9{
    top:36px;
    right:36px;
    bottom:36px;
    left:36px
  }

  .tab\:inset-10{
    top:40px;
    right:40px;
    bottom:40px;
    left:40px
  }

  .tab\:inset-11{
    top:44px;
    right:44px;
    bottom:44px;
    left:44px
  }

  .tab\:inset-12{
    top:48px;
    right:48px;
    bottom:48px;
    left:48px
  }

  .tab\:inset-13{
    top:50px;
    right:50px;
    bottom:50px;
    left:50px
  }

  .tab\:inset-14{
    top:56px;
    right:56px;
    bottom:56px;
    left:56px
  }

  .tab\:inset-15{
    top:60px;
    right:60px;
    bottom:60px;
    left:60px
  }

  .tab\:inset-16{
    top:64px;
    right:64px;
    bottom:64px;
    left:64px
  }

  .tab\:inset-20{
    top:80px;
    right:80px;
    bottom:80px;
    left:80px
  }

  .tab\:inset-24{
    top:96px;
    right:96px;
    bottom:96px;
    left:96px
  }

  .tab\:inset-28{
    top:112px;
    right:112px;
    bottom:112px;
    left:112px
  }

  .tab\:inset-32{
    top:128px;
    right:128px;
    bottom:128px;
    left:128px
  }

  .tab\:inset-36{
    top:144px;
    right:144px;
    bottom:144px;
    left:144px
  }

  .tab\:inset-40{
    top:160px;
    right:160px;
    bottom:160px;
    left:160px
  }

  .tab\:inset-44{
    top:176px;
    right:176px;
    bottom:176px;
    left:176px
  }

  .tab\:inset-48{
    top:192px;
    right:192px;
    bottom:192px;
    left:192px
  }

  .tab\:inset-52{
    top:208px;
    right:208px;
    bottom:208px;
    left:208px
  }

  .tab\:inset-56{
    top:224px;
    right:224px;
    bottom:224px;
    left:224px
  }

  .tab\:inset-60{
    top:240px;
    right:240px;
    bottom:240px;
    left:240px
  }

  .tab\:inset-64{
    top:256px;
    right:256px;
    bottom:256px;
    left:256px
  }

  .tab\:inset-72{
    top:288px;
    right:288px;
    bottom:288px;
    left:288px
  }

  .tab\:inset-80{
    top:320px;
    right:320px;
    bottom:320px;
    left:320px
  }

  .tab\:inset-96{
    top:384px;
    right:384px;
    bottom:384px;
    left:384px
  }

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

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

  .tab\:inset-0\.5{
    top:2px;
    right:2px;
    bottom:2px;
    left:2px
  }

  .tab\:inset-1\.5{
    top:6px;
    right:6px;
    bottom:6px;
    left:6px
  }

  .tab\:inset-2\.5{
    top:10px;
    right:10px;
    bottom:10px;
    left:10px
  }

  .tab\:inset-3\.5{
    top:14px;
    right:14px;
    bottom:14px;
    left:14px
  }

  .tab\:inset-4\.5{
    top:18px;
    right:18px;
    bottom:18px;
    left:18px
  }

  .tab\:inset-7\.5{
    top:30px;
    right:30px;
    bottom:30px;
    left:30px
  }

  .tab\:-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .tab\:-inset-1{
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px
  }

  .tab\:-inset-2{
    top:-8px;
    right:-8px;
    bottom:-8px;
    left:-8px
  }

  .tab\:-inset-3{
    top:-12px;
    right:-12px;
    bottom:-12px;
    left:-12px
  }

  .tab\:-inset-4{
    top:-16px;
    right:-16px;
    bottom:-16px;
    left:-16px
  }

  .tab\:-inset-5{
    top:-20px;
    right:-20px;
    bottom:-20px;
    left:-20px
  }

  .tab\:-inset-6{
    top:-24px;
    right:-24px;
    bottom:-24px;
    left:-24px
  }

  .tab\:-inset-7{
    top:-28px;
    right:-28px;
    bottom:-28px;
    left:-28px
  }

  .tab\:-inset-8{
    top:-32px;
    right:-32px;
    bottom:-32px;
    left:-32px
  }

  .tab\:-inset-9{
    top:-36px;
    right:-36px;
    bottom:-36px;
    left:-36px
  }

  .tab\:-inset-10{
    top:-40px;
    right:-40px;
    bottom:-40px;
    left:-40px
  }

  .tab\:-inset-11{
    top:-44px;
    right:-44px;
    bottom:-44px;
    left:-44px
  }

  .tab\:-inset-12{
    top:-48px;
    right:-48px;
    bottom:-48px;
    left:-48px
  }

  .tab\:-inset-13{
    top:-50px;
    right:-50px;
    bottom:-50px;
    left:-50px
  }

  .tab\:-inset-14{
    top:-56px;
    right:-56px;
    bottom:-56px;
    left:-56px
  }

  .tab\:-inset-15{
    top:-60px;
    right:-60px;
    bottom:-60px;
    left:-60px
  }

  .tab\:-inset-16{
    top:-64px;
    right:-64px;
    bottom:-64px;
    left:-64px
  }

  .tab\:-inset-20{
    top:-80px;
    right:-80px;
    bottom:-80px;
    left:-80px
  }

  .tab\:-inset-24{
    top:-96px;
    right:-96px;
    bottom:-96px;
    left:-96px
  }

  .tab\:-inset-28{
    top:-112px;
    right:-112px;
    bottom:-112px;
    left:-112px
  }

  .tab\:-inset-32{
    top:-128px;
    right:-128px;
    bottom:-128px;
    left:-128px
  }

  .tab\:-inset-36{
    top:-144px;
    right:-144px;
    bottom:-144px;
    left:-144px
  }

  .tab\:-inset-40{
    top:-160px;
    right:-160px;
    bottom:-160px;
    left:-160px
  }

  .tab\:-inset-44{
    top:-176px;
    right:-176px;
    bottom:-176px;
    left:-176px
  }

  .tab\:-inset-48{
    top:-192px;
    right:-192px;
    bottom:-192px;
    left:-192px
  }

  .tab\:-inset-52{
    top:-208px;
    right:-208px;
    bottom:-208px;
    left:-208px
  }

  .tab\:-inset-56{
    top:-224px;
    right:-224px;
    bottom:-224px;
    left:-224px
  }

  .tab\:-inset-60{
    top:-240px;
    right:-240px;
    bottom:-240px;
    left:-240px
  }

  .tab\:-inset-64{
    top:-256px;
    right:-256px;
    bottom:-256px;
    left:-256px
  }

  .tab\:-inset-72{
    top:-288px;
    right:-288px;
    bottom:-288px;
    left:-288px
  }

  .tab\:-inset-80{
    top:-320px;
    right:-320px;
    bottom:-320px;
    left:-320px
  }

  .tab\:-inset-96{
    top:-384px;
    right:-384px;
    bottom:-384px;
    left:-384px
  }

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

  .tab\:-inset-0\.5{
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px
  }

  .tab\:-inset-1\.5{
    top:-6px;
    right:-6px;
    bottom:-6px;
    left:-6px
  }

  .tab\:-inset-2\.5{
    top:-10px;
    right:-10px;
    bottom:-10px;
    left:-10px
  }

  .tab\:-inset-3\.5{
    top:-14px;
    right:-14px;
    bottom:-14px;
    left:-14px
  }

  .tab\:-inset-4\.5{
    top:-18px;
    right:-18px;
    bottom:-18px;
    left:-18px
  }

  .tab\:-inset-7\.5{
    top:-30px;
    right:-30px;
    bottom:-30px;
    left:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tab\:inset-x-0{
    left:0px;
    right:0px
  }

  .tab\:inset-x-1{
    left:4px;
    right:4px
  }

  .tab\:inset-x-2{
    left:8px;
    right:8px
  }

  .tab\:inset-x-3{
    left:12px;
    right:12px
  }

  .tab\:inset-x-4{
    left:16px;
    right:16px
  }

  .tab\:inset-x-5{
    left:20px;
    right:20px
  }

  .tab\:inset-x-6{
    left:24px;
    right:24px
  }

  .tab\:inset-x-7{
    left:28px;
    right:28px
  }

  .tab\:inset-x-8{
    left:32px;
    right:32px
  }

  .tab\:inset-x-9{
    left:36px;
    right:36px
  }

  .tab\:inset-x-10{
    left:40px;
    right:40px
  }

  .tab\:inset-x-11{
    left:44px;
    right:44px
  }

  .tab\:inset-x-12{
    left:48px;
    right:48px
  }

  .tab\:inset-x-13{
    left:50px;
    right:50px
  }

  .tab\:inset-x-14{
    left:56px;
    right:56px
  }

  .tab\:inset-x-15{
    left:60px;
    right:60px
  }

  .tab\:inset-x-16{
    left:64px;
    right:64px
  }

  .tab\:inset-x-20{
    left:80px;
    right:80px
  }

  .tab\:inset-x-24{
    left:96px;
    right:96px
  }

  .tab\:inset-x-28{
    left:112px;
    right:112px
  }

  .tab\:inset-x-32{
    left:128px;
    right:128px
  }

  .tab\:inset-x-36{
    left:144px;
    right:144px
  }

  .tab\:inset-x-40{
    left:160px;
    right:160px
  }

  .tab\:inset-x-44{
    left:176px;
    right:176px
  }

  .tab\:inset-x-48{
    left:192px;
    right:192px
  }

  .tab\:inset-x-52{
    left:208px;
    right:208px
  }

  .tab\:inset-x-56{
    left:224px;
    right:224px
  }

  .tab\:inset-x-60{
    left:240px;
    right:240px
  }

  .tab\:inset-x-64{
    left:256px;
    right:256px
  }

  .tab\:inset-x-72{
    left:288px;
    right:288px
  }

  .tab\:inset-x-80{
    left:320px;
    right:320px
  }

  .tab\:inset-x-96{
    left:384px;
    right:384px
  }

  .tab\:inset-x-auto{
    left:auto;
    right:auto
  }

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

  .tab\:inset-x-0\.5{
    left:2px;
    right:2px
  }

  .tab\:inset-x-1\.5{
    left:6px;
    right:6px
  }

  .tab\:inset-x-2\.5{
    left:10px;
    right:10px
  }

  .tab\:inset-x-3\.5{
    left:14px;
    right:14px
  }

  .tab\:inset-x-4\.5{
    left:18px;
    right:18px
  }

  .tab\:inset-x-7\.5{
    left:30px;
    right:30px
  }

  .tab\:-inset-x-0{
    left:0px;
    right:0px
  }

  .tab\:-inset-x-1{
    left:-4px;
    right:-4px
  }

  .tab\:-inset-x-2{
    left:-8px;
    right:-8px
  }

  .tab\:-inset-x-3{
    left:-12px;
    right:-12px
  }

  .tab\:-inset-x-4{
    left:-16px;
    right:-16px
  }

  .tab\:-inset-x-5{
    left:-20px;
    right:-20px
  }

  .tab\:-inset-x-6{
    left:-24px;
    right:-24px
  }

  .tab\:-inset-x-7{
    left:-28px;
    right:-28px
  }

  .tab\:-inset-x-8{
    left:-32px;
    right:-32px
  }

  .tab\:-inset-x-9{
    left:-36px;
    right:-36px
  }

  .tab\:-inset-x-10{
    left:-40px;
    right:-40px
  }

  .tab\:-inset-x-11{
    left:-44px;
    right:-44px
  }

  .tab\:-inset-x-12{
    left:-48px;
    right:-48px
  }

  .tab\:-inset-x-13{
    left:-50px;
    right:-50px
  }

  .tab\:-inset-x-14{
    left:-56px;
    right:-56px
  }

  .tab\:-inset-x-15{
    left:-60px;
    right:-60px
  }

  .tab\:-inset-x-16{
    left:-64px;
    right:-64px
  }

  .tab\:-inset-x-20{
    left:-80px;
    right:-80px
  }

  .tab\:-inset-x-24{
    left:-96px;
    right:-96px
  }

  .tab\:-inset-x-28{
    left:-112px;
    right:-112px
  }

  .tab\:-inset-x-32{
    left:-128px;
    right:-128px
  }

  .tab\:-inset-x-36{
    left:-144px;
    right:-144px
  }

  .tab\:-inset-x-40{
    left:-160px;
    right:-160px
  }

  .tab\:-inset-x-44{
    left:-176px;
    right:-176px
  }

  .tab\:-inset-x-48{
    left:-192px;
    right:-192px
  }

  .tab\:-inset-x-52{
    left:-208px;
    right:-208px
  }

  .tab\:-inset-x-56{
    left:-224px;
    right:-224px
  }

  .tab\:-inset-x-60{
    left:-240px;
    right:-240px
  }

  .tab\:-inset-x-64{
    left:-256px;
    right:-256px
  }

  .tab\:-inset-x-72{
    left:-288px;
    right:-288px
  }

  .tab\:-inset-x-80{
    left:-320px;
    right:-320px
  }

  .tab\:-inset-x-96{
    left:-384px;
    right:-384px
  }

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

  .tab\:-inset-x-0\.5{
    left:-2px;
    right:-2px
  }

  .tab\:-inset-x-1\.5{
    left:-6px;
    right:-6px
  }

  .tab\:-inset-x-2\.5{
    left:-10px;
    right:-10px
  }

  .tab\:-inset-x-3\.5{
    left:-14px;
    right:-14px
  }

  .tab\:-inset-x-4\.5{
    left:-18px;
    right:-18px
  }

  .tab\:-inset-x-7\.5{
    left:-30px;
    right:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tab\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .tab\:inset-y-1{
    top:4px;
    bottom:4px
  }

  .tab\:inset-y-2{
    top:8px;
    bottom:8px
  }

  .tab\:inset-y-3{
    top:12px;
    bottom:12px
  }

  .tab\:inset-y-4{
    top:16px;
    bottom:16px
  }

  .tab\:inset-y-5{
    top:20px;
    bottom:20px
  }

  .tab\:inset-y-6{
    top:24px;
    bottom:24px
  }

  .tab\:inset-y-7{
    top:28px;
    bottom:28px
  }

  .tab\:inset-y-8{
    top:32px;
    bottom:32px
  }

  .tab\:inset-y-9{
    top:36px;
    bottom:36px
  }

  .tab\:inset-y-10{
    top:40px;
    bottom:40px
  }

  .tab\:inset-y-11{
    top:44px;
    bottom:44px
  }

  .tab\:inset-y-12{
    top:48px;
    bottom:48px
  }

  .tab\:inset-y-13{
    top:50px;
    bottom:50px
  }

  .tab\:inset-y-14{
    top:56px;
    bottom:56px
  }

  .tab\:inset-y-15{
    top:60px;
    bottom:60px
  }

  .tab\:inset-y-16{
    top:64px;
    bottom:64px
  }

  .tab\:inset-y-20{
    top:80px;
    bottom:80px
  }

  .tab\:inset-y-24{
    top:96px;
    bottom:96px
  }

  .tab\:inset-y-28{
    top:112px;
    bottom:112px
  }

  .tab\:inset-y-32{
    top:128px;
    bottom:128px
  }

  .tab\:inset-y-36{
    top:144px;
    bottom:144px
  }

  .tab\:inset-y-40{
    top:160px;
    bottom:160px
  }

  .tab\:inset-y-44{
    top:176px;
    bottom:176px
  }

  .tab\:inset-y-48{
    top:192px;
    bottom:192px
  }

  .tab\:inset-y-52{
    top:208px;
    bottom:208px
  }

  .tab\:inset-y-56{
    top:224px;
    bottom:224px
  }

  .tab\:inset-y-60{
    top:240px;
    bottom:240px
  }

  .tab\:inset-y-64{
    top:256px;
    bottom:256px
  }

  .tab\:inset-y-72{
    top:288px;
    bottom:288px
  }

  .tab\:inset-y-80{
    top:320px;
    bottom:320px
  }

  .tab\:inset-y-96{
    top:384px;
    bottom:384px
  }

  .tab\:inset-y-auto{
    top:auto;
    bottom:auto
  }

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

  .tab\:inset-y-0\.5{
    top:2px;
    bottom:2px
  }

  .tab\:inset-y-1\.5{
    top:6px;
    bottom:6px
  }

  .tab\:inset-y-2\.5{
    top:10px;
    bottom:10px
  }

  .tab\:inset-y-3\.5{
    top:14px;
    bottom:14px
  }

  .tab\:inset-y-4\.5{
    top:18px;
    bottom:18px
  }

  .tab\:inset-y-7\.5{
    top:30px;
    bottom:30px
  }

  .tab\:-inset-y-0{
    top:0px;
    bottom:0px
  }

  .tab\:-inset-y-1{
    top:-4px;
    bottom:-4px
  }

  .tab\:-inset-y-2{
    top:-8px;
    bottom:-8px
  }

  .tab\:-inset-y-3{
    top:-12px;
    bottom:-12px
  }

  .tab\:-inset-y-4{
    top:-16px;
    bottom:-16px
  }

  .tab\:-inset-y-5{
    top:-20px;
    bottom:-20px
  }

  .tab\:-inset-y-6{
    top:-24px;
    bottom:-24px
  }

  .tab\:-inset-y-7{
    top:-28px;
    bottom:-28px
  }

  .tab\:-inset-y-8{
    top:-32px;
    bottom:-32px
  }

  .tab\:-inset-y-9{
    top:-36px;
    bottom:-36px
  }

  .tab\:-inset-y-10{
    top:-40px;
    bottom:-40px
  }

  .tab\:-inset-y-11{
    top:-44px;
    bottom:-44px
  }

  .tab\:-inset-y-12{
    top:-48px;
    bottom:-48px
  }

  .tab\:-inset-y-13{
    top:-50px;
    bottom:-50px
  }

  .tab\:-inset-y-14{
    top:-56px;
    bottom:-56px
  }

  .tab\:-inset-y-15{
    top:-60px;
    bottom:-60px
  }

  .tab\:-inset-y-16{
    top:-64px;
    bottom:-64px
  }

  .tab\:-inset-y-20{
    top:-80px;
    bottom:-80px
  }

  .tab\:-inset-y-24{
    top:-96px;
    bottom:-96px
  }

  .tab\:-inset-y-28{
    top:-112px;
    bottom:-112px
  }

  .tab\:-inset-y-32{
    top:-128px;
    bottom:-128px
  }

  .tab\:-inset-y-36{
    top:-144px;
    bottom:-144px
  }

  .tab\:-inset-y-40{
    top:-160px;
    bottom:-160px
  }

  .tab\:-inset-y-44{
    top:-176px;
    bottom:-176px
  }

  .tab\:-inset-y-48{
    top:-192px;
    bottom:-192px
  }

  .tab\:-inset-y-52{
    top:-208px;
    bottom:-208px
  }

  .tab\:-inset-y-56{
    top:-224px;
    bottom:-224px
  }

  .tab\:-inset-y-60{
    top:-240px;
    bottom:-240px
  }

  .tab\:-inset-y-64{
    top:-256px;
    bottom:-256px
  }

  .tab\:-inset-y-72{
    top:-288px;
    bottom:-288px
  }

  .tab\:-inset-y-80{
    top:-320px;
    bottom:-320px
  }

  .tab\:-inset-y-96{
    top:-384px;
    bottom:-384px
  }

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

  .tab\:-inset-y-0\.5{
    top:-2px;
    bottom:-2px
  }

  .tab\:-inset-y-1\.5{
    top:-6px;
    bottom:-6px
  }

  .tab\:-inset-y-2\.5{
    top:-10px;
    bottom:-10px
  }

  .tab\:-inset-y-3\.5{
    top:-14px;
    bottom:-14px
  }

  .tab\:-inset-y-4\.5{
    top:-18px;
    bottom:-18px
  }

  .tab\:-inset-y-7\.5{
    top:-30px;
    bottom:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tab\:top-0{
    top:0px
  }

  .tab\:top-1{
    top:4px
  }

  .tab\:top-2{
    top:8px
  }

  .tab\:top-3{
    top:12px
  }

  .tab\:top-4{
    top:16px
  }

  .tab\:top-5{
    top:20px
  }

  .tab\:top-6{
    top:24px
  }

  .tab\:top-7{
    top:28px
  }

  .tab\:top-8{
    top:32px
  }

  .tab\:top-9{
    top:36px
  }

  .tab\:top-10{
    top:40px
  }

  .tab\:top-11{
    top:44px
  }

  .tab\:top-12{
    top:48px
  }

  .tab\:top-13{
    top:50px
  }

  .tab\:top-14{
    top:56px
  }

  .tab\:top-15{
    top:60px
  }

  .tab\:top-16{
    top:64px
  }

  .tab\:top-20{
    top:80px
  }

  .tab\:top-24{
    top:96px
  }

  .tab\:top-28{
    top:112px
  }

  .tab\:top-32{
    top:128px
  }

  .tab\:top-36{
    top:144px
  }

  .tab\:top-40{
    top:160px
  }

  .tab\:top-44{
    top:176px
  }

  .tab\:top-48{
    top:192px
  }

  .tab\:top-52{
    top:208px
  }

  .tab\:top-56{
    top:224px
  }

  .tab\:top-60{
    top:240px
  }

  .tab\:top-64{
    top:256px
  }

  .tab\:top-72{
    top:288px
  }

  .tab\:top-80{
    top:320px
  }

  .tab\:top-96{
    top:384px
  }

  .tab\:top-auto{
    top:auto
  }

  .tab\:top-px{
    top:1px
  }

  .tab\:top-0\.5{
    top:2px
  }

  .tab\:top-1\.5{
    top:6px
  }

  .tab\:top-2\.5{
    top:10px
  }

  .tab\:top-3\.5{
    top:14px
  }

  .tab\:top-4\.5{
    top:18px
  }

  .tab\:top-7\.5{
    top:30px
  }

  .tab\:-top-0{
    top:0px
  }

  .tab\:-top-1{
    top:-4px
  }

  .tab\:-top-2{
    top:-8px
  }

  .tab\:-top-3{
    top:-12px
  }

  .tab\:-top-4{
    top:-16px
  }

  .tab\:-top-5{
    top:-20px
  }

  .tab\:-top-6{
    top:-24px
  }

  .tab\:-top-7{
    top:-28px
  }

  .tab\:-top-8{
    top:-32px
  }

  .tab\:-top-9{
    top:-36px
  }

  .tab\:-top-10{
    top:-40px
  }

  .tab\:-top-11{
    top:-44px
  }

  .tab\:-top-12{
    top:-48px
  }

  .tab\:-top-13{
    top:-50px
  }

  .tab\:-top-14{
    top:-56px
  }

  .tab\:-top-15{
    top:-60px
  }

  .tab\:-top-16{
    top:-64px
  }

  .tab\:-top-20{
    top:-80px
  }

  .tab\:-top-24{
    top:-96px
  }

  .tab\:-top-28{
    top:-112px
  }

  .tab\:-top-32{
    top:-128px
  }

  .tab\:-top-36{
    top:-144px
  }

  .tab\:-top-40{
    top:-160px
  }

  .tab\:-top-44{
    top:-176px
  }

  .tab\:-top-48{
    top:-192px
  }

  .tab\:-top-52{
    top:-208px
  }

  .tab\:-top-56{
    top:-224px
  }

  .tab\:-top-60{
    top:-240px
  }

  .tab\:-top-64{
    top:-256px
  }

  .tab\:-top-72{
    top:-288px
  }

  .tab\:-top-80{
    top:-320px
  }

  .tab\:-top-96{
    top:-384px
  }

  .tab\:-top-px{
    top:-1px
  }

  .tab\:-top-0\.5{
    top:-2px
  }

  .tab\:-top-1\.5{
    top:-6px
  }

  .tab\:-top-2\.5{
    top:-10px
  }

  .tab\:-top-3\.5{
    top:-14px
  }

  .tab\:-top-4\.5{
    top:-18px
  }

  .tab\:-top-7\.5{
    top:-30px
  }

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

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

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

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

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

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

  .tab\:top-full{
    top:100%
  }

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

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

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

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

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

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

  .tab\:-top-full{
    top:-100%
  }

  .tab\:right-0{
    right:0px
  }

  .tab\:right-1{
    right:4px
  }

  .tab\:right-2{
    right:8px
  }

  .tab\:right-3{
    right:12px
  }

  .tab\:right-4{
    right:16px
  }

  .tab\:right-5{
    right:20px
  }

  .tab\:right-6{
    right:24px
  }

  .tab\:right-7{
    right:28px
  }

  .tab\:right-8{
    right:32px
  }

  .tab\:right-9{
    right:36px
  }

  .tab\:right-10{
    right:40px
  }

  .tab\:right-11{
    right:44px
  }

  .tab\:right-12{
    right:48px
  }

  .tab\:right-13{
    right:50px
  }

  .tab\:right-14{
    right:56px
  }

  .tab\:right-15{
    right:60px
  }

  .tab\:right-16{
    right:64px
  }

  .tab\:right-20{
    right:80px
  }

  .tab\:right-24{
    right:96px
  }

  .tab\:right-28{
    right:112px
  }

  .tab\:right-32{
    right:128px
  }

  .tab\:right-36{
    right:144px
  }

  .tab\:right-40{
    right:160px
  }

  .tab\:right-44{
    right:176px
  }

  .tab\:right-48{
    right:192px
  }

  .tab\:right-52{
    right:208px
  }

  .tab\:right-56{
    right:224px
  }

  .tab\:right-60{
    right:240px
  }

  .tab\:right-64{
    right:256px
  }

  .tab\:right-72{
    right:288px
  }

  .tab\:right-80{
    right:320px
  }

  .tab\:right-96{
    right:384px
  }

  .tab\:right-auto{
    right:auto
  }

  .tab\:right-px{
    right:1px
  }

  .tab\:right-0\.5{
    right:2px
  }

  .tab\:right-1\.5{
    right:6px
  }

  .tab\:right-2\.5{
    right:10px
  }

  .tab\:right-3\.5{
    right:14px
  }

  .tab\:right-4\.5{
    right:18px
  }

  .tab\:right-7\.5{
    right:30px
  }

  .tab\:-right-0{
    right:0px
  }

  .tab\:-right-1{
    right:-4px
  }

  .tab\:-right-2{
    right:-8px
  }

  .tab\:-right-3{
    right:-12px
  }

  .tab\:-right-4{
    right:-16px
  }

  .tab\:-right-5{
    right:-20px
  }

  .tab\:-right-6{
    right:-24px
  }

  .tab\:-right-7{
    right:-28px
  }

  .tab\:-right-8{
    right:-32px
  }

  .tab\:-right-9{
    right:-36px
  }

  .tab\:-right-10{
    right:-40px
  }

  .tab\:-right-11{
    right:-44px
  }

  .tab\:-right-12{
    right:-48px
  }

  .tab\:-right-13{
    right:-50px
  }

  .tab\:-right-14{
    right:-56px
  }

  .tab\:-right-15{
    right:-60px
  }

  .tab\:-right-16{
    right:-64px
  }

  .tab\:-right-20{
    right:-80px
  }

  .tab\:-right-24{
    right:-96px
  }

  .tab\:-right-28{
    right:-112px
  }

  .tab\:-right-32{
    right:-128px
  }

  .tab\:-right-36{
    right:-144px
  }

  .tab\:-right-40{
    right:-160px
  }

  .tab\:-right-44{
    right:-176px
  }

  .tab\:-right-48{
    right:-192px
  }

  .tab\:-right-52{
    right:-208px
  }

  .tab\:-right-56{
    right:-224px
  }

  .tab\:-right-60{
    right:-240px
  }

  .tab\:-right-64{
    right:-256px
  }

  .tab\:-right-72{
    right:-288px
  }

  .tab\:-right-80{
    right:-320px
  }

  .tab\:-right-96{
    right:-384px
  }

  .tab\:-right-px{
    right:-1px
  }

  .tab\:-right-0\.5{
    right:-2px
  }

  .tab\:-right-1\.5{
    right:-6px
  }

  .tab\:-right-2\.5{
    right:-10px
  }

  .tab\:-right-3\.5{
    right:-14px
  }

  .tab\:-right-4\.5{
    right:-18px
  }

  .tab\:-right-7\.5{
    right:-30px
  }

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

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

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

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

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

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

  .tab\:right-full{
    right:100%
  }

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

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

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

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

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

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

  .tab\:-right-full{
    right:-100%
  }

  .tab\:bottom-0{
    bottom:0px
  }

  .tab\:bottom-1{
    bottom:4px
  }

  .tab\:bottom-2{
    bottom:8px
  }

  .tab\:bottom-3{
    bottom:12px
  }

  .tab\:bottom-4{
    bottom:16px
  }

  .tab\:bottom-5{
    bottom:20px
  }

  .tab\:bottom-6{
    bottom:24px
  }

  .tab\:bottom-7{
    bottom:28px
  }

  .tab\:bottom-8{
    bottom:32px
  }

  .tab\:bottom-9{
    bottom:36px
  }

  .tab\:bottom-10{
    bottom:40px
  }

  .tab\:bottom-11{
    bottom:44px
  }

  .tab\:bottom-12{
    bottom:48px
  }

  .tab\:bottom-13{
    bottom:50px
  }

  .tab\:bottom-14{
    bottom:56px
  }

  .tab\:bottom-15{
    bottom:60px
  }

  .tab\:bottom-16{
    bottom:64px
  }

  .tab\:bottom-20{
    bottom:80px
  }

  .tab\:bottom-24{
    bottom:96px
  }

  .tab\:bottom-28{
    bottom:112px
  }

  .tab\:bottom-32{
    bottom:128px
  }

  .tab\:bottom-36{
    bottom:144px
  }

  .tab\:bottom-40{
    bottom:160px
  }

  .tab\:bottom-44{
    bottom:176px
  }

  .tab\:bottom-48{
    bottom:192px
  }

  .tab\:bottom-52{
    bottom:208px
  }

  .tab\:bottom-56{
    bottom:224px
  }

  .tab\:bottom-60{
    bottom:240px
  }

  .tab\:bottom-64{
    bottom:256px
  }

  .tab\:bottom-72{
    bottom:288px
  }

  .tab\:bottom-80{
    bottom:320px
  }

  .tab\:bottom-96{
    bottom:384px
  }

  .tab\:bottom-auto{
    bottom:auto
  }

  .tab\:bottom-px{
    bottom:1px
  }

  .tab\:bottom-0\.5{
    bottom:2px
  }

  .tab\:bottom-1\.5{
    bottom:6px
  }

  .tab\:bottom-2\.5{
    bottom:10px
  }

  .tab\:bottom-3\.5{
    bottom:14px
  }

  .tab\:bottom-4\.5{
    bottom:18px
  }

  .tab\:bottom-7\.5{
    bottom:30px
  }

  .tab\:-bottom-0{
    bottom:0px
  }

  .tab\:-bottom-1{
    bottom:-4px
  }

  .tab\:-bottom-2{
    bottom:-8px
  }

  .tab\:-bottom-3{
    bottom:-12px
  }

  .tab\:-bottom-4{
    bottom:-16px
  }

  .tab\:-bottom-5{
    bottom:-20px
  }

  .tab\:-bottom-6{
    bottom:-24px
  }

  .tab\:-bottom-7{
    bottom:-28px
  }

  .tab\:-bottom-8{
    bottom:-32px
  }

  .tab\:-bottom-9{
    bottom:-36px
  }

  .tab\:-bottom-10{
    bottom:-40px
  }

  .tab\:-bottom-11{
    bottom:-44px
  }

  .tab\:-bottom-12{
    bottom:-48px
  }

  .tab\:-bottom-13{
    bottom:-50px
  }

  .tab\:-bottom-14{
    bottom:-56px
  }

  .tab\:-bottom-15{
    bottom:-60px
  }

  .tab\:-bottom-16{
    bottom:-64px
  }

  .tab\:-bottom-20{
    bottom:-80px
  }

  .tab\:-bottom-24{
    bottom:-96px
  }

  .tab\:-bottom-28{
    bottom:-112px
  }

  .tab\:-bottom-32{
    bottom:-128px
  }

  .tab\:-bottom-36{
    bottom:-144px
  }

  .tab\:-bottom-40{
    bottom:-160px
  }

  .tab\:-bottom-44{
    bottom:-176px
  }

  .tab\:-bottom-48{
    bottom:-192px
  }

  .tab\:-bottom-52{
    bottom:-208px
  }

  .tab\:-bottom-56{
    bottom:-224px
  }

  .tab\:-bottom-60{
    bottom:-240px
  }

  .tab\:-bottom-64{
    bottom:-256px
  }

  .tab\:-bottom-72{
    bottom:-288px
  }

  .tab\:-bottom-80{
    bottom:-320px
  }

  .tab\:-bottom-96{
    bottom:-384px
  }

  .tab\:-bottom-px{
    bottom:-1px
  }

  .tab\:-bottom-0\.5{
    bottom:-2px
  }

  .tab\:-bottom-1\.5{
    bottom:-6px
  }

  .tab\:-bottom-2\.5{
    bottom:-10px
  }

  .tab\:-bottom-3\.5{
    bottom:-14px
  }

  .tab\:-bottom-4\.5{
    bottom:-18px
  }

  .tab\:-bottom-7\.5{
    bottom:-30px
  }

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

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

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

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

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

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

  .tab\:bottom-full{
    bottom:100%
  }

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

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

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

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

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

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

  .tab\:-bottom-full{
    bottom:-100%
  }

  .tab\:left-0{
    left:0px
  }

  .tab\:left-1{
    left:4px
  }

  .tab\:left-2{
    left:8px
  }

  .tab\:left-3{
    left:12px
  }

  .tab\:left-4{
    left:16px
  }

  .tab\:left-5{
    left:20px
  }

  .tab\:left-6{
    left:24px
  }

  .tab\:left-7{
    left:28px
  }

  .tab\:left-8{
    left:32px
  }

  .tab\:left-9{
    left:36px
  }

  .tab\:left-10{
    left:40px
  }

  .tab\:left-11{
    left:44px
  }

  .tab\:left-12{
    left:48px
  }

  .tab\:left-13{
    left:50px
  }

  .tab\:left-14{
    left:56px
  }

  .tab\:left-15{
    left:60px
  }

  .tab\:left-16{
    left:64px
  }

  .tab\:left-20{
    left:80px
  }

  .tab\:left-24{
    left:96px
  }

  .tab\:left-28{
    left:112px
  }

  .tab\:left-32{
    left:128px
  }

  .tab\:left-36{
    left:144px
  }

  .tab\:left-40{
    left:160px
  }

  .tab\:left-44{
    left:176px
  }

  .tab\:left-48{
    left:192px
  }

  .tab\:left-52{
    left:208px
  }

  .tab\:left-56{
    left:224px
  }

  .tab\:left-60{
    left:240px
  }

  .tab\:left-64{
    left:256px
  }

  .tab\:left-72{
    left:288px
  }

  .tab\:left-80{
    left:320px
  }

  .tab\:left-96{
    left:384px
  }

  .tab\:left-auto{
    left:auto
  }

  .tab\:left-px{
    left:1px
  }

  .tab\:left-0\.5{
    left:2px
  }

  .tab\:left-1\.5{
    left:6px
  }

  .tab\:left-2\.5{
    left:10px
  }

  .tab\:left-3\.5{
    left:14px
  }

  .tab\:left-4\.5{
    left:18px
  }

  .tab\:left-7\.5{
    left:30px
  }

  .tab\:-left-0{
    left:0px
  }

  .tab\:-left-1{
    left:-4px
  }

  .tab\:-left-2{
    left:-8px
  }

  .tab\:-left-3{
    left:-12px
  }

  .tab\:-left-4{
    left:-16px
  }

  .tab\:-left-5{
    left:-20px
  }

  .tab\:-left-6{
    left:-24px
  }

  .tab\:-left-7{
    left:-28px
  }

  .tab\:-left-8{
    left:-32px
  }

  .tab\:-left-9{
    left:-36px
  }

  .tab\:-left-10{
    left:-40px
  }

  .tab\:-left-11{
    left:-44px
  }

  .tab\:-left-12{
    left:-48px
  }

  .tab\:-left-13{
    left:-50px
  }

  .tab\:-left-14{
    left:-56px
  }

  .tab\:-left-15{
    left:-60px
  }

  .tab\:-left-16{
    left:-64px
  }

  .tab\:-left-20{
    left:-80px
  }

  .tab\:-left-24{
    left:-96px
  }

  .tab\:-left-28{
    left:-112px
  }

  .tab\:-left-32{
    left:-128px
  }

  .tab\:-left-36{
    left:-144px
  }

  .tab\:-left-40{
    left:-160px
  }

  .tab\:-left-44{
    left:-176px
  }

  .tab\:-left-48{
    left:-192px
  }

  .tab\:-left-52{
    left:-208px
  }

  .tab\:-left-56{
    left:-224px
  }

  .tab\:-left-60{
    left:-240px
  }

  .tab\:-left-64{
    left:-256px
  }

  .tab\:-left-72{
    left:-288px
  }

  .tab\:-left-80{
    left:-320px
  }

  .tab\:-left-96{
    left:-384px
  }

  .tab\:-left-px{
    left:-1px
  }

  .tab\:-left-0\.5{
    left:-2px
  }

  .tab\:-left-1\.5{
    left:-6px
  }

  .tab\:-left-2\.5{
    left:-10px
  }

  .tab\:-left-3\.5{
    left:-14px
  }

  .tab\:-left-4\.5{
    left:-18px
  }

  .tab\:-left-7\.5{
    left:-30px
  }

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

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

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

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

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

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

  .tab\:left-full{
    left:100%
  }

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

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

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

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

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

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

  .tab\:-left-full{
    left:-100%
  }

  .tab\:isolate{
    isolation:isolate
  }

  .tab\:isolation-auto{
    isolation:auto
  }

  .tab\:z-0{
    z-index:0
  }

  .tab\:z-10{
    z-index:10
  }

  .tab\:z-20{
    z-index:20
  }

  .tab\:z-30{
    z-index:30
  }

  .tab\:z-40{
    z-index:40
  }

  .tab\:z-50{
    z-index:50
  }

  .tab\:z-auto{
    z-index:auto
  }

  .tab\:focus-within\:z-0:focus-within{
    z-index:0
  }

  .tab\:focus-within\:z-10:focus-within{
    z-index:10
  }

  .tab\:focus-within\:z-20:focus-within{
    z-index:20
  }

  .tab\:focus-within\:z-30:focus-within{
    z-index:30
  }

  .tab\:focus-within\:z-40:focus-within{
    z-index:40
  }

  .tab\:focus-within\:z-50:focus-within{
    z-index:50
  }

  .tab\:focus-within\:z-auto:focus-within{
    z-index:auto
  }

  .tab\:focus\:z-0:focus{
    z-index:0
  }

  .tab\:focus\:z-10:focus{
    z-index:10
  }

  .tab\:focus\:z-20:focus{
    z-index:20
  }

  .tab\:focus\:z-30:focus{
    z-index:30
  }

  .tab\:focus\:z-40:focus{
    z-index:40
  }

  .tab\:focus\:z-50:focus{
    z-index:50
  }

  .tab\:focus\:z-auto:focus{
    z-index:auto
  }

  .tab\:order-1{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1
  }

  .tab\:order-2{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2
  }

  .tab\:order-3{
    -webkit-box-ordinal-group:4;
    -webkit-order:3;
        -ms-flex-order:3;
            order:3
  }

  .tab\:order-4{
    -webkit-box-ordinal-group:5;
    -webkit-order:4;
        -ms-flex-order:4;
            order:4
  }

  .tab\:order-5{
    -webkit-box-ordinal-group:6;
    -webkit-order:5;
        -ms-flex-order:5;
            order:5
  }

  .tab\:order-6{
    -webkit-box-ordinal-group:7;
    -webkit-order:6;
        -ms-flex-order:6;
            order:6
  }

  .tab\:order-7{
    -webkit-box-ordinal-group:8;
    -webkit-order:7;
        -ms-flex-order:7;
            order:7
  }

  .tab\:order-8{
    -webkit-box-ordinal-group:9;
    -webkit-order:8;
        -ms-flex-order:8;
            order:8
  }

  .tab\:order-9{
    -webkit-box-ordinal-group:10;
    -webkit-order:9;
        -ms-flex-order:9;
            order:9
  }

  .tab\:order-10{
    -webkit-box-ordinal-group:11;
    -webkit-order:10;
        -ms-flex-order:10;
            order:10
  }

  .tab\:order-11{
    -webkit-box-ordinal-group:12;
    -webkit-order:11;
        -ms-flex-order:11;
            order:11
  }

  .tab\:order-12{
    -webkit-box-ordinal-group:13;
    -webkit-order:12;
        -ms-flex-order:12;
            order:12
  }

  .tab\:order-first{
    -webkit-box-ordinal-group:-9998;
    -webkit-order:-9999;
        -ms-flex-order:-9999;
            order:-9999
  }

  .tab\:order-last{
    -webkit-box-ordinal-group:10000;
    -webkit-order:9999;
        -ms-flex-order:9999;
            order:9999
  }

  .tab\:order-none{
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
        -ms-flex-order:0;
            order:0
  }

  .tab\:col-auto{
    grid-column:auto
  }

  .tab\:col-span-1{
    grid-column:span 1 / span 1
  }

  .tab\:col-span-2{
    grid-column:span 2 / span 2
  }

  .tab\:col-span-3{
    grid-column:span 3 / span 3
  }

  .tab\:col-span-4{
    grid-column:span 4 / span 4
  }

  .tab\:col-span-5{
    grid-column:span 5 / span 5
  }

  .tab\:col-span-6{
    grid-column:span 6 / span 6
  }

  .tab\:col-span-7{
    grid-column:span 7 / span 7
  }

  .tab\:col-span-8{
    grid-column:span 8 / span 8
  }

  .tab\:col-span-9{
    grid-column:span 9 / span 9
  }

  .tab\:col-span-10{
    grid-column:span 10 / span 10
  }

  .tab\:col-span-11{
    grid-column:span 11 / span 11
  }

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

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

  .tab\:col-start-1{
    grid-column-start:1
  }

  .tab\:col-start-2{
    grid-column-start:2
  }

  .tab\:col-start-3{
    grid-column-start:3
  }

  .tab\:col-start-4{
    grid-column-start:4
  }

  .tab\:col-start-5{
    grid-column-start:5
  }

  .tab\:col-start-6{
    grid-column-start:6
  }

  .tab\:col-start-7{
    grid-column-start:7
  }

  .tab\:col-start-8{
    grid-column-start:8
  }

  .tab\:col-start-9{
    grid-column-start:9
  }

  .tab\:col-start-10{
    grid-column-start:10
  }

  .tab\:col-start-11{
    grid-column-start:11
  }

  .tab\:col-start-12{
    grid-column-start:12
  }

  .tab\:col-start-13{
    grid-column-start:13
  }

  .tab\:col-start-auto{
    grid-column-start:auto
  }

  .tab\:col-end-1{
    grid-column-end:1
  }

  .tab\:col-end-2{
    grid-column-end:2
  }

  .tab\:col-end-3{
    grid-column-end:3
  }

  .tab\:col-end-4{
    grid-column-end:4
  }

  .tab\:col-end-5{
    grid-column-end:5
  }

  .tab\:col-end-6{
    grid-column-end:6
  }

  .tab\:col-end-7{
    grid-column-end:7
  }

  .tab\:col-end-8{
    grid-column-end:8
  }

  .tab\:col-end-9{
    grid-column-end:9
  }

  .tab\:col-end-10{
    grid-column-end:10
  }

  .tab\:col-end-11{
    grid-column-end:11
  }

  .tab\:col-end-12{
    grid-column-end:12
  }

  .tab\:col-end-13{
    grid-column-end:13
  }

  .tab\:col-end-auto{
    grid-column-end:auto
  }

  .tab\:row-auto{
    grid-row:auto
  }

  .tab\:row-span-1{
    grid-row:span 1 / span 1
  }

  .tab\:row-span-2{
    grid-row:span 2 / span 2
  }

  .tab\:row-span-3{
    grid-row:span 3 / span 3
  }

  .tab\:row-span-4{
    grid-row:span 4 / span 4
  }

  .tab\:row-span-5{
    grid-row:span 5 / span 5
  }

  .tab\:row-span-6{
    grid-row:span 6 / span 6
  }

  .tab\:row-span-full{
    grid-row:1 / -1
  }

  .tab\:row-start-1{
    grid-row-start:1
  }

  .tab\:row-start-2{
    grid-row-start:2
  }

  .tab\:row-start-3{
    grid-row-start:3
  }

  .tab\:row-start-4{
    grid-row-start:4
  }

  .tab\:row-start-5{
    grid-row-start:5
  }

  .tab\:row-start-6{
    grid-row-start:6
  }

  .tab\:row-start-7{
    grid-row-start:7
  }

  .tab\:row-start-auto{
    grid-row-start:auto
  }

  .tab\:row-end-1{
    grid-row-end:1
  }

  .tab\:row-end-2{
    grid-row-end:2
  }

  .tab\:row-end-3{
    grid-row-end:3
  }

  .tab\:row-end-4{
    grid-row-end:4
  }

  .tab\:row-end-5{
    grid-row-end:5
  }

  .tab\:row-end-6{
    grid-row-end:6
  }

  .tab\:row-end-7{
    grid-row-end:7
  }

  .tab\:row-end-auto{
    grid-row-end:auto
  }

  .tab\:float-right{
    float:right
  }

  .tab\:float-left{
    float:left
  }

  .tab\:float-none{
    float:none
  }

  .tab\:clear-left{
    clear:left
  }

  .tab\:clear-right{
    clear:right
  }

  .tab\:clear-both{
    clear:both
  }

  .tab\:clear-none{
    clear:none
  }

  .tab\:m-0{
    margin:0px
  }

  .tab\:m-1{
    margin:4px
  }

  .tab\:m-2{
    margin:8px
  }

  .tab\:m-3{
    margin:12px
  }

  .tab\:m-4{
    margin:16px
  }

  .tab\:m-5{
    margin:20px
  }

  .tab\:m-6{
    margin:24px
  }

  .tab\:m-7{
    margin:28px
  }

  .tab\:m-8{
    margin:32px
  }

  .tab\:m-9{
    margin:36px
  }

  .tab\:m-10{
    margin:40px
  }

  .tab\:m-11{
    margin:44px
  }

  .tab\:m-12{
    margin:48px
  }

  .tab\:m-13{
    margin:50px
  }

  .tab\:m-14{
    margin:56px
  }

  .tab\:m-15{
    margin:60px
  }

  .tab\:m-16{
    margin:64px
  }

  .tab\:m-20{
    margin:80px
  }

  .tab\:m-24{
    margin:96px
  }

  .tab\:m-28{
    margin:112px
  }

  .tab\:m-32{
    margin:128px
  }

  .tab\:m-36{
    margin:144px
  }

  .tab\:m-40{
    margin:160px
  }

  .tab\:m-44{
    margin:176px
  }

  .tab\:m-48{
    margin:192px
  }

  .tab\:m-52{
    margin:208px
  }

  .tab\:m-56{
    margin:224px
  }

  .tab\:m-60{
    margin:240px
  }

  .tab\:m-64{
    margin:256px
  }

  .tab\:m-72{
    margin:288px
  }

  .tab\:m-80{
    margin:320px
  }

  .tab\:m-96{
    margin:384px
  }

  .tab\:m-auto{
    margin:auto
  }

  .tab\:m-px{
    margin:1px
  }

  .tab\:m-0\.5{
    margin:2px
  }

  .tab\:m-1\.5{
    margin:6px
  }

  .tab\:m-2\.5{
    margin:10px
  }

  .tab\:m-3\.5{
    margin:14px
  }

  .tab\:m-4\.5{
    margin:18px
  }

  .tab\:m-7\.5{
    margin:30px
  }

  .tab\:-m-0{
    margin:0px
  }

  .tab\:-m-1{
    margin:-4px
  }

  .tab\:-m-2{
    margin:-8px
  }

  .tab\:-m-3{
    margin:-12px
  }

  .tab\:-m-4{
    margin:-16px
  }

  .tab\:-m-5{
    margin:-20px
  }

  .tab\:-m-6{
    margin:-24px
  }

  .tab\:-m-7{
    margin:-28px
  }

  .tab\:-m-8{
    margin:-32px
  }

  .tab\:-m-9{
    margin:-36px
  }

  .tab\:-m-10{
    margin:-40px
  }

  .tab\:-m-11{
    margin:-44px
  }

  .tab\:-m-12{
    margin:-48px
  }

  .tab\:-m-13{
    margin:-50px
  }

  .tab\:-m-14{
    margin:-56px
  }

  .tab\:-m-15{
    margin:-60px
  }

  .tab\:-m-16{
    margin:-64px
  }

  .tab\:-m-20{
    margin:-80px
  }

  .tab\:-m-24{
    margin:-96px
  }

  .tab\:-m-28{
    margin:-112px
  }

  .tab\:-m-32{
    margin:-128px
  }

  .tab\:-m-36{
    margin:-144px
  }

  .tab\:-m-40{
    margin:-160px
  }

  .tab\:-m-44{
    margin:-176px
  }

  .tab\:-m-48{
    margin:-192px
  }

  .tab\:-m-52{
    margin:-208px
  }

  .tab\:-m-56{
    margin:-224px
  }

  .tab\:-m-60{
    margin:-240px
  }

  .tab\:-m-64{
    margin:-256px
  }

  .tab\:-m-72{
    margin:-288px
  }

  .tab\:-m-80{
    margin:-320px
  }

  .tab\:-m-96{
    margin:-384px
  }

  .tab\:-m-px{
    margin:-1px
  }

  .tab\:-m-0\.5{
    margin:-2px
  }

  .tab\:-m-1\.5{
    margin:-6px
  }

  .tab\:-m-2\.5{
    margin:-10px
  }

  .tab\:-m-3\.5{
    margin:-14px
  }

  .tab\:-m-4\.5{
    margin:-18px
  }

  .tab\:-m-7\.5{
    margin:-30px
  }

  .tab\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .tab\:mx-1{
    margin-left:4px;
    margin-right:4px
  }

  .tab\:mx-2{
    margin-left:8px;
    margin-right:8px
  }

  .tab\:mx-3{
    margin-left:12px;
    margin-right:12px
  }

  .tab\:mx-4{
    margin-left:16px;
    margin-right:16px
  }

  .tab\:mx-5{
    margin-left:20px;
    margin-right:20px
  }

  .tab\:mx-6{
    margin-left:24px;
    margin-right:24px
  }

  .tab\:mx-7{
    margin-left:28px;
    margin-right:28px
  }

  .tab\:mx-8{
    margin-left:32px;
    margin-right:32px
  }

  .tab\:mx-9{
    margin-left:36px;
    margin-right:36px
  }

  .tab\:mx-10{
    margin-left:40px;
    margin-right:40px
  }

  .tab\:mx-11{
    margin-left:44px;
    margin-right:44px
  }

  .tab\:mx-12{
    margin-left:48px;
    margin-right:48px
  }

  .tab\:mx-13{
    margin-left:50px;
    margin-right:50px
  }

  .tab\:mx-14{
    margin-left:56px;
    margin-right:56px
  }

  .tab\:mx-15{
    margin-left:60px;
    margin-right:60px
  }

  .tab\:mx-16{
    margin-left:64px;
    margin-right:64px
  }

  .tab\:mx-20{
    margin-left:80px;
    margin-right:80px
  }

  .tab\:mx-24{
    margin-left:96px;
    margin-right:96px
  }

  .tab\:mx-28{
    margin-left:112px;
    margin-right:112px
  }

  .tab\:mx-32{
    margin-left:128px;
    margin-right:128px
  }

  .tab\:mx-36{
    margin-left:144px;
    margin-right:144px
  }

  .tab\:mx-40{
    margin-left:160px;
    margin-right:160px
  }

  .tab\:mx-44{
    margin-left:176px;
    margin-right:176px
  }

  .tab\:mx-48{
    margin-left:192px;
    margin-right:192px
  }

  .tab\:mx-52{
    margin-left:208px;
    margin-right:208px
  }

  .tab\:mx-56{
    margin-left:224px;
    margin-right:224px
  }

  .tab\:mx-60{
    margin-left:240px;
    margin-right:240px
  }

  .tab\:mx-64{
    margin-left:256px;
    margin-right:256px
  }

  .tab\:mx-72{
    margin-left:288px;
    margin-right:288px
  }

  .tab\:mx-80{
    margin-left:320px;
    margin-right:320px
  }

  .tab\:mx-96{
    margin-left:384px;
    margin-right:384px
  }

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

  .tab\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .tab\:mx-0\.5{
    margin-left:2px;
    margin-right:2px
  }

  .tab\:mx-1\.5{
    margin-left:6px;
    margin-right:6px
  }

  .tab\:mx-2\.5{
    margin-left:10px;
    margin-right:10px
  }

  .tab\:mx-3\.5{
    margin-left:14px;
    margin-right:14px
  }

  .tab\:mx-4\.5{
    margin-left:18px;
    margin-right:18px
  }

  .tab\:mx-7\.5{
    margin-left:30px;
    margin-right:30px
  }

  .tab\:-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .tab\:-mx-1{
    margin-left:-4px;
    margin-right:-4px
  }

  .tab\:-mx-2{
    margin-left:-8px;
    margin-right:-8px
  }

  .tab\:-mx-3{
    margin-left:-12px;
    margin-right:-12px
  }

  .tab\:-mx-4{
    margin-left:-16px;
    margin-right:-16px
  }

  .tab\:-mx-5{
    margin-left:-20px;
    margin-right:-20px
  }

  .tab\:-mx-6{
    margin-left:-24px;
    margin-right:-24px
  }

  .tab\:-mx-7{
    margin-left:-28px;
    margin-right:-28px
  }

  .tab\:-mx-8{
    margin-left:-32px;
    margin-right:-32px
  }

  .tab\:-mx-9{
    margin-left:-36px;
    margin-right:-36px
  }

  .tab\:-mx-10{
    margin-left:-40px;
    margin-right:-40px
  }

  .tab\:-mx-11{
    margin-left:-44px;
    margin-right:-44px
  }

  .tab\:-mx-12{
    margin-left:-48px;
    margin-right:-48px
  }

  .tab\:-mx-13{
    margin-left:-50px;
    margin-right:-50px
  }

  .tab\:-mx-14{
    margin-left:-56px;
    margin-right:-56px
  }

  .tab\:-mx-15{
    margin-left:-60px;
    margin-right:-60px
  }

  .tab\:-mx-16{
    margin-left:-64px;
    margin-right:-64px
  }

  .tab\:-mx-20{
    margin-left:-80px;
    margin-right:-80px
  }

  .tab\:-mx-24{
    margin-left:-96px;
    margin-right:-96px
  }

  .tab\:-mx-28{
    margin-left:-112px;
    margin-right:-112px
  }

  .tab\:-mx-32{
    margin-left:-128px;
    margin-right:-128px
  }

  .tab\:-mx-36{
    margin-left:-144px;
    margin-right:-144px
  }

  .tab\:-mx-40{
    margin-left:-160px;
    margin-right:-160px
  }

  .tab\:-mx-44{
    margin-left:-176px;
    margin-right:-176px
  }

  .tab\:-mx-48{
    margin-left:-192px;
    margin-right:-192px
  }

  .tab\:-mx-52{
    margin-left:-208px;
    margin-right:-208px
  }

  .tab\:-mx-56{
    margin-left:-224px;
    margin-right:-224px
  }

  .tab\:-mx-60{
    margin-left:-240px;
    margin-right:-240px
  }

  .tab\:-mx-64{
    margin-left:-256px;
    margin-right:-256px
  }

  .tab\:-mx-72{
    margin-left:-288px;
    margin-right:-288px
  }

  .tab\:-mx-80{
    margin-left:-320px;
    margin-right:-320px
  }

  .tab\:-mx-96{
    margin-left:-384px;
    margin-right:-384px
  }

  .tab\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .tab\:-mx-0\.5{
    margin-left:-2px;
    margin-right:-2px
  }

  .tab\:-mx-1\.5{
    margin-left:-6px;
    margin-right:-6px
  }

  .tab\:-mx-2\.5{
    margin-left:-10px;
    margin-right:-10px
  }

  .tab\:-mx-3\.5{
    margin-left:-14px;
    margin-right:-14px
  }

  .tab\:-mx-4\.5{
    margin-left:-18px;
    margin-right:-18px
  }

  .tab\:-mx-7\.5{
    margin-left:-30px;
    margin-right:-30px
  }

  .tab\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .tab\:my-1{
    margin-top:4px;
    margin-bottom:4px
  }

  .tab\:my-2{
    margin-top:8px;
    margin-bottom:8px
  }

  .tab\:my-3{
    margin-top:12px;
    margin-bottom:12px
  }

  .tab\:my-4{
    margin-top:16px;
    margin-bottom:16px
  }

  .tab\:my-5{
    margin-top:20px;
    margin-bottom:20px
  }

  .tab\:my-6{
    margin-top:24px;
    margin-bottom:24px
  }

  .tab\:my-7{
    margin-top:28px;
    margin-bottom:28px
  }

  .tab\:my-8{
    margin-top:32px;
    margin-bottom:32px
  }

  .tab\:my-9{
    margin-top:36px;
    margin-bottom:36px
  }

  .tab\:my-10{
    margin-top:40px;
    margin-bottom:40px
  }

  .tab\:my-11{
    margin-top:44px;
    margin-bottom:44px
  }

  .tab\:my-12{
    margin-top:48px;
    margin-bottom:48px
  }

  .tab\:my-13{
    margin-top:50px;
    margin-bottom:50px
  }

  .tab\:my-14{
    margin-top:56px;
    margin-bottom:56px
  }

  .tab\:my-15{
    margin-top:60px;
    margin-bottom:60px
  }

  .tab\:my-16{
    margin-top:64px;
    margin-bottom:64px
  }

  .tab\:my-20{
    margin-top:80px;
    margin-bottom:80px
  }

  .tab\:my-24{
    margin-top:96px;
    margin-bottom:96px
  }

  .tab\:my-28{
    margin-top:112px;
    margin-bottom:112px
  }

  .tab\:my-32{
    margin-top:128px;
    margin-bottom:128px
  }

  .tab\:my-36{
    margin-top:144px;
    margin-bottom:144px
  }

  .tab\:my-40{
    margin-top:160px;
    margin-bottom:160px
  }

  .tab\:my-44{
    margin-top:176px;
    margin-bottom:176px
  }

  .tab\:my-48{
    margin-top:192px;
    margin-bottom:192px
  }

  .tab\:my-52{
    margin-top:208px;
    margin-bottom:208px
  }

  .tab\:my-56{
    margin-top:224px;
    margin-bottom:224px
  }

  .tab\:my-60{
    margin-top:240px;
    margin-bottom:240px
  }

  .tab\:my-64{
    margin-top:256px;
    margin-bottom:256px
  }

  .tab\:my-72{
    margin-top:288px;
    margin-bottom:288px
  }

  .tab\:my-80{
    margin-top:320px;
    margin-bottom:320px
  }

  .tab\:my-96{
    margin-top:384px;
    margin-bottom:384px
  }

  .tab\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .tab\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .tab\:my-0\.5{
    margin-top:2px;
    margin-bottom:2px
  }

  .tab\:my-1\.5{
    margin-top:6px;
    margin-bottom:6px
  }

  .tab\:my-2\.5{
    margin-top:10px;
    margin-bottom:10px
  }

  .tab\:my-3\.5{
    margin-top:14px;
    margin-bottom:14px
  }

  .tab\:my-4\.5{
    margin-top:18px;
    margin-bottom:18px
  }

  .tab\:my-7\.5{
    margin-top:30px;
    margin-bottom:30px
  }

  .tab\:-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .tab\:-my-1{
    margin-top:-4px;
    margin-bottom:-4px
  }

  .tab\:-my-2{
    margin-top:-8px;
    margin-bottom:-8px
  }

  .tab\:-my-3{
    margin-top:-12px;
    margin-bottom:-12px
  }

  .tab\:-my-4{
    margin-top:-16px;
    margin-bottom:-16px
  }

  .tab\:-my-5{
    margin-top:-20px;
    margin-bottom:-20px
  }

  .tab\:-my-6{
    margin-top:-24px;
    margin-bottom:-24px
  }

  .tab\:-my-7{
    margin-top:-28px;
    margin-bottom:-28px
  }

  .tab\:-my-8{
    margin-top:-32px;
    margin-bottom:-32px
  }

  .tab\:-my-9{
    margin-top:-36px;
    margin-bottom:-36px
  }

  .tab\:-my-10{
    margin-top:-40px;
    margin-bottom:-40px
  }

  .tab\:-my-11{
    margin-top:-44px;
    margin-bottom:-44px
  }

  .tab\:-my-12{
    margin-top:-48px;
    margin-bottom:-48px
  }

  .tab\:-my-13{
    margin-top:-50px;
    margin-bottom:-50px
  }

  .tab\:-my-14{
    margin-top:-56px;
    margin-bottom:-56px
  }

  .tab\:-my-15{
    margin-top:-60px;
    margin-bottom:-60px
  }

  .tab\:-my-16{
    margin-top:-64px;
    margin-bottom:-64px
  }

  .tab\:-my-20{
    margin-top:-80px;
    margin-bottom:-80px
  }

  .tab\:-my-24{
    margin-top:-96px;
    margin-bottom:-96px
  }

  .tab\:-my-28{
    margin-top:-112px;
    margin-bottom:-112px
  }

  .tab\:-my-32{
    margin-top:-128px;
    margin-bottom:-128px
  }

  .tab\:-my-36{
    margin-top:-144px;
    margin-bottom:-144px
  }

  .tab\:-my-40{
    margin-top:-160px;
    margin-bottom:-160px
  }

  .tab\:-my-44{
    margin-top:-176px;
    margin-bottom:-176px
  }

  .tab\:-my-48{
    margin-top:-192px;
    margin-bottom:-192px
  }

  .tab\:-my-52{
    margin-top:-208px;
    margin-bottom:-208px
  }

  .tab\:-my-56{
    margin-top:-224px;
    margin-bottom:-224px
  }

  .tab\:-my-60{
    margin-top:-240px;
    margin-bottom:-240px
  }

  .tab\:-my-64{
    margin-top:-256px;
    margin-bottom:-256px
  }

  .tab\:-my-72{
    margin-top:-288px;
    margin-bottom:-288px
  }

  .tab\:-my-80{
    margin-top:-320px;
    margin-bottom:-320px
  }

  .tab\:-my-96{
    margin-top:-384px;
    margin-bottom:-384px
  }

  .tab\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .tab\:-my-0\.5{
    margin-top:-2px;
    margin-bottom:-2px
  }

  .tab\:-my-1\.5{
    margin-top:-6px;
    margin-bottom:-6px
  }

  .tab\:-my-2\.5{
    margin-top:-10px;
    margin-bottom:-10px
  }

  .tab\:-my-3\.5{
    margin-top:-14px;
    margin-bottom:-14px
  }

  .tab\:-my-4\.5{
    margin-top:-18px;
    margin-bottom:-18px
  }

  .tab\:-my-7\.5{
    margin-top:-30px;
    margin-bottom:-30px
  }

  .tab\:mt-0{
    margin-top:0px
  }

  .tab\:mt-1{
    margin-top:4px
  }

  .tab\:mt-2{
    margin-top:8px
  }

  .tab\:mt-3{
    margin-top:12px
  }

  .tab\:mt-4{
    margin-top:16px
  }

  .tab\:mt-5{
    margin-top:20px
  }

  .tab\:mt-6{
    margin-top:24px
  }

  .tab\:mt-7{
    margin-top:28px
  }

  .tab\:mt-8{
    margin-top:32px
  }

  .tab\:mt-9{
    margin-top:36px
  }

  .tab\:mt-10{
    margin-top:40px
  }

  .tab\:mt-11{
    margin-top:44px
  }

  .tab\:mt-12{
    margin-top:48px
  }

  .tab\:mt-13{
    margin-top:50px
  }

  .tab\:mt-14{
    margin-top:56px
  }

  .tab\:mt-15{
    margin-top:60px
  }

  .tab\:mt-16{
    margin-top:64px
  }

  .tab\:mt-20{
    margin-top:80px
  }

  .tab\:mt-24{
    margin-top:96px
  }

  .tab\:mt-28{
    margin-top:112px
  }

  .tab\:mt-32{
    margin-top:128px
  }

  .tab\:mt-36{
    margin-top:144px
  }

  .tab\:mt-40{
    margin-top:160px
  }

  .tab\:mt-44{
    margin-top:176px
  }

  .tab\:mt-48{
    margin-top:192px
  }

  .tab\:mt-52{
    margin-top:208px
  }

  .tab\:mt-56{
    margin-top:224px
  }

  .tab\:mt-60{
    margin-top:240px
  }

  .tab\:mt-64{
    margin-top:256px
  }

  .tab\:mt-72{
    margin-top:288px
  }

  .tab\:mt-80{
    margin-top:320px
  }

  .tab\:mt-96{
    margin-top:384px
  }

  .tab\:mt-auto{
    margin-top:auto
  }

  .tab\:mt-px{
    margin-top:1px
  }

  .tab\:mt-0\.5{
    margin-top:2px
  }

  .tab\:mt-1\.5{
    margin-top:6px
  }

  .tab\:mt-2\.5{
    margin-top:10px
  }

  .tab\:mt-3\.5{
    margin-top:14px
  }

  .tab\:mt-4\.5{
    margin-top:18px
  }

  .tab\:mt-7\.5{
    margin-top:30px
  }

  .tab\:-mt-0{
    margin-top:0px
  }

  .tab\:-mt-1{
    margin-top:-4px
  }

  .tab\:-mt-2{
    margin-top:-8px
  }

  .tab\:-mt-3{
    margin-top:-12px
  }

  .tab\:-mt-4{
    margin-top:-16px
  }

  .tab\:-mt-5{
    margin-top:-20px
  }

  .tab\:-mt-6{
    margin-top:-24px
  }

  .tab\:-mt-7{
    margin-top:-28px
  }

  .tab\:-mt-8{
    margin-top:-32px
  }

  .tab\:-mt-9{
    margin-top:-36px
  }

  .tab\:-mt-10{
    margin-top:-40px
  }

  .tab\:-mt-11{
    margin-top:-44px
  }

  .tab\:-mt-12{
    margin-top:-48px
  }

  .tab\:-mt-13{
    margin-top:-50px
  }

  .tab\:-mt-14{
    margin-top:-56px
  }

  .tab\:-mt-15{
    margin-top:-60px
  }

  .tab\:-mt-16{
    margin-top:-64px
  }

  .tab\:-mt-20{
    margin-top:-80px
  }

  .tab\:-mt-24{
    margin-top:-96px
  }

  .tab\:-mt-28{
    margin-top:-112px
  }

  .tab\:-mt-32{
    margin-top:-128px
  }

  .tab\:-mt-36{
    margin-top:-144px
  }

  .tab\:-mt-40{
    margin-top:-160px
  }

  .tab\:-mt-44{
    margin-top:-176px
  }

  .tab\:-mt-48{
    margin-top:-192px
  }

  .tab\:-mt-52{
    margin-top:-208px
  }

  .tab\:-mt-56{
    margin-top:-224px
  }

  .tab\:-mt-60{
    margin-top:-240px
  }

  .tab\:-mt-64{
    margin-top:-256px
  }

  .tab\:-mt-72{
    margin-top:-288px
  }

  .tab\:-mt-80{
    margin-top:-320px
  }

  .tab\:-mt-96{
    margin-top:-384px
  }

  .tab\:-mt-px{
    margin-top:-1px
  }

  .tab\:-mt-0\.5{
    margin-top:-2px
  }

  .tab\:-mt-1\.5{
    margin-top:-6px
  }

  .tab\:-mt-2\.5{
    margin-top:-10px
  }

  .tab\:-mt-3\.5{
    margin-top:-14px
  }

  .tab\:-mt-4\.5{
    margin-top:-18px
  }

  .tab\:-mt-7\.5{
    margin-top:-30px
  }

  .tab\:mr-0{
    margin-right:0px
  }

  .tab\:mr-1{
    margin-right:4px
  }

  .tab\:mr-2{
    margin-right:8px
  }

  .tab\:mr-3{
    margin-right:12px
  }

  .tab\:mr-4{
    margin-right:16px
  }

  .tab\:mr-5{
    margin-right:20px
  }

  .tab\:mr-6{
    margin-right:24px
  }

  .tab\:mr-7{
    margin-right:28px
  }

  .tab\:mr-8{
    margin-right:32px
  }

  .tab\:mr-9{
    margin-right:36px
  }

  .tab\:mr-10{
    margin-right:40px
  }

  .tab\:mr-11{
    margin-right:44px
  }

  .tab\:mr-12{
    margin-right:48px
  }

  .tab\:mr-13{
    margin-right:50px
  }

  .tab\:mr-14{
    margin-right:56px
  }

  .tab\:mr-15{
    margin-right:60px
  }

  .tab\:mr-16{
    margin-right:64px
  }

  .tab\:mr-20{
    margin-right:80px
  }

  .tab\:mr-24{
    margin-right:96px
  }

  .tab\:mr-28{
    margin-right:112px
  }

  .tab\:mr-32{
    margin-right:128px
  }

  .tab\:mr-36{
    margin-right:144px
  }

  .tab\:mr-40{
    margin-right:160px
  }

  .tab\:mr-44{
    margin-right:176px
  }

  .tab\:mr-48{
    margin-right:192px
  }

  .tab\:mr-52{
    margin-right:208px
  }

  .tab\:mr-56{
    margin-right:224px
  }

  .tab\:mr-60{
    margin-right:240px
  }

  .tab\:mr-64{
    margin-right:256px
  }

  .tab\:mr-72{
    margin-right:288px
  }

  .tab\:mr-80{
    margin-right:320px
  }

  .tab\:mr-96{
    margin-right:384px
  }

  .tab\:mr-auto{
    margin-right:auto
  }

  .tab\:mr-px{
    margin-right:1px
  }

  .tab\:mr-0\.5{
    margin-right:2px
  }

  .tab\:mr-1\.5{
    margin-right:6px
  }

  .tab\:mr-2\.5{
    margin-right:10px
  }

  .tab\:mr-3\.5{
    margin-right:14px
  }

  .tab\:mr-4\.5{
    margin-right:18px
  }

  .tab\:mr-7\.5{
    margin-right:30px
  }

  .tab\:-mr-0{
    margin-right:0px
  }

  .tab\:-mr-1{
    margin-right:-4px
  }

  .tab\:-mr-2{
    margin-right:-8px
  }

  .tab\:-mr-3{
    margin-right:-12px
  }

  .tab\:-mr-4{
    margin-right:-16px
  }

  .tab\:-mr-5{
    margin-right:-20px
  }

  .tab\:-mr-6{
    margin-right:-24px
  }

  .tab\:-mr-7{
    margin-right:-28px
  }

  .tab\:-mr-8{
    margin-right:-32px
  }

  .tab\:-mr-9{
    margin-right:-36px
  }

  .tab\:-mr-10{
    margin-right:-40px
  }

  .tab\:-mr-11{
    margin-right:-44px
  }

  .tab\:-mr-12{
    margin-right:-48px
  }

  .tab\:-mr-13{
    margin-right:-50px
  }

  .tab\:-mr-14{
    margin-right:-56px
  }

  .tab\:-mr-15{
    margin-right:-60px
  }

  .tab\:-mr-16{
    margin-right:-64px
  }

  .tab\:-mr-20{
    margin-right:-80px
  }

  .tab\:-mr-24{
    margin-right:-96px
  }

  .tab\:-mr-28{
    margin-right:-112px
  }

  .tab\:-mr-32{
    margin-right:-128px
  }

  .tab\:-mr-36{
    margin-right:-144px
  }

  .tab\:-mr-40{
    margin-right:-160px
  }

  .tab\:-mr-44{
    margin-right:-176px
  }

  .tab\:-mr-48{
    margin-right:-192px
  }

  .tab\:-mr-52{
    margin-right:-208px
  }

  .tab\:-mr-56{
    margin-right:-224px
  }

  .tab\:-mr-60{
    margin-right:-240px
  }

  .tab\:-mr-64{
    margin-right:-256px
  }

  .tab\:-mr-72{
    margin-right:-288px
  }

  .tab\:-mr-80{
    margin-right:-320px
  }

  .tab\:-mr-96{
    margin-right:-384px
  }

  .tab\:-mr-px{
    margin-right:-1px
  }

  .tab\:-mr-0\.5{
    margin-right:-2px
  }

  .tab\:-mr-1\.5{
    margin-right:-6px
  }

  .tab\:-mr-2\.5{
    margin-right:-10px
  }

  .tab\:-mr-3\.5{
    margin-right:-14px
  }

  .tab\:-mr-4\.5{
    margin-right:-18px
  }

  .tab\:-mr-7\.5{
    margin-right:-30px
  }

  .tab\:mb-0{
    margin-bottom:0px
  }

  .tab\:mb-1{
    margin-bottom:4px
  }

  .tab\:mb-2{
    margin-bottom:8px
  }

  .tab\:mb-3{
    margin-bottom:12px
  }

  .tab\:mb-4{
    margin-bottom:16px
  }

  .tab\:mb-5{
    margin-bottom:20px
  }

  .tab\:mb-6{
    margin-bottom:24px
  }

  .tab\:mb-7{
    margin-bottom:28px
  }

  .tab\:mb-8{
    margin-bottom:32px
  }

  .tab\:mb-9{
    margin-bottom:36px
  }

  .tab\:mb-10{
    margin-bottom:40px
  }

  .tab\:mb-11{
    margin-bottom:44px
  }

  .tab\:mb-12{
    margin-bottom:48px
  }

  .tab\:mb-13{
    margin-bottom:50px
  }

  .tab\:mb-14{
    margin-bottom:56px
  }

  .tab\:mb-15{
    margin-bottom:60px
  }

  .tab\:mb-16{
    margin-bottom:64px
  }

  .tab\:mb-20{
    margin-bottom:80px
  }

  .tab\:mb-24{
    margin-bottom:96px
  }

  .tab\:mb-28{
    margin-bottom:112px
  }

  .tab\:mb-32{
    margin-bottom:128px
  }

  .tab\:mb-36{
    margin-bottom:144px
  }

  .tab\:mb-40{
    margin-bottom:160px
  }

  .tab\:mb-44{
    margin-bottom:176px
  }

  .tab\:mb-48{
    margin-bottom:192px
  }

  .tab\:mb-52{
    margin-bottom:208px
  }

  .tab\:mb-56{
    margin-bottom:224px
  }

  .tab\:mb-60{
    margin-bottom:240px
  }

  .tab\:mb-64{
    margin-bottom:256px
  }

  .tab\:mb-72{
    margin-bottom:288px
  }

  .tab\:mb-80{
    margin-bottom:320px
  }

  .tab\:mb-96{
    margin-bottom:384px
  }

  .tab\:mb-auto{
    margin-bottom:auto
  }

  .tab\:mb-px{
    margin-bottom:1px
  }

  .tab\:mb-0\.5{
    margin-bottom:2px
  }

  .tab\:mb-1\.5{
    margin-bottom:6px
  }

  .tab\:mb-2\.5{
    margin-bottom:10px
  }

  .tab\:mb-3\.5{
    margin-bottom:14px
  }

  .tab\:mb-4\.5{
    margin-bottom:18px
  }

  .tab\:mb-7\.5{
    margin-bottom:30px
  }

  .tab\:-mb-0{
    margin-bottom:0px
  }

  .tab\:-mb-1{
    margin-bottom:-4px
  }

  .tab\:-mb-2{
    margin-bottom:-8px
  }

  .tab\:-mb-3{
    margin-bottom:-12px
  }

  .tab\:-mb-4{
    margin-bottom:-16px
  }

  .tab\:-mb-5{
    margin-bottom:-20px
  }

  .tab\:-mb-6{
    margin-bottom:-24px
  }

  .tab\:-mb-7{
    margin-bottom:-28px
  }

  .tab\:-mb-8{
    margin-bottom:-32px
  }

  .tab\:-mb-9{
    margin-bottom:-36px
  }

  .tab\:-mb-10{
    margin-bottom:-40px
  }

  .tab\:-mb-11{
    margin-bottom:-44px
  }

  .tab\:-mb-12{
    margin-bottom:-48px
  }

  .tab\:-mb-13{
    margin-bottom:-50px
  }

  .tab\:-mb-14{
    margin-bottom:-56px
  }

  .tab\:-mb-15{
    margin-bottom:-60px
  }

  .tab\:-mb-16{
    margin-bottom:-64px
  }

  .tab\:-mb-20{
    margin-bottom:-80px
  }

  .tab\:-mb-24{
    margin-bottom:-96px
  }

  .tab\:-mb-28{
    margin-bottom:-112px
  }

  .tab\:-mb-32{
    margin-bottom:-128px
  }

  .tab\:-mb-36{
    margin-bottom:-144px
  }

  .tab\:-mb-40{
    margin-bottom:-160px
  }

  .tab\:-mb-44{
    margin-bottom:-176px
  }

  .tab\:-mb-48{
    margin-bottom:-192px
  }

  .tab\:-mb-52{
    margin-bottom:-208px
  }

  .tab\:-mb-56{
    margin-bottom:-224px
  }

  .tab\:-mb-60{
    margin-bottom:-240px
  }

  .tab\:-mb-64{
    margin-bottom:-256px
  }

  .tab\:-mb-72{
    margin-bottom:-288px
  }

  .tab\:-mb-80{
    margin-bottom:-320px
  }

  .tab\:-mb-96{
    margin-bottom:-384px
  }

  .tab\:-mb-px{
    margin-bottom:-1px
  }

  .tab\:-mb-0\.5{
    margin-bottom:-2px
  }

  .tab\:-mb-1\.5{
    margin-bottom:-6px
  }

  .tab\:-mb-2\.5{
    margin-bottom:-10px
  }

  .tab\:-mb-3\.5{
    margin-bottom:-14px
  }

  .tab\:-mb-4\.5{
    margin-bottom:-18px
  }

  .tab\:-mb-7\.5{
    margin-bottom:-30px
  }

  .tab\:ml-0{
    margin-left:0px
  }

  .tab\:ml-1{
    margin-left:4px
  }

  .tab\:ml-2{
    margin-left:8px
  }

  .tab\:ml-3{
    margin-left:12px
  }

  .tab\:ml-4{
    margin-left:16px
  }

  .tab\:ml-5{
    margin-left:20px
  }

  .tab\:ml-6{
    margin-left:24px
  }

  .tab\:ml-7{
    margin-left:28px
  }

  .tab\:ml-8{
    margin-left:32px
  }

  .tab\:ml-9{
    margin-left:36px
  }

  .tab\:ml-10{
    margin-left:40px
  }

  .tab\:ml-11{
    margin-left:44px
  }

  .tab\:ml-12{
    margin-left:48px
  }

  .tab\:ml-13{
    margin-left:50px
  }

  .tab\:ml-14{
    margin-left:56px
  }

  .tab\:ml-15{
    margin-left:60px
  }

  .tab\:ml-16{
    margin-left:64px
  }

  .tab\:ml-20{
    margin-left:80px
  }

  .tab\:ml-24{
    margin-left:96px
  }

  .tab\:ml-28{
    margin-left:112px
  }

  .tab\:ml-32{
    margin-left:128px
  }

  .tab\:ml-36{
    margin-left:144px
  }

  .tab\:ml-40{
    margin-left:160px
  }

  .tab\:ml-44{
    margin-left:176px
  }

  .tab\:ml-48{
    margin-left:192px
  }

  .tab\:ml-52{
    margin-left:208px
  }

  .tab\:ml-56{
    margin-left:224px
  }

  .tab\:ml-60{
    margin-left:240px
  }

  .tab\:ml-64{
    margin-left:256px
  }

  .tab\:ml-72{
    margin-left:288px
  }

  .tab\:ml-80{
    margin-left:320px
  }

  .tab\:ml-96{
    margin-left:384px
  }

  .tab\:ml-auto{
    margin-left:auto
  }

  .tab\:ml-px{
    margin-left:1px
  }

  .tab\:ml-0\.5{
    margin-left:2px
  }

  .tab\:ml-1\.5{
    margin-left:6px
  }

  .tab\:ml-2\.5{
    margin-left:10px
  }

  .tab\:ml-3\.5{
    margin-left:14px
  }

  .tab\:ml-4\.5{
    margin-left:18px
  }

  .tab\:ml-7\.5{
    margin-left:30px
  }

  .tab\:-ml-0{
    margin-left:0px
  }

  .tab\:-ml-1{
    margin-left:-4px
  }

  .tab\:-ml-2{
    margin-left:-8px
  }

  .tab\:-ml-3{
    margin-left:-12px
  }

  .tab\:-ml-4{
    margin-left:-16px
  }

  .tab\:-ml-5{
    margin-left:-20px
  }

  .tab\:-ml-6{
    margin-left:-24px
  }

  .tab\:-ml-7{
    margin-left:-28px
  }

  .tab\:-ml-8{
    margin-left:-32px
  }

  .tab\:-ml-9{
    margin-left:-36px
  }

  .tab\:-ml-10{
    margin-left:-40px
  }

  .tab\:-ml-11{
    margin-left:-44px
  }

  .tab\:-ml-12{
    margin-left:-48px
  }

  .tab\:-ml-13{
    margin-left:-50px
  }

  .tab\:-ml-14{
    margin-left:-56px
  }

  .tab\:-ml-15{
    margin-left:-60px
  }

  .tab\:-ml-16{
    margin-left:-64px
  }

  .tab\:-ml-20{
    margin-left:-80px
  }

  .tab\:-ml-24{
    margin-left:-96px
  }

  .tab\:-ml-28{
    margin-left:-112px
  }

  .tab\:-ml-32{
    margin-left:-128px
  }

  .tab\:-ml-36{
    margin-left:-144px
  }

  .tab\:-ml-40{
    margin-left:-160px
  }

  .tab\:-ml-44{
    margin-left:-176px
  }

  .tab\:-ml-48{
    margin-left:-192px
  }

  .tab\:-ml-52{
    margin-left:-208px
  }

  .tab\:-ml-56{
    margin-left:-224px
  }

  .tab\:-ml-60{
    margin-left:-240px
  }

  .tab\:-ml-64{
    margin-left:-256px
  }

  .tab\:-ml-72{
    margin-left:-288px
  }

  .tab\:-ml-80{
    margin-left:-320px
  }

  .tab\:-ml-96{
    margin-left:-384px
  }

  .tab\:-ml-px{
    margin-left:-1px
  }

  .tab\:-ml-0\.5{
    margin-left:-2px
  }

  .tab\:-ml-1\.5{
    margin-left:-6px
  }

  .tab\:-ml-2\.5{
    margin-left:-10px
  }

  .tab\:-ml-3\.5{
    margin-left:-14px
  }

  .tab\:-ml-4\.5{
    margin-left:-18px
  }

  .tab\:-ml-7\.5{
    margin-left:-30px
  }

  .tab\:box-border{
    -webkit-box-sizing:border-box;
            box-sizing:border-box
  }

  .tab\:box-content{
    -webkit-box-sizing:content-box;
            box-sizing:content-box
  }

  .tab\:block{
    display:block
  }

  .tab\:inline-block{
    display:inline-block
  }

  .tab\:inline{
    display:inline
  }

  .tab\:flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
  }

  .tab\:inline-flex{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex
  }

  .tab\:table{
    display:table
  }

  .tab\:inline-table{
    display:inline-table
  }

  .tab\:table-caption{
    display:table-caption
  }

  .tab\:table-cell{
    display:table-cell
  }

  .tab\:table-column{
    display:table-column
  }

  .tab\:table-column-group{
    display:table-column-group
  }

  .tab\:table-footer-group{
    display:table-footer-group
  }

  .tab\:table-header-group{
    display:table-header-group
  }

  .tab\:table-row-group{
    display:table-row-group
  }

  .tab\:table-row{
    display:table-row
  }

  .tab\:flow-root{
    display:flow-root
  }

  .tab\:grid{
    display:grid
  }

  .tab\:inline-grid{
    display:inline-grid
  }

  .tab\:contents{
    display:contents
  }

  .tab\:list-item{
    display:list-item
  }

  .tab\:hidden{
    display:none
  }

  .tab\:h-0{
    height:0px
  }

  .tab\:h-1{
    height:4px
  }

  .tab\:h-2{
    height:8px
  }

  .tab\:h-3{
    height:12px
  }

  .tab\:h-4{
    height:16px
  }

  .tab\:h-5{
    height:20px
  }

  .tab\:h-6{
    height:24px
  }

  .tab\:h-7{
    height:28px
  }

  .tab\:h-8{
    height:32px
  }

  .tab\:h-9{
    height:36px
  }

  .tab\:h-10{
    height:40px
  }

  .tab\:h-11{
    height:44px
  }

  .tab\:h-12{
    height:48px
  }

  .tab\:h-13{
    height:50px
  }

  .tab\:h-14{
    height:56px
  }

  .tab\:h-15{
    height:60px
  }

  .tab\:h-16{
    height:64px
  }

  .tab\:h-20{
    height:80px
  }

  .tab\:h-24{
    height:96px
  }

  .tab\:h-28{
    height:112px
  }

  .tab\:h-32{
    height:128px
  }

  .tab\:h-36{
    height:144px
  }

  .tab\:h-40{
    height:160px
  }

  .tab\:h-44{
    height:176px
  }

  .tab\:h-48{
    height:192px
  }

  .tab\:h-52{
    height:208px
  }

  .tab\:h-56{
    height:224px
  }

  .tab\:h-60{
    height:240px
  }

  .tab\:h-64{
    height:256px
  }

  .tab\:h-72{
    height:288px
  }

  .tab\:h-80{
    height:320px
  }

  .tab\:h-96{
    height:384px
  }

  .tab\:h-auto{
    height:auto
  }

  .tab\:h-px{
    height:1px
  }

  .tab\:h-0\.5{
    height:2px
  }

  .tab\:h-1\.5{
    height:6px
  }

  .tab\:h-2\.5{
    height:10px
  }

  .tab\:h-3\.5{
    height:14px
  }

  .tab\:h-4\.5{
    height:18px
  }

  .tab\:h-7\.5{
    height:30px
  }

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

  .tab\:h-1\/3{
    height:33.333333%
  }

  .tab\:h-2\/3{
    height:66.666667%
  }

  .tab\:h-1\/4{
    height:25%
  }

  .tab\:h-2\/4{
    height:50%
  }

  .tab\:h-3\/4{
    height:75%
  }

  .tab\:h-1\/5{
    height:20%
  }

  .tab\:h-2\/5{
    height:40%
  }

  .tab\:h-3\/5{
    height:60%
  }

  .tab\:h-4\/5{
    height:80%
  }

  .tab\:h-1\/6{
    height:16.666667%
  }

  .tab\:h-2\/6{
    height:33.333333%
  }

  .tab\:h-3\/6{
    height:50%
  }

  .tab\:h-4\/6{
    height:66.666667%
  }

  .tab\:h-5\/6{
    height:83.333333%
  }

  .tab\:h-full{
    height:100%
  }

  .tab\:h-screen{
    height:100vh
  }

  .tab\:max-h-0{
    max-height:0px
  }

  .tab\:max-h-1{
    max-height:4px
  }

  .tab\:max-h-2{
    max-height:8px
  }

  .tab\:max-h-3{
    max-height:12px
  }

  .tab\:max-h-4{
    max-height:16px
  }

  .tab\:max-h-5{
    max-height:20px
  }

  .tab\:max-h-6{
    max-height:24px
  }

  .tab\:max-h-7{
    max-height:28px
  }

  .tab\:max-h-8{
    max-height:32px
  }

  .tab\:max-h-9{
    max-height:36px
  }

  .tab\:max-h-10{
    max-height:40px
  }

  .tab\:max-h-11{
    max-height:44px
  }

  .tab\:max-h-12{
    max-height:48px
  }

  .tab\:max-h-13{
    max-height:50px
  }

  .tab\:max-h-14{
    max-height:56px
  }

  .tab\:max-h-15{
    max-height:60px
  }

  .tab\:max-h-16{
    max-height:64px
  }

  .tab\:max-h-20{
    max-height:80px
  }

  .tab\:max-h-24{
    max-height:96px
  }

  .tab\:max-h-28{
    max-height:112px
  }

  .tab\:max-h-32{
    max-height:128px
  }

  .tab\:max-h-36{
    max-height:144px
  }

  .tab\:max-h-40{
    max-height:160px
  }

  .tab\:max-h-44{
    max-height:176px
  }

  .tab\:max-h-48{
    max-height:192px
  }

  .tab\:max-h-52{
    max-height:208px
  }

  .tab\:max-h-56{
    max-height:224px
  }

  .tab\:max-h-60{
    max-height:240px
  }

  .tab\:max-h-64{
    max-height:256px
  }

  .tab\:max-h-72{
    max-height:288px
  }

  .tab\:max-h-80{
    max-height:320px
  }

  .tab\:max-h-96{
    max-height:384px
  }

  .tab\:max-h-px{
    max-height:1px
  }

  .tab\:max-h-0\.5{
    max-height:2px
  }

  .tab\:max-h-1\.5{
    max-height:6px
  }

  .tab\:max-h-2\.5{
    max-height:10px
  }

  .tab\:max-h-3\.5{
    max-height:14px
  }

  .tab\:max-h-4\.5{
    max-height:18px
  }

  .tab\:max-h-7\.5{
    max-height:30px
  }

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

  .tab\:max-h-screen{
    max-height:100vh
  }

  .tab\:max-h-none{
    max-height:none
  }

  .tab\:min-h-0{
    min-height:0px
  }

  .tab\:min-h-full{
    min-height:100%
  }

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

  .tab\:w-0{
    width:0px
  }

  .tab\:w-1{
    width:4px
  }

  .tab\:w-2{
    width:8px
  }

  .tab\:w-3{
    width:12px
  }

  .tab\:w-4{
    width:16px
  }

  .tab\:w-5{
    width:20px
  }

  .tab\:w-6{
    width:24px
  }

  .tab\:w-7{
    width:28px
  }

  .tab\:w-8{
    width:32px
  }

  .tab\:w-9{
    width:36px
  }

  .tab\:w-10{
    width:40px
  }

  .tab\:w-11{
    width:44px
  }

  .tab\:w-12{
    width:48px
  }

  .tab\:w-13{
    width:50px
  }

  .tab\:w-14{
    width:56px
  }

  .tab\:w-15{
    width:60px
  }

  .tab\:w-16{
    width:64px
  }

  .tab\:w-20{
    width:80px
  }

  .tab\:w-24{
    width:96px
  }

  .tab\:w-28{
    width:112px
  }

  .tab\:w-32{
    width:128px
  }

  .tab\:w-36{
    width:144px
  }

  .tab\:w-40{
    width:160px
  }

  .tab\:w-44{
    width:176px
  }

  .tab\:w-48{
    width:192px
  }

  .tab\:w-52{
    width:208px
  }

  .tab\:w-56{
    width:224px
  }

  .tab\:w-60{
    width:240px
  }

  .tab\:w-64{
    width:256px
  }

  .tab\:w-72{
    width:288px
  }

  .tab\:w-80{
    width:320px
  }

  .tab\:w-96{
    width:384px
  }

  .tab\:w-140{
    width:140px
  }

  .tab\:w-auto{
    width:auto
  }

  .tab\:w-px{
    width:1px
  }

  .tab\:w-0\.5{
    width:2px
  }

  .tab\:w-1\.5{
    width:6px
  }

  .tab\:w-2\.5{
    width:10px
  }

  .tab\:w-3\.5{
    width:14px
  }

  .tab\:w-4\.5{
    width:18px
  }

  .tab\:w-7\.5{
    width:30px
  }

  .tab\:w-1\/2{
    width:50%
  }

  .tab\:w-1\/3{
    width:33.333333%
  }

  .tab\:w-2\/3{
    width:66.666667%
  }

  .tab\:w-1\/4{
    width:25%
  }

  .tab\:w-2\/4{
    width:50%
  }

  .tab\:w-3\/4{
    width:75%
  }

  .tab\:w-1\/5{
    width:20%
  }

  .tab\:w-2\/5{
    width:40%
  }

  .tab\:w-3\/5{
    width:60%
  }

  .tab\:w-4\/5{
    width:80%
  }

  .tab\:w-1\/6{
    width:16.666667%
  }

  .tab\:w-2\/6{
    width:33.333333%
  }

  .tab\:w-3\/6{
    width:50%
  }

  .tab\:w-4\/6{
    width:66.666667%
  }

  .tab\:w-5\/6{
    width:83.333333%
  }

  .tab\:w-1\/12{
    width:8.333333%
  }

  .tab\:w-2\/12{
    width:16.666667%
  }

  .tab\:w-3\/12{
    width:25%
  }

  .tab\:w-4\/12{
    width:33.333333%
  }

  .tab\:w-5\/12{
    width:41.666667%
  }

  .tab\:w-6\/12{
    width:50%
  }

  .tab\:w-7\/12{
    width:58.333333%
  }

  .tab\:w-8\/12{
    width:66.666667%
  }

  .tab\:w-9\/12{
    width:75%
  }

  .tab\:w-10\/12{
    width:83.333333%
  }

  .tab\:w-11\/12{
    width:91.666667%
  }

  .tab\:w-full{
    width:100%
  }

  .tab\:w-screen{
    width:100vw
  }

  .tab\:w-min{
    width:-webkit-min-content;
    width:-moz-min-content;
    width:min-content
  }

  .tab\:w-max{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content
  }

  .tab\:min-w-0{
    min-width:0px
  }

  .tab\:min-w-full{
    min-width:100%
  }

  .tab\:min-w-min{
    min-width:-webkit-min-content;
    min-width:-moz-min-content;
    min-width:min-content
  }

  .tab\:min-w-max{
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content
  }

  .tab\:max-w-0{
    max-width:0rem
  }

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

  .tab\:max-w-xs{
    max-width:20rem
  }

  .tab\:max-w-sm{
    max-width:24rem
  }

  .tab\:max-w-md{
    max-width:28rem
  }

  .tab\:max-w-lg{
    max-width:32rem
  }

  .tab\:max-w-xl{
    max-width:36rem
  }

  .tab\:max-w-2xl{
    max-width:42rem
  }

  .tab\:max-w-3xl{
    max-width:48rem
  }

  .tab\:max-w-4xl{
    max-width:56rem
  }

  .tab\:max-w-5xl{
    max-width:64rem
  }

  .tab\:max-w-6xl{
    max-width:72rem
  }

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

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

  .tab\:max-w-min{
    max-width:-webkit-min-content;
    max-width:-moz-min-content;
    max-width:min-content
  }

  .tab\:max-w-max{
    max-width:-webkit-max-content;
    max-width:-moz-max-content;
    max-width:max-content
  }

  .tab\:max-w-prose{
    max-width:65ch
  }

  .tab\:max-w-screen-sm{
    max-width:640px
  }

  .tab\:max-w-screen-tab{
    max-width:768px
  }

  .tab\:max-w-screen-pc{
    max-width:1025px
  }

  .tab\:max-w-tab{
    max-width:834px
  }

  .tab\:flex-1{
    -webkit-box-flex:1;
    -webkit-flex:1 1 0%;
        -ms-flex:1 1 0%;
            flex:1 1 0%
  }

  .tab\:flex-auto{
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
        -ms-flex:1 1 auto;
            flex:1 1 auto
  }

  .tab\:flex-initial{
    -webkit-box-flex:0;
    -webkit-flex:0 1 auto;
        -ms-flex:0 1 auto;
            flex:0 1 auto
  }

  .tab\:flex-none{
    -webkit-box-flex:0;
    -webkit-flex:none;
        -ms-flex:none;
            flex:none
  }

  .tab\:flex-shrink-0{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0
  }

  .tab\:flex-shrink{
    -webkit-flex-shrink:1;
        -ms-flex-negative:1;
            flex-shrink:1
  }

  .tab\:flex-grow-0{
    -webkit-box-flex:0;
    -webkit-flex-grow:0;
        -ms-flex-positive:0;
            flex-grow:0
  }

  .tab\:flex-grow{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .tab\:table-auto{
    table-layout:auto
  }

  .tab\:table-fixed{
    table-layout:fixed
  }

  .tab\:border-collapse{
    border-collapse:collapse
  }

  .tab\:border-separate{
    border-collapse:separate
  }

  .tab\:origin-center{
    -webkit-transform-origin:center;
        -ms-transform-origin:center;
            transform-origin:center
  }

  .tab\:origin-top{
    -webkit-transform-origin:top;
        -ms-transform-origin:top;
            transform-origin:top
  }

  .tab\:origin-top-right{
    -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
            transform-origin:top right
  }

  .tab\:origin-right{
    -webkit-transform-origin:right;
        -ms-transform-origin:right;
            transform-origin:right
  }

  .tab\:origin-bottom-right{
    -webkit-transform-origin:bottom right;
        -ms-transform-origin:bottom right;
            transform-origin:bottom right
  }

  .tab\:origin-bottom{
    -webkit-transform-origin:bottom;
        -ms-transform-origin:bottom;
            transform-origin:bottom
  }

  .tab\:origin-bottom-left{
    -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
            transform-origin:bottom left
  }

  .tab\:origin-left{
    -webkit-transform-origin:left;
        -ms-transform-origin:left;
            transform-origin:left
  }

  .tab\:origin-top-left{
    -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
            transform-origin:top left
  }

  .tab\:transform{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .tab\:transform-gpu{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .tab\:transform-none{
    -webkit-transform:none;
        -ms-transform:none;
            transform:none
  }

  .tab\:translate-x-0{
    --tw-translate-x:0px
  }

  .tab\:translate-x-1{
    --tw-translate-x:4px
  }

  .tab\:translate-x-2{
    --tw-translate-x:8px
  }

  .tab\:translate-x-3{
    --tw-translate-x:12px
  }

  .tab\:translate-x-4{
    --tw-translate-x:16px
  }

  .tab\:translate-x-5{
    --tw-translate-x:20px
  }

  .tab\:translate-x-6{
    --tw-translate-x:24px
  }

  .tab\:translate-x-7{
    --tw-translate-x:28px
  }

  .tab\:translate-x-8{
    --tw-translate-x:32px
  }

  .tab\:translate-x-9{
    --tw-translate-x:36px
  }

  .tab\:translate-x-10{
    --tw-translate-x:40px
  }

  .tab\:translate-x-11{
    --tw-translate-x:44px
  }

  .tab\:translate-x-12{
    --tw-translate-x:48px
  }

  .tab\:translate-x-13{
    --tw-translate-x:50px
  }

  .tab\:translate-x-14{
    --tw-translate-x:56px
  }

  .tab\:translate-x-15{
    --tw-translate-x:60px
  }

  .tab\:translate-x-16{
    --tw-translate-x:64px
  }

  .tab\:translate-x-20{
    --tw-translate-x:80px
  }

  .tab\:translate-x-24{
    --tw-translate-x:96px
  }

  .tab\:translate-x-28{
    --tw-translate-x:112px
  }

  .tab\:translate-x-32{
    --tw-translate-x:128px
  }

  .tab\:translate-x-36{
    --tw-translate-x:144px
  }

  .tab\:translate-x-40{
    --tw-translate-x:160px
  }

  .tab\:translate-x-44{
    --tw-translate-x:176px
  }

  .tab\:translate-x-48{
    --tw-translate-x:192px
  }

  .tab\:translate-x-52{
    --tw-translate-x:208px
  }

  .tab\:translate-x-56{
    --tw-translate-x:224px
  }

  .tab\:translate-x-60{
    --tw-translate-x:240px
  }

  .tab\:translate-x-64{
    --tw-translate-x:256px
  }

  .tab\:translate-x-72{
    --tw-translate-x:288px
  }

  .tab\:translate-x-80{
    --tw-translate-x:320px
  }

  .tab\:translate-x-96{
    --tw-translate-x:384px
  }

  .tab\:translate-x-px{
    --tw-translate-x:1px
  }

  .tab\:translate-x-0\.5{
    --tw-translate-x:2px
  }

  .tab\:translate-x-1\.5{
    --tw-translate-x:6px
  }

  .tab\:translate-x-2\.5{
    --tw-translate-x:10px
  }

  .tab\:translate-x-3\.5{
    --tw-translate-x:14px
  }

  .tab\:translate-x-4\.5{
    --tw-translate-x:18px
  }

  .tab\:translate-x-7\.5{
    --tw-translate-x:30px
  }

  .tab\:-translate-x-0{
    --tw-translate-x:0px
  }

  .tab\:-translate-x-1{
    --tw-translate-x:-4px
  }

  .tab\:-translate-x-2{
    --tw-translate-x:-8px
  }

  .tab\:-translate-x-3{
    --tw-translate-x:-12px
  }

  .tab\:-translate-x-4{
    --tw-translate-x:-16px
  }

  .tab\:-translate-x-5{
    --tw-translate-x:-20px
  }

  .tab\:-translate-x-6{
    --tw-translate-x:-24px
  }

  .tab\:-translate-x-7{
    --tw-translate-x:-28px
  }

  .tab\:-translate-x-8{
    --tw-translate-x:-32px
  }

  .tab\:-translate-x-9{
    --tw-translate-x:-36px
  }

  .tab\:-translate-x-10{
    --tw-translate-x:-40px
  }

  .tab\:-translate-x-11{
    --tw-translate-x:-44px
  }

  .tab\:-translate-x-12{
    --tw-translate-x:-48px
  }

  .tab\:-translate-x-13{
    --tw-translate-x:-50px
  }

  .tab\:-translate-x-14{
    --tw-translate-x:-56px
  }

  .tab\:-translate-x-15{
    --tw-translate-x:-60px
  }

  .tab\:-translate-x-16{
    --tw-translate-x:-64px
  }

  .tab\:-translate-x-20{
    --tw-translate-x:-80px
  }

  .tab\:-translate-x-24{
    --tw-translate-x:-96px
  }

  .tab\:-translate-x-28{
    --tw-translate-x:-112px
  }

  .tab\:-translate-x-32{
    --tw-translate-x:-128px
  }

  .tab\:-translate-x-36{
    --tw-translate-x:-144px
  }

  .tab\:-translate-x-40{
    --tw-translate-x:-160px
  }

  .tab\:-translate-x-44{
    --tw-translate-x:-176px
  }

  .tab\:-translate-x-48{
    --tw-translate-x:-192px
  }

  .tab\:-translate-x-52{
    --tw-translate-x:-208px
  }

  .tab\:-translate-x-56{
    --tw-translate-x:-224px
  }

  .tab\:-translate-x-60{
    --tw-translate-x:-240px
  }

  .tab\:-translate-x-64{
    --tw-translate-x:-256px
  }

  .tab\:-translate-x-72{
    --tw-translate-x:-288px
  }

  .tab\:-translate-x-80{
    --tw-translate-x:-320px
  }

  .tab\:-translate-x-96{
    --tw-translate-x:-384px
  }

  .tab\:-translate-x-px{
    --tw-translate-x:-1px
  }

  .tab\:-translate-x-0\.5{
    --tw-translate-x:-2px
  }

  .tab\:-translate-x-1\.5{
    --tw-translate-x:-6px
  }

  .tab\:-translate-x-2\.5{
    --tw-translate-x:-10px
  }

  .tab\:-translate-x-3\.5{
    --tw-translate-x:-14px
  }

  .tab\:-translate-x-4\.5{
    --tw-translate-x:-18px
  }

  .tab\:-translate-x-7\.5{
    --tw-translate-x:-30px
  }

  .tab\:translate-x-1\/2{
    --tw-translate-x:50%
  }

  .tab\:translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .tab\:translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .tab\:translate-x-1\/4{
    --tw-translate-x:25%
  }

  .tab\:translate-x-2\/4{
    --tw-translate-x:50%
  }

  .tab\:translate-x-3\/4{
    --tw-translate-x:75%
  }

  .tab\:translate-x-full{
    --tw-translate-x:100%
  }

  .tab\:-translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .tab\:-translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .tab\:-translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .tab\:-translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .tab\:-translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .tab\:-translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .tab\:-translate-x-full{
    --tw-translate-x:-100%
  }

  .tab\:translate-y-0{
    --tw-translate-y:0px
  }

  .tab\:translate-y-1{
    --tw-translate-y:4px
  }

  .tab\:translate-y-2{
    --tw-translate-y:8px
  }

  .tab\:translate-y-3{
    --tw-translate-y:12px
  }

  .tab\:translate-y-4{
    --tw-translate-y:16px
  }

  .tab\:translate-y-5{
    --tw-translate-y:20px
  }

  .tab\:translate-y-6{
    --tw-translate-y:24px
  }

  .tab\:translate-y-7{
    --tw-translate-y:28px
  }

  .tab\:translate-y-8{
    --tw-translate-y:32px
  }

  .tab\:translate-y-9{
    --tw-translate-y:36px
  }

  .tab\:translate-y-10{
    --tw-translate-y:40px
  }

  .tab\:translate-y-11{
    --tw-translate-y:44px
  }

  .tab\:translate-y-12{
    --tw-translate-y:48px
  }

  .tab\:translate-y-13{
    --tw-translate-y:50px
  }

  .tab\:translate-y-14{
    --tw-translate-y:56px
  }

  .tab\:translate-y-15{
    --tw-translate-y:60px
  }

  .tab\:translate-y-16{
    --tw-translate-y:64px
  }

  .tab\:translate-y-20{
    --tw-translate-y:80px
  }

  .tab\:translate-y-24{
    --tw-translate-y:96px
  }

  .tab\:translate-y-28{
    --tw-translate-y:112px
  }

  .tab\:translate-y-32{
    --tw-translate-y:128px
  }

  .tab\:translate-y-36{
    --tw-translate-y:144px
  }

  .tab\:translate-y-40{
    --tw-translate-y:160px
  }

  .tab\:translate-y-44{
    --tw-translate-y:176px
  }

  .tab\:translate-y-48{
    --tw-translate-y:192px
  }

  .tab\:translate-y-52{
    --tw-translate-y:208px
  }

  .tab\:translate-y-56{
    --tw-translate-y:224px
  }

  .tab\:translate-y-60{
    --tw-translate-y:240px
  }

  .tab\:translate-y-64{
    --tw-translate-y:256px
  }

  .tab\:translate-y-72{
    --tw-translate-y:288px
  }

  .tab\:translate-y-80{
    --tw-translate-y:320px
  }

  .tab\:translate-y-96{
    --tw-translate-y:384px
  }

  .tab\:translate-y-px{
    --tw-translate-y:1px
  }

  .tab\:translate-y-0\.5{
    --tw-translate-y:2px
  }

  .tab\:translate-y-1\.5{
    --tw-translate-y:6px
  }

  .tab\:translate-y-2\.5{
    --tw-translate-y:10px
  }

  .tab\:translate-y-3\.5{
    --tw-translate-y:14px
  }

  .tab\:translate-y-4\.5{
    --tw-translate-y:18px
  }

  .tab\:translate-y-7\.5{
    --tw-translate-y:30px
  }

  .tab\:-translate-y-0{
    --tw-translate-y:0px
  }

  .tab\:-translate-y-1{
    --tw-translate-y:-4px
  }

  .tab\:-translate-y-2{
    --tw-translate-y:-8px
  }

  .tab\:-translate-y-3{
    --tw-translate-y:-12px
  }

  .tab\:-translate-y-4{
    --tw-translate-y:-16px
  }

  .tab\:-translate-y-5{
    --tw-translate-y:-20px
  }

  .tab\:-translate-y-6{
    --tw-translate-y:-24px
  }

  .tab\:-translate-y-7{
    --tw-translate-y:-28px
  }

  .tab\:-translate-y-8{
    --tw-translate-y:-32px
  }

  .tab\:-translate-y-9{
    --tw-translate-y:-36px
  }

  .tab\:-translate-y-10{
    --tw-translate-y:-40px
  }

  .tab\:-translate-y-11{
    --tw-translate-y:-44px
  }

  .tab\:-translate-y-12{
    --tw-translate-y:-48px
  }

  .tab\:-translate-y-13{
    --tw-translate-y:-50px
  }

  .tab\:-translate-y-14{
    --tw-translate-y:-56px
  }

  .tab\:-translate-y-15{
    --tw-translate-y:-60px
  }

  .tab\:-translate-y-16{
    --tw-translate-y:-64px
  }

  .tab\:-translate-y-20{
    --tw-translate-y:-80px
  }

  .tab\:-translate-y-24{
    --tw-translate-y:-96px
  }

  .tab\:-translate-y-28{
    --tw-translate-y:-112px
  }

  .tab\:-translate-y-32{
    --tw-translate-y:-128px
  }

  .tab\:-translate-y-36{
    --tw-translate-y:-144px
  }

  .tab\:-translate-y-40{
    --tw-translate-y:-160px
  }

  .tab\:-translate-y-44{
    --tw-translate-y:-176px
  }

  .tab\:-translate-y-48{
    --tw-translate-y:-192px
  }

  .tab\:-translate-y-52{
    --tw-translate-y:-208px
  }

  .tab\:-translate-y-56{
    --tw-translate-y:-224px
  }

  .tab\:-translate-y-60{
    --tw-translate-y:-240px
  }

  .tab\:-translate-y-64{
    --tw-translate-y:-256px
  }

  .tab\:-translate-y-72{
    --tw-translate-y:-288px
  }

  .tab\:-translate-y-80{
    --tw-translate-y:-320px
  }

  .tab\:-translate-y-96{
    --tw-translate-y:-384px
  }

  .tab\:-translate-y-px{
    --tw-translate-y:-1px
  }

  .tab\:-translate-y-0\.5{
    --tw-translate-y:-2px
  }

  .tab\:-translate-y-1\.5{
    --tw-translate-y:-6px
  }

  .tab\:-translate-y-2\.5{
    --tw-translate-y:-10px
  }

  .tab\:-translate-y-3\.5{
    --tw-translate-y:-14px
  }

  .tab\:-translate-y-4\.5{
    --tw-translate-y:-18px
  }

  .tab\:-translate-y-7\.5{
    --tw-translate-y:-30px
  }

  .tab\:translate-y-1\/2{
    --tw-translate-y:50%
  }

  .tab\:translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .tab\:translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .tab\:translate-y-1\/4{
    --tw-translate-y:25%
  }

  .tab\:translate-y-2\/4{
    --tw-translate-y:50%
  }

  .tab\:translate-y-3\/4{
    --tw-translate-y:75%
  }

  .tab\:translate-y-full{
    --tw-translate-y:100%
  }

  .tab\:-translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .tab\:-translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .tab\:-translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .tab\:-translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .tab\:-translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .tab\:-translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .tab\:-translate-y-full{
    --tw-translate-y:-100%
  }

  .tab\:hover\:translate-x-0:hover{
    --tw-translate-x:0px
  }

  .tab\:hover\:translate-x-1:hover{
    --tw-translate-x:4px
  }

  .tab\:hover\:translate-x-2:hover{
    --tw-translate-x:8px
  }

  .tab\:hover\:translate-x-3:hover{
    --tw-translate-x:12px
  }

  .tab\:hover\:translate-x-4:hover{
    --tw-translate-x:16px
  }

  .tab\:hover\:translate-x-5:hover{
    --tw-translate-x:20px
  }

  .tab\:hover\:translate-x-6:hover{
    --tw-translate-x:24px
  }

  .tab\:hover\:translate-x-7:hover{
    --tw-translate-x:28px
  }

  .tab\:hover\:translate-x-8:hover{
    --tw-translate-x:32px
  }

  .tab\:hover\:translate-x-9:hover{
    --tw-translate-x:36px
  }

  .tab\:hover\:translate-x-10:hover{
    --tw-translate-x:40px
  }

  .tab\:hover\:translate-x-11:hover{
    --tw-translate-x:44px
  }

  .tab\:hover\:translate-x-12:hover{
    --tw-translate-x:48px
  }

  .tab\:hover\:translate-x-13:hover{
    --tw-translate-x:50px
  }

  .tab\:hover\:translate-x-14:hover{
    --tw-translate-x:56px
  }

  .tab\:hover\:translate-x-15:hover{
    --tw-translate-x:60px
  }

  .tab\:hover\:translate-x-16:hover{
    --tw-translate-x:64px
  }

  .tab\:hover\:translate-x-20:hover{
    --tw-translate-x:80px
  }

  .tab\:hover\:translate-x-24:hover{
    --tw-translate-x:96px
  }

  .tab\:hover\:translate-x-28:hover{
    --tw-translate-x:112px
  }

  .tab\:hover\:translate-x-32:hover{
    --tw-translate-x:128px
  }

  .tab\:hover\:translate-x-36:hover{
    --tw-translate-x:144px
  }

  .tab\:hover\:translate-x-40:hover{
    --tw-translate-x:160px
  }

  .tab\:hover\:translate-x-44:hover{
    --tw-translate-x:176px
  }

  .tab\:hover\:translate-x-48:hover{
    --tw-translate-x:192px
  }

  .tab\:hover\:translate-x-52:hover{
    --tw-translate-x:208px
  }

  .tab\:hover\:translate-x-56:hover{
    --tw-translate-x:224px
  }

  .tab\:hover\:translate-x-60:hover{
    --tw-translate-x:240px
  }

  .tab\:hover\:translate-x-64:hover{
    --tw-translate-x:256px
  }

  .tab\:hover\:translate-x-72:hover{
    --tw-translate-x:288px
  }

  .tab\:hover\:translate-x-80:hover{
    --tw-translate-x:320px
  }

  .tab\:hover\:translate-x-96:hover{
    --tw-translate-x:384px
  }

  .tab\:hover\:translate-x-px:hover{
    --tw-translate-x:1px
  }

  .tab\:hover\:translate-x-0\.5:hover{
    --tw-translate-x:2px
  }

  .tab\:hover\:translate-x-1\.5:hover{
    --tw-translate-x:6px
  }

  .tab\:hover\:translate-x-2\.5:hover{
    --tw-translate-x:10px
  }

  .tab\:hover\:translate-x-3\.5:hover{
    --tw-translate-x:14px
  }

  .tab\:hover\:translate-x-4\.5:hover{
    --tw-translate-x:18px
  }

  .tab\:hover\:translate-x-7\.5:hover{
    --tw-translate-x:30px
  }

  .tab\:hover\:-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .tab\:hover\:-translate-x-1:hover{
    --tw-translate-x:-4px
  }

  .tab\:hover\:-translate-x-2:hover{
    --tw-translate-x:-8px
  }

  .tab\:hover\:-translate-x-3:hover{
    --tw-translate-x:-12px
  }

  .tab\:hover\:-translate-x-4:hover{
    --tw-translate-x:-16px
  }

  .tab\:hover\:-translate-x-5:hover{
    --tw-translate-x:-20px
  }

  .tab\:hover\:-translate-x-6:hover{
    --tw-translate-x:-24px
  }

  .tab\:hover\:-translate-x-7:hover{
    --tw-translate-x:-28px
  }

  .tab\:hover\:-translate-x-8:hover{
    --tw-translate-x:-32px
  }

  .tab\:hover\:-translate-x-9:hover{
    --tw-translate-x:-36px
  }

  .tab\:hover\:-translate-x-10:hover{
    --tw-translate-x:-40px
  }

  .tab\:hover\:-translate-x-11:hover{
    --tw-translate-x:-44px
  }

  .tab\:hover\:-translate-x-12:hover{
    --tw-translate-x:-48px
  }

  .tab\:hover\:-translate-x-13:hover{
    --tw-translate-x:-50px
  }

  .tab\:hover\:-translate-x-14:hover{
    --tw-translate-x:-56px
  }

  .tab\:hover\:-translate-x-15:hover{
    --tw-translate-x:-60px
  }

  .tab\:hover\:-translate-x-16:hover{
    --tw-translate-x:-64px
  }

  .tab\:hover\:-translate-x-20:hover{
    --tw-translate-x:-80px
  }

  .tab\:hover\:-translate-x-24:hover{
    --tw-translate-x:-96px
  }

  .tab\:hover\:-translate-x-28:hover{
    --tw-translate-x:-112px
  }

  .tab\:hover\:-translate-x-32:hover{
    --tw-translate-x:-128px
  }

  .tab\:hover\:-translate-x-36:hover{
    --tw-translate-x:-144px
  }

  .tab\:hover\:-translate-x-40:hover{
    --tw-translate-x:-160px
  }

  .tab\:hover\:-translate-x-44:hover{
    --tw-translate-x:-176px
  }

  .tab\:hover\:-translate-x-48:hover{
    --tw-translate-x:-192px
  }

  .tab\:hover\:-translate-x-52:hover{
    --tw-translate-x:-208px
  }

  .tab\:hover\:-translate-x-56:hover{
    --tw-translate-x:-224px
  }

  .tab\:hover\:-translate-x-60:hover{
    --tw-translate-x:-240px
  }

  .tab\:hover\:-translate-x-64:hover{
    --tw-translate-x:-256px
  }

  .tab\:hover\:-translate-x-72:hover{
    --tw-translate-x:-288px
  }

  .tab\:hover\:-translate-x-80:hover{
    --tw-translate-x:-320px
  }

  .tab\:hover\:-translate-x-96:hover{
    --tw-translate-x:-384px
  }

  .tab\:hover\:-translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .tab\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x:-2px
  }

  .tab\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x:-6px
  }

  .tab\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x:-10px
  }

  .tab\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x:-14px
  }

  .tab\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x:-18px
  }

  .tab\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x:-30px
  }

  .tab\:hover\:translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .tab\:hover\:translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .tab\:hover\:translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .tab\:hover\:translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .tab\:hover\:translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .tab\:hover\:translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .tab\:hover\:translate-x-full:hover{
    --tw-translate-x:100%
  }

  .tab\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .tab\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .tab\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .tab\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .tab\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .tab\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .tab\:hover\:-translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .tab\:hover\:translate-y-0:hover{
    --tw-translate-y:0px
  }

  .tab\:hover\:translate-y-1:hover{
    --tw-translate-y:4px
  }

  .tab\:hover\:translate-y-2:hover{
    --tw-translate-y:8px
  }

  .tab\:hover\:translate-y-3:hover{
    --tw-translate-y:12px
  }

  .tab\:hover\:translate-y-4:hover{
    --tw-translate-y:16px
  }

  .tab\:hover\:translate-y-5:hover{
    --tw-translate-y:20px
  }

  .tab\:hover\:translate-y-6:hover{
    --tw-translate-y:24px
  }

  .tab\:hover\:translate-y-7:hover{
    --tw-translate-y:28px
  }

  .tab\:hover\:translate-y-8:hover{
    --tw-translate-y:32px
  }

  .tab\:hover\:translate-y-9:hover{
    --tw-translate-y:36px
  }

  .tab\:hover\:translate-y-10:hover{
    --tw-translate-y:40px
  }

  .tab\:hover\:translate-y-11:hover{
    --tw-translate-y:44px
  }

  .tab\:hover\:translate-y-12:hover{
    --tw-translate-y:48px
  }

  .tab\:hover\:translate-y-13:hover{
    --tw-translate-y:50px
  }

  .tab\:hover\:translate-y-14:hover{
    --tw-translate-y:56px
  }

  .tab\:hover\:translate-y-15:hover{
    --tw-translate-y:60px
  }

  .tab\:hover\:translate-y-16:hover{
    --tw-translate-y:64px
  }

  .tab\:hover\:translate-y-20:hover{
    --tw-translate-y:80px
  }

  .tab\:hover\:translate-y-24:hover{
    --tw-translate-y:96px
  }

  .tab\:hover\:translate-y-28:hover{
    --tw-translate-y:112px
  }

  .tab\:hover\:translate-y-32:hover{
    --tw-translate-y:128px
  }

  .tab\:hover\:translate-y-36:hover{
    --tw-translate-y:144px
  }

  .tab\:hover\:translate-y-40:hover{
    --tw-translate-y:160px
  }

  .tab\:hover\:translate-y-44:hover{
    --tw-translate-y:176px
  }

  .tab\:hover\:translate-y-48:hover{
    --tw-translate-y:192px
  }

  .tab\:hover\:translate-y-52:hover{
    --tw-translate-y:208px
  }

  .tab\:hover\:translate-y-56:hover{
    --tw-translate-y:224px
  }

  .tab\:hover\:translate-y-60:hover{
    --tw-translate-y:240px
  }

  .tab\:hover\:translate-y-64:hover{
    --tw-translate-y:256px
  }

  .tab\:hover\:translate-y-72:hover{
    --tw-translate-y:288px
  }

  .tab\:hover\:translate-y-80:hover{
    --tw-translate-y:320px
  }

  .tab\:hover\:translate-y-96:hover{
    --tw-translate-y:384px
  }

  .tab\:hover\:translate-y-px:hover{
    --tw-translate-y:1px
  }

  .tab\:hover\:translate-y-0\.5:hover{
    --tw-translate-y:2px
  }

  .tab\:hover\:translate-y-1\.5:hover{
    --tw-translate-y:6px
  }

  .tab\:hover\:translate-y-2\.5:hover{
    --tw-translate-y:10px
  }

  .tab\:hover\:translate-y-3\.5:hover{
    --tw-translate-y:14px
  }

  .tab\:hover\:translate-y-4\.5:hover{
    --tw-translate-y:18px
  }

  .tab\:hover\:translate-y-7\.5:hover{
    --tw-translate-y:30px
  }

  .tab\:hover\:-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .tab\:hover\:-translate-y-1:hover{
    --tw-translate-y:-4px
  }

  .tab\:hover\:-translate-y-2:hover{
    --tw-translate-y:-8px
  }

  .tab\:hover\:-translate-y-3:hover{
    --tw-translate-y:-12px
  }

  .tab\:hover\:-translate-y-4:hover{
    --tw-translate-y:-16px
  }

  .tab\:hover\:-translate-y-5:hover{
    --tw-translate-y:-20px
  }

  .tab\:hover\:-translate-y-6:hover{
    --tw-translate-y:-24px
  }

  .tab\:hover\:-translate-y-7:hover{
    --tw-translate-y:-28px
  }

  .tab\:hover\:-translate-y-8:hover{
    --tw-translate-y:-32px
  }

  .tab\:hover\:-translate-y-9:hover{
    --tw-translate-y:-36px
  }

  .tab\:hover\:-translate-y-10:hover{
    --tw-translate-y:-40px
  }

  .tab\:hover\:-translate-y-11:hover{
    --tw-translate-y:-44px
  }

  .tab\:hover\:-translate-y-12:hover{
    --tw-translate-y:-48px
  }

  .tab\:hover\:-translate-y-13:hover{
    --tw-translate-y:-50px
  }

  .tab\:hover\:-translate-y-14:hover{
    --tw-translate-y:-56px
  }

  .tab\:hover\:-translate-y-15:hover{
    --tw-translate-y:-60px
  }

  .tab\:hover\:-translate-y-16:hover{
    --tw-translate-y:-64px
  }

  .tab\:hover\:-translate-y-20:hover{
    --tw-translate-y:-80px
  }

  .tab\:hover\:-translate-y-24:hover{
    --tw-translate-y:-96px
  }

  .tab\:hover\:-translate-y-28:hover{
    --tw-translate-y:-112px
  }

  .tab\:hover\:-translate-y-32:hover{
    --tw-translate-y:-128px
  }

  .tab\:hover\:-translate-y-36:hover{
    --tw-translate-y:-144px
  }

  .tab\:hover\:-translate-y-40:hover{
    --tw-translate-y:-160px
  }

  .tab\:hover\:-translate-y-44:hover{
    --tw-translate-y:-176px
  }

  .tab\:hover\:-translate-y-48:hover{
    --tw-translate-y:-192px
  }

  .tab\:hover\:-translate-y-52:hover{
    --tw-translate-y:-208px
  }

  .tab\:hover\:-translate-y-56:hover{
    --tw-translate-y:-224px
  }

  .tab\:hover\:-translate-y-60:hover{
    --tw-translate-y:-240px
  }

  .tab\:hover\:-translate-y-64:hover{
    --tw-translate-y:-256px
  }

  .tab\:hover\:-translate-y-72:hover{
    --tw-translate-y:-288px
  }

  .tab\:hover\:-translate-y-80:hover{
    --tw-translate-y:-320px
  }

  .tab\:hover\:-translate-y-96:hover{
    --tw-translate-y:-384px
  }

  .tab\:hover\:-translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .tab\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y:-2px
  }

  .tab\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y:-6px
  }

  .tab\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y:-10px
  }

  .tab\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y:-14px
  }

  .tab\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y:-18px
  }

  .tab\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y:-30px
  }

  .tab\:hover\:translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .tab\:hover\:translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .tab\:hover\:translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .tab\:hover\:translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .tab\:hover\:translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .tab\:hover\:translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .tab\:hover\:translate-y-full:hover{
    --tw-translate-y:100%
  }

  .tab\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .tab\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .tab\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .tab\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .tab\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .tab\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .tab\:hover\:-translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .tab\:focus\:translate-x-0:focus{
    --tw-translate-x:0px
  }

  .tab\:focus\:translate-x-1:focus{
    --tw-translate-x:4px
  }

  .tab\:focus\:translate-x-2:focus{
    --tw-translate-x:8px
  }

  .tab\:focus\:translate-x-3:focus{
    --tw-translate-x:12px
  }

  .tab\:focus\:translate-x-4:focus{
    --tw-translate-x:16px
  }

  .tab\:focus\:translate-x-5:focus{
    --tw-translate-x:20px
  }

  .tab\:focus\:translate-x-6:focus{
    --tw-translate-x:24px
  }

  .tab\:focus\:translate-x-7:focus{
    --tw-translate-x:28px
  }

  .tab\:focus\:translate-x-8:focus{
    --tw-translate-x:32px
  }

  .tab\:focus\:translate-x-9:focus{
    --tw-translate-x:36px
  }

  .tab\:focus\:translate-x-10:focus{
    --tw-translate-x:40px
  }

  .tab\:focus\:translate-x-11:focus{
    --tw-translate-x:44px
  }

  .tab\:focus\:translate-x-12:focus{
    --tw-translate-x:48px
  }

  .tab\:focus\:translate-x-13:focus{
    --tw-translate-x:50px
  }

  .tab\:focus\:translate-x-14:focus{
    --tw-translate-x:56px
  }

  .tab\:focus\:translate-x-15:focus{
    --tw-translate-x:60px
  }

  .tab\:focus\:translate-x-16:focus{
    --tw-translate-x:64px
  }

  .tab\:focus\:translate-x-20:focus{
    --tw-translate-x:80px
  }

  .tab\:focus\:translate-x-24:focus{
    --tw-translate-x:96px
  }

  .tab\:focus\:translate-x-28:focus{
    --tw-translate-x:112px
  }

  .tab\:focus\:translate-x-32:focus{
    --tw-translate-x:128px
  }

  .tab\:focus\:translate-x-36:focus{
    --tw-translate-x:144px
  }

  .tab\:focus\:translate-x-40:focus{
    --tw-translate-x:160px
  }

  .tab\:focus\:translate-x-44:focus{
    --tw-translate-x:176px
  }

  .tab\:focus\:translate-x-48:focus{
    --tw-translate-x:192px
  }

  .tab\:focus\:translate-x-52:focus{
    --tw-translate-x:208px
  }

  .tab\:focus\:translate-x-56:focus{
    --tw-translate-x:224px
  }

  .tab\:focus\:translate-x-60:focus{
    --tw-translate-x:240px
  }

  .tab\:focus\:translate-x-64:focus{
    --tw-translate-x:256px
  }

  .tab\:focus\:translate-x-72:focus{
    --tw-translate-x:288px
  }

  .tab\:focus\:translate-x-80:focus{
    --tw-translate-x:320px
  }

  .tab\:focus\:translate-x-96:focus{
    --tw-translate-x:384px
  }

  .tab\:focus\:translate-x-px:focus{
    --tw-translate-x:1px
  }

  .tab\:focus\:translate-x-0\.5:focus{
    --tw-translate-x:2px
  }

  .tab\:focus\:translate-x-1\.5:focus{
    --tw-translate-x:6px
  }

  .tab\:focus\:translate-x-2\.5:focus{
    --tw-translate-x:10px
  }

  .tab\:focus\:translate-x-3\.5:focus{
    --tw-translate-x:14px
  }

  .tab\:focus\:translate-x-4\.5:focus{
    --tw-translate-x:18px
  }

  .tab\:focus\:translate-x-7\.5:focus{
    --tw-translate-x:30px
  }

  .tab\:focus\:-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .tab\:focus\:-translate-x-1:focus{
    --tw-translate-x:-4px
  }

  .tab\:focus\:-translate-x-2:focus{
    --tw-translate-x:-8px
  }

  .tab\:focus\:-translate-x-3:focus{
    --tw-translate-x:-12px
  }

  .tab\:focus\:-translate-x-4:focus{
    --tw-translate-x:-16px
  }

  .tab\:focus\:-translate-x-5:focus{
    --tw-translate-x:-20px
  }

  .tab\:focus\:-translate-x-6:focus{
    --tw-translate-x:-24px
  }

  .tab\:focus\:-translate-x-7:focus{
    --tw-translate-x:-28px
  }

  .tab\:focus\:-translate-x-8:focus{
    --tw-translate-x:-32px
  }

  .tab\:focus\:-translate-x-9:focus{
    --tw-translate-x:-36px
  }

  .tab\:focus\:-translate-x-10:focus{
    --tw-translate-x:-40px
  }

  .tab\:focus\:-translate-x-11:focus{
    --tw-translate-x:-44px
  }

  .tab\:focus\:-translate-x-12:focus{
    --tw-translate-x:-48px
  }

  .tab\:focus\:-translate-x-13:focus{
    --tw-translate-x:-50px
  }

  .tab\:focus\:-translate-x-14:focus{
    --tw-translate-x:-56px
  }

  .tab\:focus\:-translate-x-15:focus{
    --tw-translate-x:-60px
  }

  .tab\:focus\:-translate-x-16:focus{
    --tw-translate-x:-64px
  }

  .tab\:focus\:-translate-x-20:focus{
    --tw-translate-x:-80px
  }

  .tab\:focus\:-translate-x-24:focus{
    --tw-translate-x:-96px
  }

  .tab\:focus\:-translate-x-28:focus{
    --tw-translate-x:-112px
  }

  .tab\:focus\:-translate-x-32:focus{
    --tw-translate-x:-128px
  }

  .tab\:focus\:-translate-x-36:focus{
    --tw-translate-x:-144px
  }

  .tab\:focus\:-translate-x-40:focus{
    --tw-translate-x:-160px
  }

  .tab\:focus\:-translate-x-44:focus{
    --tw-translate-x:-176px
  }

  .tab\:focus\:-translate-x-48:focus{
    --tw-translate-x:-192px
  }

  .tab\:focus\:-translate-x-52:focus{
    --tw-translate-x:-208px
  }

  .tab\:focus\:-translate-x-56:focus{
    --tw-translate-x:-224px
  }

  .tab\:focus\:-translate-x-60:focus{
    --tw-translate-x:-240px
  }

  .tab\:focus\:-translate-x-64:focus{
    --tw-translate-x:-256px
  }

  .tab\:focus\:-translate-x-72:focus{
    --tw-translate-x:-288px
  }

  .tab\:focus\:-translate-x-80:focus{
    --tw-translate-x:-320px
  }

  .tab\:focus\:-translate-x-96:focus{
    --tw-translate-x:-384px
  }

  .tab\:focus\:-translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .tab\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x:-2px
  }

  .tab\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x:-6px
  }

  .tab\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x:-10px
  }

  .tab\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x:-14px
  }

  .tab\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x:-18px
  }

  .tab\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x:-30px
  }

  .tab\:focus\:translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .tab\:focus\:translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .tab\:focus\:translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .tab\:focus\:translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .tab\:focus\:translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .tab\:focus\:translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .tab\:focus\:translate-x-full:focus{
    --tw-translate-x:100%
  }

  .tab\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .tab\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .tab\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .tab\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .tab\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .tab\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .tab\:focus\:-translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .tab\:focus\:translate-y-0:focus{
    --tw-translate-y:0px
  }

  .tab\:focus\:translate-y-1:focus{
    --tw-translate-y:4px
  }

  .tab\:focus\:translate-y-2:focus{
    --tw-translate-y:8px
  }

  .tab\:focus\:translate-y-3:focus{
    --tw-translate-y:12px
  }

  .tab\:focus\:translate-y-4:focus{
    --tw-translate-y:16px
  }

  .tab\:focus\:translate-y-5:focus{
    --tw-translate-y:20px
  }

  .tab\:focus\:translate-y-6:focus{
    --tw-translate-y:24px
  }

  .tab\:focus\:translate-y-7:focus{
    --tw-translate-y:28px
  }

  .tab\:focus\:translate-y-8:focus{
    --tw-translate-y:32px
  }

  .tab\:focus\:translate-y-9:focus{
    --tw-translate-y:36px
  }

  .tab\:focus\:translate-y-10:focus{
    --tw-translate-y:40px
  }

  .tab\:focus\:translate-y-11:focus{
    --tw-translate-y:44px
  }

  .tab\:focus\:translate-y-12:focus{
    --tw-translate-y:48px
  }

  .tab\:focus\:translate-y-13:focus{
    --tw-translate-y:50px
  }

  .tab\:focus\:translate-y-14:focus{
    --tw-translate-y:56px
  }

  .tab\:focus\:translate-y-15:focus{
    --tw-translate-y:60px
  }

  .tab\:focus\:translate-y-16:focus{
    --tw-translate-y:64px
  }

  .tab\:focus\:translate-y-20:focus{
    --tw-translate-y:80px
  }

  .tab\:focus\:translate-y-24:focus{
    --tw-translate-y:96px
  }

  .tab\:focus\:translate-y-28:focus{
    --tw-translate-y:112px
  }

  .tab\:focus\:translate-y-32:focus{
    --tw-translate-y:128px
  }

  .tab\:focus\:translate-y-36:focus{
    --tw-translate-y:144px
  }

  .tab\:focus\:translate-y-40:focus{
    --tw-translate-y:160px
  }

  .tab\:focus\:translate-y-44:focus{
    --tw-translate-y:176px
  }

  .tab\:focus\:translate-y-48:focus{
    --tw-translate-y:192px
  }

  .tab\:focus\:translate-y-52:focus{
    --tw-translate-y:208px
  }

  .tab\:focus\:translate-y-56:focus{
    --tw-translate-y:224px
  }

  .tab\:focus\:translate-y-60:focus{
    --tw-translate-y:240px
  }

  .tab\:focus\:translate-y-64:focus{
    --tw-translate-y:256px
  }

  .tab\:focus\:translate-y-72:focus{
    --tw-translate-y:288px
  }

  .tab\:focus\:translate-y-80:focus{
    --tw-translate-y:320px
  }

  .tab\:focus\:translate-y-96:focus{
    --tw-translate-y:384px
  }

  .tab\:focus\:translate-y-px:focus{
    --tw-translate-y:1px
  }

  .tab\:focus\:translate-y-0\.5:focus{
    --tw-translate-y:2px
  }

  .tab\:focus\:translate-y-1\.5:focus{
    --tw-translate-y:6px
  }

  .tab\:focus\:translate-y-2\.5:focus{
    --tw-translate-y:10px
  }

  .tab\:focus\:translate-y-3\.5:focus{
    --tw-translate-y:14px
  }

  .tab\:focus\:translate-y-4\.5:focus{
    --tw-translate-y:18px
  }

  .tab\:focus\:translate-y-7\.5:focus{
    --tw-translate-y:30px
  }

  .tab\:focus\:-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .tab\:focus\:-translate-y-1:focus{
    --tw-translate-y:-4px
  }

  .tab\:focus\:-translate-y-2:focus{
    --tw-translate-y:-8px
  }

  .tab\:focus\:-translate-y-3:focus{
    --tw-translate-y:-12px
  }

  .tab\:focus\:-translate-y-4:focus{
    --tw-translate-y:-16px
  }

  .tab\:focus\:-translate-y-5:focus{
    --tw-translate-y:-20px
  }

  .tab\:focus\:-translate-y-6:focus{
    --tw-translate-y:-24px
  }

  .tab\:focus\:-translate-y-7:focus{
    --tw-translate-y:-28px
  }

  .tab\:focus\:-translate-y-8:focus{
    --tw-translate-y:-32px
  }

  .tab\:focus\:-translate-y-9:focus{
    --tw-translate-y:-36px
  }

  .tab\:focus\:-translate-y-10:focus{
    --tw-translate-y:-40px
  }

  .tab\:focus\:-translate-y-11:focus{
    --tw-translate-y:-44px
  }

  .tab\:focus\:-translate-y-12:focus{
    --tw-translate-y:-48px
  }

  .tab\:focus\:-translate-y-13:focus{
    --tw-translate-y:-50px
  }

  .tab\:focus\:-translate-y-14:focus{
    --tw-translate-y:-56px
  }

  .tab\:focus\:-translate-y-15:focus{
    --tw-translate-y:-60px
  }

  .tab\:focus\:-translate-y-16:focus{
    --tw-translate-y:-64px
  }

  .tab\:focus\:-translate-y-20:focus{
    --tw-translate-y:-80px
  }

  .tab\:focus\:-translate-y-24:focus{
    --tw-translate-y:-96px
  }

  .tab\:focus\:-translate-y-28:focus{
    --tw-translate-y:-112px
  }

  .tab\:focus\:-translate-y-32:focus{
    --tw-translate-y:-128px
  }

  .tab\:focus\:-translate-y-36:focus{
    --tw-translate-y:-144px
  }

  .tab\:focus\:-translate-y-40:focus{
    --tw-translate-y:-160px
  }

  .tab\:focus\:-translate-y-44:focus{
    --tw-translate-y:-176px
  }

  .tab\:focus\:-translate-y-48:focus{
    --tw-translate-y:-192px
  }

  .tab\:focus\:-translate-y-52:focus{
    --tw-translate-y:-208px
  }

  .tab\:focus\:-translate-y-56:focus{
    --tw-translate-y:-224px
  }

  .tab\:focus\:-translate-y-60:focus{
    --tw-translate-y:-240px
  }

  .tab\:focus\:-translate-y-64:focus{
    --tw-translate-y:-256px
  }

  .tab\:focus\:-translate-y-72:focus{
    --tw-translate-y:-288px
  }

  .tab\:focus\:-translate-y-80:focus{
    --tw-translate-y:-320px
  }

  .tab\:focus\:-translate-y-96:focus{
    --tw-translate-y:-384px
  }

  .tab\:focus\:-translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .tab\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y:-2px
  }

  .tab\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y:-6px
  }

  .tab\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y:-10px
  }

  .tab\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y:-14px
  }

  .tab\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y:-18px
  }

  .tab\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y:-30px
  }

  .tab\:focus\:translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .tab\:focus\:translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .tab\:focus\:translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .tab\:focus\:translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .tab\:focus\:translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .tab\:focus\:translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .tab\:focus\:translate-y-full:focus{
    --tw-translate-y:100%
  }

  .tab\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .tab\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .tab\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .tab\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .tab\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .tab\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .tab\:focus\:-translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .tab\:rotate-0{
    --tw-rotate:0deg
  }

  .tab\:rotate-1{
    --tw-rotate:1deg
  }

  .tab\:rotate-2{
    --tw-rotate:2deg
  }

  .tab\:rotate-3{
    --tw-rotate:3deg
  }

  .tab\:rotate-6{
    --tw-rotate:6deg
  }

  .tab\:rotate-12{
    --tw-rotate:12deg
  }

  .tab\:rotate-45{
    --tw-rotate:45deg
  }

  .tab\:rotate-90{
    --tw-rotate:90deg
  }

  .tab\:rotate-180{
    --tw-rotate:180deg
  }

  .tab\:-rotate-180{
    --tw-rotate:-180deg
  }

  .tab\:-rotate-90{
    --tw-rotate:-90deg
  }

  .tab\:-rotate-45{
    --tw-rotate:-45deg
  }

  .tab\:-rotate-12{
    --tw-rotate:-12deg
  }

  .tab\:-rotate-6{
    --tw-rotate:-6deg
  }

  .tab\:-rotate-3{
    --tw-rotate:-3deg
  }

  .tab\:-rotate-2{
    --tw-rotate:-2deg
  }

  .tab\:-rotate-1{
    --tw-rotate:-1deg
  }

  .tab\:hover\:rotate-0:hover{
    --tw-rotate:0deg
  }

  .tab\:hover\:rotate-1:hover{
    --tw-rotate:1deg
  }

  .tab\:hover\:rotate-2:hover{
    --tw-rotate:2deg
  }

  .tab\:hover\:rotate-3:hover{
    --tw-rotate:3deg
  }

  .tab\:hover\:rotate-6:hover{
    --tw-rotate:6deg
  }

  .tab\:hover\:rotate-12:hover{
    --tw-rotate:12deg
  }

  .tab\:hover\:rotate-45:hover{
    --tw-rotate:45deg
  }

  .tab\:hover\:rotate-90:hover{
    --tw-rotate:90deg
  }

  .tab\:hover\:rotate-180:hover{
    --tw-rotate:180deg
  }

  .tab\:hover\:-rotate-180:hover{
    --tw-rotate:-180deg
  }

  .tab\:hover\:-rotate-90:hover{
    --tw-rotate:-90deg
  }

  .tab\:hover\:-rotate-45:hover{
    --tw-rotate:-45deg
  }

  .tab\:hover\:-rotate-12:hover{
    --tw-rotate:-12deg
  }

  .tab\:hover\:-rotate-6:hover{
    --tw-rotate:-6deg
  }

  .tab\:hover\:-rotate-3:hover{
    --tw-rotate:-3deg
  }

  .tab\:hover\:-rotate-2:hover{
    --tw-rotate:-2deg
  }

  .tab\:hover\:-rotate-1:hover{
    --tw-rotate:-1deg
  }

  .tab\:focus\:rotate-0:focus{
    --tw-rotate:0deg
  }

  .tab\:focus\:rotate-1:focus{
    --tw-rotate:1deg
  }

  .tab\:focus\:rotate-2:focus{
    --tw-rotate:2deg
  }

  .tab\:focus\:rotate-3:focus{
    --tw-rotate:3deg
  }

  .tab\:focus\:rotate-6:focus{
    --tw-rotate:6deg
  }

  .tab\:focus\:rotate-12:focus{
    --tw-rotate:12deg
  }

  .tab\:focus\:rotate-45:focus{
    --tw-rotate:45deg
  }

  .tab\:focus\:rotate-90:focus{
    --tw-rotate:90deg
  }

  .tab\:focus\:rotate-180:focus{
    --tw-rotate:180deg
  }

  .tab\:focus\:-rotate-180:focus{
    --tw-rotate:-180deg
  }

  .tab\:focus\:-rotate-90:focus{
    --tw-rotate:-90deg
  }

  .tab\:focus\:-rotate-45:focus{
    --tw-rotate:-45deg
  }

  .tab\:focus\:-rotate-12:focus{
    --tw-rotate:-12deg
  }

  .tab\:focus\:-rotate-6:focus{
    --tw-rotate:-6deg
  }

  .tab\:focus\:-rotate-3:focus{
    --tw-rotate:-3deg
  }

  .tab\:focus\:-rotate-2:focus{
    --tw-rotate:-2deg
  }

  .tab\:focus\:-rotate-1:focus{
    --tw-rotate:-1deg
  }

  .tab\:skew-x-0{
    --tw-skew-x:0deg
  }

  .tab\:skew-x-1{
    --tw-skew-x:1deg
  }

  .tab\:skew-x-2{
    --tw-skew-x:2deg
  }

  .tab\:skew-x-3{
    --tw-skew-x:3deg
  }

  .tab\:skew-x-6{
    --tw-skew-x:6deg
  }

  .tab\:skew-x-12{
    --tw-skew-x:12deg
  }

  .tab\:-skew-x-12{
    --tw-skew-x:-12deg
  }

  .tab\:-skew-x-6{
    --tw-skew-x:-6deg
  }

  .tab\:-skew-x-3{
    --tw-skew-x:-3deg
  }

  .tab\:-skew-x-2{
    --tw-skew-x:-2deg
  }

  .tab\:-skew-x-1{
    --tw-skew-x:-1deg
  }

  .tab\:skew-y-0{
    --tw-skew-y:0deg
  }

  .tab\:skew-y-1{
    --tw-skew-y:1deg
  }

  .tab\:skew-y-2{
    --tw-skew-y:2deg
  }

  .tab\:skew-y-3{
    --tw-skew-y:3deg
  }

  .tab\:skew-y-6{
    --tw-skew-y:6deg
  }

  .tab\:skew-y-12{
    --tw-skew-y:12deg
  }

  .tab\:-skew-y-12{
    --tw-skew-y:-12deg
  }

  .tab\:-skew-y-6{
    --tw-skew-y:-6deg
  }

  .tab\:-skew-y-3{
    --tw-skew-y:-3deg
  }

  .tab\:-skew-y-2{
    --tw-skew-y:-2deg
  }

  .tab\:-skew-y-1{
    --tw-skew-y:-1deg
  }

  .tab\:hover\:skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .tab\:hover\:skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .tab\:hover\:skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .tab\:hover\:skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .tab\:hover\:skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .tab\:hover\:skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .tab\:hover\:-skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .tab\:hover\:-skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .tab\:hover\:-skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .tab\:hover\:-skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .tab\:hover\:-skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .tab\:hover\:skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .tab\:hover\:skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .tab\:hover\:skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .tab\:hover\:skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .tab\:hover\:skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .tab\:hover\:skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .tab\:hover\:-skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .tab\:hover\:-skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .tab\:hover\:-skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .tab\:hover\:-skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .tab\:hover\:-skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .tab\:focus\:skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .tab\:focus\:skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .tab\:focus\:skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .tab\:focus\:skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .tab\:focus\:skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .tab\:focus\:skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .tab\:focus\:-skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .tab\:focus\:-skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .tab\:focus\:-skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .tab\:focus\:-skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .tab\:focus\:-skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .tab\:focus\:skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .tab\:focus\:skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .tab\:focus\:skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .tab\:focus\:skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .tab\:focus\:skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .tab\:focus\:skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .tab\:focus\:-skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .tab\:focus\:-skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .tab\:focus\:-skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .tab\:focus\:-skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .tab\:focus\:-skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .tab\:scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .tab\:scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .tab\:scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .tab\:scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .tab\:scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .tab\:scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .tab\:scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .tab\:scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .tab\:scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .tab\:scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .tab\:hover\:scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .tab\:hover\:scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .tab\:hover\:scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .tab\:hover\:scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .tab\:hover\:scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .tab\:hover\:scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .tab\:hover\:scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .tab\:hover\:scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .tab\:hover\:scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .tab\:hover\:scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .tab\:focus\:scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .tab\:focus\:scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .tab\:focus\:scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .tab\:focus\:scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .tab\:focus\:scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .tab\:focus\:scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .tab\:focus\:scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .tab\:focus\:scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .tab\:focus\:scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .tab\:focus\:scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .tab\:scale-x-0{
    --tw-scale-x:0
  }

  .tab\:scale-x-50{
    --tw-scale-x:.5
  }

  .tab\:scale-x-75{
    --tw-scale-x:.75
  }

  .tab\:scale-x-90{
    --tw-scale-x:.9
  }

  .tab\:scale-x-95{
    --tw-scale-x:.95
  }

  .tab\:scale-x-100{
    --tw-scale-x:1
  }

  .tab\:scale-x-105{
    --tw-scale-x:1.05
  }

  .tab\:scale-x-110{
    --tw-scale-x:1.1
  }

  .tab\:scale-x-125{
    --tw-scale-x:1.25
  }

  .tab\:scale-x-150{
    --tw-scale-x:1.5
  }

  .tab\:scale-y-0{
    --tw-scale-y:0
  }

  .tab\:scale-y-50{
    --tw-scale-y:.5
  }

  .tab\:scale-y-75{
    --tw-scale-y:.75
  }

  .tab\:scale-y-90{
    --tw-scale-y:.9
  }

  .tab\:scale-y-95{
    --tw-scale-y:.95
  }

  .tab\:scale-y-100{
    --tw-scale-y:1
  }

  .tab\:scale-y-105{
    --tw-scale-y:1.05
  }

  .tab\:scale-y-110{
    --tw-scale-y:1.1
  }

  .tab\:scale-y-125{
    --tw-scale-y:1.25
  }

  .tab\:scale-y-150{
    --tw-scale-y:1.5
  }

  .tab\:hover\:scale-x-0:hover{
    --tw-scale-x:0
  }

  .tab\:hover\:scale-x-50:hover{
    --tw-scale-x:.5
  }

  .tab\:hover\:scale-x-75:hover{
    --tw-scale-x:.75
  }

  .tab\:hover\:scale-x-90:hover{
    --tw-scale-x:.9
  }

  .tab\:hover\:scale-x-95:hover{
    --tw-scale-x:.95
  }

  .tab\:hover\:scale-x-100:hover{
    --tw-scale-x:1
  }

  .tab\:hover\:scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .tab\:hover\:scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .tab\:hover\:scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .tab\:hover\:scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .tab\:hover\:scale-y-0:hover{
    --tw-scale-y:0
  }

  .tab\:hover\:scale-y-50:hover{
    --tw-scale-y:.5
  }

  .tab\:hover\:scale-y-75:hover{
    --tw-scale-y:.75
  }

  .tab\:hover\:scale-y-90:hover{
    --tw-scale-y:.9
  }

  .tab\:hover\:scale-y-95:hover{
    --tw-scale-y:.95
  }

  .tab\:hover\:scale-y-100:hover{
    --tw-scale-y:1
  }

  .tab\:hover\:scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .tab\:hover\:scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .tab\:hover\:scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .tab\:hover\:scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .tab\:focus\:scale-x-0:focus{
    --tw-scale-x:0
  }

  .tab\:focus\:scale-x-50:focus{
    --tw-scale-x:.5
  }

  .tab\:focus\:scale-x-75:focus{
    --tw-scale-x:.75
  }

  .tab\:focus\:scale-x-90:focus{
    --tw-scale-x:.9
  }

  .tab\:focus\:scale-x-95:focus{
    --tw-scale-x:.95
  }

  .tab\:focus\:scale-x-100:focus{
    --tw-scale-x:1
  }

  .tab\:focus\:scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .tab\:focus\:scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .tab\:focus\:scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .tab\:focus\:scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .tab\:focus\:scale-y-0:focus{
    --tw-scale-y:0
  }

  .tab\:focus\:scale-y-50:focus{
    --tw-scale-y:.5
  }

  .tab\:focus\:scale-y-75:focus{
    --tw-scale-y:.75
  }

  .tab\:focus\:scale-y-90:focus{
    --tw-scale-y:.9
  }

  .tab\:focus\:scale-y-95:focus{
    --tw-scale-y:.95
  }

  .tab\:focus\:scale-y-100:focus{
    --tw-scale-y:1
  }

  .tab\:focus\:scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .tab\:focus\:scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .tab\:focus\:scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .tab\:focus\:scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .tab\:animate-none{
    -webkit-animation:none;
            animation:none
  }

  .tab\:animate-spin{
    -webkit-animation:spin 1s linear infinite;
            animation:spin 1s linear infinite
  }

  .tab\:animate-ping{
    -webkit-animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .tab\:animate-pulse{
    -webkit-animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .tab\:animate-bounce{
    -webkit-animation:bounce 1s infinite;
            animation:bounce 1s infinite
  }

  .tab\:cursor-auto{
    cursor:auto
  }

  .tab\:cursor-default{
    cursor:default
  }

  .tab\:cursor-pointer{
    cursor:pointer
  }

  .tab\:cursor-wait{
    cursor:wait
  }

  .tab\:cursor-text{
    cursor:text
  }

  .tab\:cursor-move{
    cursor:move
  }

  .tab\:cursor-help{
    cursor:help
  }

  .tab\:cursor-not-allowed{
    cursor:not-allowed
  }

  .tab\:select-none{
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none
  }

  .tab\:select-text{
    -webkit-user-select:text;
       -moz-user-select:text;
        -ms-user-select:text;
            user-select:text
  }

  .tab\:select-all{
    -webkit-user-select:all;
       -moz-user-select:all;
        -ms-user-select:all;
            user-select:all
  }

  .tab\:select-auto{
    -webkit-user-select:auto;
       -moz-user-select:auto;
        -ms-user-select:auto;
            user-select:auto
  }

  .tab\:resize-none{
    resize:none
  }

  .tab\:resize-y{
    resize:vertical
  }

  .tab\:resize-x{
    resize:horizontal
  }

  .tab\:resize{
    resize:both
  }

  .tab\:list-inside{
    list-style-position:inside
  }

  .tab\:list-outside{
    list-style-position:outside
  }

  .tab\:list-none{
    list-style-type:none
  }

  .tab\:list-disc{
    list-style-type:disc
  }

  .tab\:list-decimal{
    list-style-type:decimal
  }

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

  .tab\:auto-cols-auto{
    grid-auto-columns:auto
  }

  .tab\:auto-cols-min{
    grid-auto-columns:-webkit-min-content;
    grid-auto-columns:min-content
  }

  .tab\:auto-cols-max{
    grid-auto-columns:-webkit-max-content;
    grid-auto-columns:max-content
  }

  .tab\:auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .tab\:grid-flow-row{
    grid-auto-flow:row
  }

  .tab\:grid-flow-col{
    grid-auto-flow:column
  }

  .tab\:grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .tab\:grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .tab\:auto-rows-auto{
    grid-auto-rows:auto
  }

  .tab\:auto-rows-min{
    grid-auto-rows:-webkit-min-content;
    grid-auto-rows:min-content
  }

  .tab\:auto-rows-max{
    grid-auto-rows:-webkit-max-content;
    grid-auto-rows:max-content
  }

  .tab\:auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tab\:grid-cols-none{
    grid-template-columns:none
  }

  .tab\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .tab\:grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .tab\:grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .tab\:grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .tab\:grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .tab\:grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .tab\:grid-rows-none{
    grid-template-rows:none
  }

  .tab\:flex-row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row
  }

  .tab\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse
  }

  .tab\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column
  }

  .tab\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse
  }

  .tab\:flex-wrap{
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap
  }

  .tab\:flex-wrap-reverse{
    -webkit-flex-wrap:wrap-reverse;
        -ms-flex-wrap:wrap-reverse;
            flex-wrap:wrap-reverse
  }

  .tab\:flex-nowrap{
    -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap
  }

  .tab\:place-content-center{
    place-content:center
  }

  .tab\:place-content-start{
    place-content:start
  }

  .tab\:place-content-end{
    place-content:end
  }

  .tab\:place-content-between{
    place-content:space-between
  }

  .tab\:place-content-around{
    place-content:space-around
  }

  .tab\:place-content-evenly{
    place-content:space-evenly
  }

  .tab\:place-content-stretch{
    place-content:stretch
  }

  .tab\:place-items-start{
    place-items:start
  }

  .tab\:place-items-end{
    place-items:end
  }

  .tab\:place-items-center{
    place-items:center
  }

  .tab\:place-items-stretch{
    place-items:stretch
  }

  .tab\:content-center{
    -webkit-align-content:center;
        -ms-flex-line-pack:center;
            align-content:center
  }

  .tab\:content-start{
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start
  }

  .tab\:content-end{
    -webkit-align-content:flex-end;
        -ms-flex-line-pack:end;
            align-content:flex-end
  }

  .tab\:content-between{
    -webkit-align-content:space-between;
        -ms-flex-line-pack:justify;
            align-content:space-between
  }

  .tab\:content-around{
    -webkit-align-content:space-around;
        -ms-flex-line-pack:distribute;
            align-content:space-around
  }

  .tab\:content-evenly{
    -webkit-align-content:space-evenly;
        -ms-flex-line-pack:space-evenly;
            align-content:space-evenly
  }

  .tab\:items-start{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start
  }

  .tab\:items-end{
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end
  }

  .tab\:items-center{
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center
  }

  .tab\:items-baseline{
    -webkit-box-align:baseline;
    -webkit-align-items:baseline;
        -ms-flex-align:baseline;
            align-items:baseline
  }

  .tab\:items-stretch{
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch
  }

  .tab\:justify-start{
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start
  }

  .tab\:justify-end{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end
  }

  .tab\:justify-center{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .tab\:justify-between{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .tab\:justify-around{
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around
  }

  .tab\:justify-evenly{
    -webkit-box-pack:space-evenly;
    -webkit-justify-content:space-evenly;
        -ms-flex-pack:space-evenly;
            justify-content:space-evenly
  }

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

  .tab\:justify-items-end{
    justify-items:end
  }

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

  .tab\:justify-items-stretch{
    justify-items:stretch
  }

  .tab\:gap-0{
    gap:0px
  }

  .tab\:gap-1{
    gap:4px
  }

  .tab\:gap-2{
    gap:8px
  }

  .tab\:gap-3{
    gap:12px
  }

  .tab\:gap-4{
    gap:16px
  }

  .tab\:gap-5{
    gap:20px
  }

  .tab\:gap-6{
    gap:24px
  }

  .tab\:gap-7{
    gap:28px
  }

  .tab\:gap-8{
    gap:32px
  }

  .tab\:gap-9{
    gap:36px
  }

  .tab\:gap-10{
    gap:40px
  }

  .tab\:gap-11{
    gap:44px
  }

  .tab\:gap-12{
    gap:48px
  }

  .tab\:gap-13{
    gap:50px
  }

  .tab\:gap-14{
    gap:56px
  }

  .tab\:gap-15{
    gap:60px
  }

  .tab\:gap-16{
    gap:64px
  }

  .tab\:gap-20{
    gap:80px
  }

  .tab\:gap-24{
    gap:96px
  }

  .tab\:gap-28{
    gap:112px
  }

  .tab\:gap-32{
    gap:128px
  }

  .tab\:gap-36{
    gap:144px
  }

  .tab\:gap-40{
    gap:160px
  }

  .tab\:gap-44{
    gap:176px
  }

  .tab\:gap-48{
    gap:192px
  }

  .tab\:gap-52{
    gap:208px
  }

  .tab\:gap-56{
    gap:224px
  }

  .tab\:gap-60{
    gap:240px
  }

  .tab\:gap-64{
    gap:256px
  }

  .tab\:gap-72{
    gap:288px
  }

  .tab\:gap-80{
    gap:320px
  }

  .tab\:gap-96{
    gap:384px
  }

  .tab\:gap-px{
    gap:1px
  }

  .tab\:gap-0\.5{
    gap:2px
  }

  .tab\:gap-1\.5{
    gap:6px
  }

  .tab\:gap-2\.5{
    gap:10px
  }

  .tab\:gap-3\.5{
    gap:14px
  }

  .tab\:gap-4\.5{
    gap:18px
  }

  .tab\:gap-7\.5{
    gap:30px
  }

  .tab\:gap-x-0{
    -webkit-column-gap:0px;
       -moz-column-gap:0px;
            column-gap:0px
  }

  .tab\:gap-x-1{
    -webkit-column-gap:4px;
       -moz-column-gap:4px;
            column-gap:4px
  }

  .tab\:gap-x-2{
    -webkit-column-gap:8px;
       -moz-column-gap:8px;
            column-gap:8px
  }

  .tab\:gap-x-3{
    -webkit-column-gap:12px;
       -moz-column-gap:12px;
            column-gap:12px
  }

  .tab\:gap-x-4{
    -webkit-column-gap:16px;
       -moz-column-gap:16px;
            column-gap:16px
  }

  .tab\:gap-x-5{
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px
  }

  .tab\:gap-x-6{
    -webkit-column-gap:24px;
       -moz-column-gap:24px;
            column-gap:24px
  }

  .tab\:gap-x-7{
    -webkit-column-gap:28px;
       -moz-column-gap:28px;
            column-gap:28px
  }

  .tab\:gap-x-8{
    -webkit-column-gap:32px;
       -moz-column-gap:32px;
            column-gap:32px
  }

  .tab\:gap-x-9{
    -webkit-column-gap:36px;
       -moz-column-gap:36px;
            column-gap:36px
  }

  .tab\:gap-x-10{
    -webkit-column-gap:40px;
       -moz-column-gap:40px;
            column-gap:40px
  }

  .tab\:gap-x-11{
    -webkit-column-gap:44px;
       -moz-column-gap:44px;
            column-gap:44px
  }

  .tab\:gap-x-12{
    -webkit-column-gap:48px;
       -moz-column-gap:48px;
            column-gap:48px
  }

  .tab\:gap-x-13{
    -webkit-column-gap:50px;
       -moz-column-gap:50px;
            column-gap:50px
  }

  .tab\:gap-x-14{
    -webkit-column-gap:56px;
       -moz-column-gap:56px;
            column-gap:56px
  }

  .tab\:gap-x-15{
    -webkit-column-gap:60px;
       -moz-column-gap:60px;
            column-gap:60px
  }

  .tab\:gap-x-16{
    -webkit-column-gap:64px;
       -moz-column-gap:64px;
            column-gap:64px
  }

  .tab\:gap-x-20{
    -webkit-column-gap:80px;
       -moz-column-gap:80px;
            column-gap:80px
  }

  .tab\:gap-x-24{
    -webkit-column-gap:96px;
       -moz-column-gap:96px;
            column-gap:96px
  }

  .tab\:gap-x-28{
    -webkit-column-gap:112px;
       -moz-column-gap:112px;
            column-gap:112px
  }

  .tab\:gap-x-32{
    -webkit-column-gap:128px;
       -moz-column-gap:128px;
            column-gap:128px
  }

  .tab\:gap-x-36{
    -webkit-column-gap:144px;
       -moz-column-gap:144px;
            column-gap:144px
  }

  .tab\:gap-x-40{
    -webkit-column-gap:160px;
       -moz-column-gap:160px;
            column-gap:160px
  }

  .tab\:gap-x-44{
    -webkit-column-gap:176px;
       -moz-column-gap:176px;
            column-gap:176px
  }

  .tab\:gap-x-48{
    -webkit-column-gap:192px;
       -moz-column-gap:192px;
            column-gap:192px
  }

  .tab\:gap-x-52{
    -webkit-column-gap:208px;
       -moz-column-gap:208px;
            column-gap:208px
  }

  .tab\:gap-x-56{
    -webkit-column-gap:224px;
       -moz-column-gap:224px;
            column-gap:224px
  }

  .tab\:gap-x-60{
    -webkit-column-gap:240px;
       -moz-column-gap:240px;
            column-gap:240px
  }

  .tab\:gap-x-64{
    -webkit-column-gap:256px;
       -moz-column-gap:256px;
            column-gap:256px
  }

  .tab\:gap-x-72{
    -webkit-column-gap:288px;
       -moz-column-gap:288px;
            column-gap:288px
  }

  .tab\:gap-x-80{
    -webkit-column-gap:320px;
       -moz-column-gap:320px;
            column-gap:320px
  }

  .tab\:gap-x-96{
    -webkit-column-gap:384px;
       -moz-column-gap:384px;
            column-gap:384px
  }

  .tab\:gap-x-px{
    -webkit-column-gap:1px;
       -moz-column-gap:1px;
            column-gap:1px
  }

  .tab\:gap-x-0\.5{
    -webkit-column-gap:2px;
       -moz-column-gap:2px;
            column-gap:2px
  }

  .tab\:gap-x-1\.5{
    -webkit-column-gap:6px;
       -moz-column-gap:6px;
            column-gap:6px
  }

  .tab\:gap-x-2\.5{
    -webkit-column-gap:10px;
       -moz-column-gap:10px;
            column-gap:10px
  }

  .tab\:gap-x-3\.5{
    -webkit-column-gap:14px;
       -moz-column-gap:14px;
            column-gap:14px
  }

  .tab\:gap-x-4\.5{
    -webkit-column-gap:18px;
       -moz-column-gap:18px;
            column-gap:18px
  }

  .tab\:gap-x-7\.5{
    -webkit-column-gap:30px;
       -moz-column-gap:30px;
            column-gap:30px
  }

  .tab\:gap-y-0{
    row-gap:0px
  }

  .tab\:gap-y-1{
    row-gap:4px
  }

  .tab\:gap-y-2{
    row-gap:8px
  }

  .tab\:gap-y-3{
    row-gap:12px
  }

  .tab\:gap-y-4{
    row-gap:16px
  }

  .tab\:gap-y-5{
    row-gap:20px
  }

  .tab\:gap-y-6{
    row-gap:24px
  }

  .tab\:gap-y-7{
    row-gap:28px
  }

  .tab\:gap-y-8{
    row-gap:32px
  }

  .tab\:gap-y-9{
    row-gap:36px
  }

  .tab\:gap-y-10{
    row-gap:40px
  }

  .tab\:gap-y-11{
    row-gap:44px
  }

  .tab\:gap-y-12{
    row-gap:48px
  }

  .tab\:gap-y-13{
    row-gap:50px
  }

  .tab\:gap-y-14{
    row-gap:56px
  }

  .tab\:gap-y-15{
    row-gap:60px
  }

  .tab\:gap-y-16{
    row-gap:64px
  }

  .tab\:gap-y-20{
    row-gap:80px
  }

  .tab\:gap-y-24{
    row-gap:96px
  }

  .tab\:gap-y-28{
    row-gap:112px
  }

  .tab\:gap-y-32{
    row-gap:128px
  }

  .tab\:gap-y-36{
    row-gap:144px
  }

  .tab\:gap-y-40{
    row-gap:160px
  }

  .tab\:gap-y-44{
    row-gap:176px
  }

  .tab\:gap-y-48{
    row-gap:192px
  }

  .tab\:gap-y-52{
    row-gap:208px
  }

  .tab\:gap-y-56{
    row-gap:224px
  }

  .tab\:gap-y-60{
    row-gap:240px
  }

  .tab\:gap-y-64{
    row-gap:256px
  }

  .tab\:gap-y-72{
    row-gap:288px
  }

  .tab\:gap-y-80{
    row-gap:320px
  }

  .tab\:gap-y-96{
    row-gap:384px
  }

  .tab\:gap-y-px{
    row-gap:1px
  }

  .tab\:gap-y-0\.5{
    row-gap:2px
  }

  .tab\:gap-y-1\.5{
    row-gap:6px
  }

  .tab\:gap-y-2\.5{
    row-gap:10px
  }

  .tab\:gap-y-3\.5{
    row-gap:14px
  }

  .tab\:gap-y-4\.5{
    row-gap:18px
  }

  .tab\:gap-y-7\.5{
    row-gap:30px
  }

  .tab\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(4px * var(--tw-space-x-reverse));
    margin-right:calc(4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(8px * var(--tw-space-x-reverse));
    margin-right:calc(8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(12px * var(--tw-space-x-reverse));
    margin-right:calc(12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(16px * var(--tw-space-x-reverse));
    margin-right:calc(16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(20px * var(--tw-space-x-reverse));
    margin-right:calc(20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(24px * var(--tw-space-x-reverse));
    margin-right:calc(24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(28px * var(--tw-space-x-reverse));
    margin-right:calc(28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(32px * var(--tw-space-x-reverse));
    margin-right:calc(32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(36px * var(--tw-space-x-reverse));
    margin-right:calc(36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(40px * var(--tw-space-x-reverse));
    margin-right:calc(40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(44px * var(--tw-space-x-reverse));
    margin-right:calc(44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(48px * var(--tw-space-x-reverse));
    margin-right:calc(48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(50px * var(--tw-space-x-reverse));
    margin-right:calc(50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(56px * var(--tw-space-x-reverse));
    margin-right:calc(56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(60px * var(--tw-space-x-reverse));
    margin-right:calc(60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(64px * var(--tw-space-x-reverse));
    margin-right:calc(64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(80px * var(--tw-space-x-reverse));
    margin-right:calc(80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(96px * var(--tw-space-x-reverse));
    margin-right:calc(96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(112px * var(--tw-space-x-reverse));
    margin-right:calc(112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(128px * var(--tw-space-x-reverse));
    margin-right:calc(128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(144px * var(--tw-space-x-reverse));
    margin-right:calc(144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(160px * var(--tw-space-x-reverse));
    margin-right:calc(160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(176px * var(--tw-space-x-reverse));
    margin-right:calc(176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(192px * var(--tw-space-x-reverse));
    margin-right:calc(192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(208px * var(--tw-space-x-reverse));
    margin-right:calc(208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(224px * var(--tw-space-x-reverse));
    margin-right:calc(224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(240px * var(--tw-space-x-reverse));
    margin-right:calc(240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(256px * var(--tw-space-x-reverse));
    margin-right:calc(256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(288px * var(--tw-space-x-reverse));
    margin-right:calc(288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(320px * var(--tw-space-x-reverse));
    margin-right:calc(320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(384px * var(--tw-space-x-reverse));
    margin-right:calc(384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(1px * var(--tw-space-x-reverse));
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(2px * var(--tw-space-x-reverse));
    margin-right:calc(2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(6px * var(--tw-space-x-reverse));
    margin-right:calc(6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(10px * var(--tw-space-x-reverse));
    margin-right:calc(10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(14px * var(--tw-space-x-reverse));
    margin-right:calc(14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(18px * var(--tw-space-x-reverse));
    margin-right:calc(18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(30px * var(--tw-space-x-reverse));
    margin-right:calc(30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-4px * var(--tw-space-x-reverse));
    margin-right:calc(-4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-8px * var(--tw-space-x-reverse));
    margin-right:calc(-8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-12px * var(--tw-space-x-reverse));
    margin-right:calc(-12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-16px * var(--tw-space-x-reverse));
    margin-right:calc(-16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-20px * var(--tw-space-x-reverse));
    margin-right:calc(-20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-24px * var(--tw-space-x-reverse));
    margin-right:calc(-24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-28px * var(--tw-space-x-reverse));
    margin-right:calc(-28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-32px * var(--tw-space-x-reverse));
    margin-right:calc(-32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-36px * var(--tw-space-x-reverse));
    margin-right:calc(-36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-40px * var(--tw-space-x-reverse));
    margin-right:calc(-40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-44px * var(--tw-space-x-reverse));
    margin-right:calc(-44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-48px * var(--tw-space-x-reverse));
    margin-right:calc(-48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-50px * var(--tw-space-x-reverse));
    margin-right:calc(-50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-56px * var(--tw-space-x-reverse));
    margin-right:calc(-56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-60px * var(--tw-space-x-reverse));
    margin-right:calc(-60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-64px * var(--tw-space-x-reverse));
    margin-right:calc(-64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-80px * var(--tw-space-x-reverse));
    margin-right:calc(-80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-96px * var(--tw-space-x-reverse));
    margin-right:calc(-96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-112px * var(--tw-space-x-reverse));
    margin-right:calc(-112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-128px * var(--tw-space-x-reverse));
    margin-right:calc(-128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-144px * var(--tw-space-x-reverse));
    margin-right:calc(-144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-160px * var(--tw-space-x-reverse));
    margin-right:calc(-160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-176px * var(--tw-space-x-reverse));
    margin-right:calc(-176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-192px * var(--tw-space-x-reverse));
    margin-right:calc(-192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-208px * var(--tw-space-x-reverse));
    margin-right:calc(-208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-224px * var(--tw-space-x-reverse));
    margin-right:calc(-224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-240px * var(--tw-space-x-reverse));
    margin-right:calc(-240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-256px * var(--tw-space-x-reverse));
    margin-right:calc(-256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-288px * var(--tw-space-x-reverse));
    margin-right:calc(-288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-320px * var(--tw-space-x-reverse));
    margin-right:calc(-320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-384px * var(--tw-space-x-reverse));
    margin-right:calc(-384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-1px * var(--tw-space-x-reverse));
    margin-right:calc(-1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-2px * var(--tw-space-x-reverse));
    margin-right:calc(-2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-6px * var(--tw-space-x-reverse));
    margin-right:calc(-6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-10px * var(--tw-space-x-reverse));
    margin-right:calc(-10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-14px * var(--tw-space-x-reverse));
    margin-right:calc(-14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-18px * var(--tw-space-x-reverse));
    margin-right:calc(-18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-30px * var(--tw-space-x-reverse));
    margin-right:calc(-30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .tab\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(4px * var(--tw-space-y-reverse));
    margin-bottom:calc(4px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(8px * var(--tw-space-y-reverse));
    margin-bottom:calc(8px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(12px * var(--tw-space-y-reverse));
    margin-bottom:calc(12px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(16px * var(--tw-space-y-reverse));
    margin-bottom:calc(16px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(20px * var(--tw-space-y-reverse));
    margin-bottom:calc(20px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(24px * var(--tw-space-y-reverse));
    margin-bottom:calc(24px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(28px * var(--tw-space-y-reverse));
    margin-bottom:calc(28px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(32px * var(--tw-space-y-reverse));
    margin-bottom:calc(32px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(36px * var(--tw-space-y-reverse));
    margin-bottom:calc(36px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(40px * var(--tw-space-y-reverse));
    margin-bottom:calc(40px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(44px * var(--tw-space-y-reverse));
    margin-bottom:calc(44px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(48px * var(--tw-space-y-reverse));
    margin-bottom:calc(48px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(50px * var(--tw-space-y-reverse));
    margin-bottom:calc(50px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(56px * var(--tw-space-y-reverse));
    margin-bottom:calc(56px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(60px * var(--tw-space-y-reverse));
    margin-bottom:calc(60px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(64px * var(--tw-space-y-reverse));
    margin-bottom:calc(64px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(80px * var(--tw-space-y-reverse));
    margin-bottom:calc(80px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(96px * var(--tw-space-y-reverse));
    margin-bottom:calc(96px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(112px * var(--tw-space-y-reverse));
    margin-bottom:calc(112px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(128px * var(--tw-space-y-reverse));
    margin-bottom:calc(128px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(144px * var(--tw-space-y-reverse));
    margin-bottom:calc(144px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(160px * var(--tw-space-y-reverse));
    margin-bottom:calc(160px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(176px * var(--tw-space-y-reverse));
    margin-bottom:calc(176px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(192px * var(--tw-space-y-reverse));
    margin-bottom:calc(192px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(208px * var(--tw-space-y-reverse));
    margin-bottom:calc(208px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(224px * var(--tw-space-y-reverse));
    margin-bottom:calc(224px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(240px * var(--tw-space-y-reverse));
    margin-bottom:calc(240px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(256px * var(--tw-space-y-reverse));
    margin-bottom:calc(256px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(288px * var(--tw-space-y-reverse));
    margin-bottom:calc(288px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(320px * var(--tw-space-y-reverse));
    margin-bottom:calc(320px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(384px * var(--tw-space-y-reverse));
    margin-bottom:calc(384px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(1px * var(--tw-space-y-reverse));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(2px * var(--tw-space-y-reverse));
    margin-bottom:calc(2px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(6px * var(--tw-space-y-reverse));
    margin-bottom:calc(6px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(10px * var(--tw-space-y-reverse));
    margin-bottom:calc(10px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(14px * var(--tw-space-y-reverse));
    margin-bottom:calc(14px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(18px * var(--tw-space-y-reverse));
    margin-bottom:calc(18px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(30px * var(--tw-space-y-reverse));
    margin-bottom:calc(30px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-4px * var(--tw-space-y-reverse));
    margin-bottom:calc(-4px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-8px * var(--tw-space-y-reverse));
    margin-bottom:calc(-8px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-12px * var(--tw-space-y-reverse));
    margin-bottom:calc(-12px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-16px * var(--tw-space-y-reverse));
    margin-bottom:calc(-16px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-20px * var(--tw-space-y-reverse));
    margin-bottom:calc(-20px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-24px * var(--tw-space-y-reverse));
    margin-bottom:calc(-24px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-28px * var(--tw-space-y-reverse));
    margin-bottom:calc(-28px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-32px * var(--tw-space-y-reverse));
    margin-bottom:calc(-32px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-36px * var(--tw-space-y-reverse));
    margin-bottom:calc(-36px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-40px * var(--tw-space-y-reverse));
    margin-bottom:calc(-40px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-44px * var(--tw-space-y-reverse));
    margin-bottom:calc(-44px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-48px * var(--tw-space-y-reverse));
    margin-bottom:calc(-48px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-50px * var(--tw-space-y-reverse));
    margin-bottom:calc(-50px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-56px * var(--tw-space-y-reverse));
    margin-bottom:calc(-56px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-60px * var(--tw-space-y-reverse));
    margin-bottom:calc(-60px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-64px * var(--tw-space-y-reverse));
    margin-bottom:calc(-64px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-80px * var(--tw-space-y-reverse));
    margin-bottom:calc(-80px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-96px * var(--tw-space-y-reverse));
    margin-bottom:calc(-96px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-112px * var(--tw-space-y-reverse));
    margin-bottom:calc(-112px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-128px * var(--tw-space-y-reverse));
    margin-bottom:calc(-128px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-144px * var(--tw-space-y-reverse));
    margin-bottom:calc(-144px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-160px * var(--tw-space-y-reverse));
    margin-bottom:calc(-160px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-176px * var(--tw-space-y-reverse));
    margin-bottom:calc(-176px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-192px * var(--tw-space-y-reverse));
    margin-bottom:calc(-192px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-208px * var(--tw-space-y-reverse));
    margin-bottom:calc(-208px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-224px * var(--tw-space-y-reverse));
    margin-bottom:calc(-224px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-240px * var(--tw-space-y-reverse));
    margin-bottom:calc(-240px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-256px * var(--tw-space-y-reverse));
    margin-bottom:calc(-256px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-288px * var(--tw-space-y-reverse));
    margin-bottom:calc(-288px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-320px * var(--tw-space-y-reverse));
    margin-bottom:calc(-320px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-384px * var(--tw-space-y-reverse));
    margin-bottom:calc(-384px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-1px * var(--tw-space-y-reverse));
    margin-bottom:calc(-1px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-2px * var(--tw-space-y-reverse));
    margin-bottom:calc(-2px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-6px * var(--tw-space-y-reverse));
    margin-bottom:calc(-6px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-10px * var(--tw-space-y-reverse));
    margin-bottom:calc(-10px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-14px * var(--tw-space-y-reverse));
    margin-bottom:calc(-14px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-18px * var(--tw-space-y-reverse));
    margin-bottom:calc(-18px * var(--tw-space-y-reverse))
  }

  .tab\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-30px * var(--tw-space-y-reverse));
    margin-bottom:calc(-30px * var(--tw-space-y-reverse))
  }

  .tab\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .tab\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .tab\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(0px * var(--tw-divide-x-reverse));
    border-right-width:calc(0px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(2px * var(--tw-divide-x-reverse));
    border-right-width:calc(2px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(4px * var(--tw-divide-x-reverse));
    border-right-width:calc(4px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(6px * var(--tw-divide-x-reverse));
    border-right-width:calc(6px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(6px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(8px * var(--tw-divide-x-reverse));
    border-right-width:calc(8px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(1px * var(--tw-divide-x-reverse));
    border-right-width:calc(1px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .tab\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(0px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(2px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(4px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(4px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(6px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(6px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(8px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(8px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
  }

  .tab\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .tab\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .tab\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .tab\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .tab\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .tab\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .tab\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .tab\:divide-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-divide-opacity))
  }

  .tab\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .tab\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .tab\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .tab\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .tab\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .tab\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .tab\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .tab\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .tab\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .tab\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .tab\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .tab\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .tab\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .tab\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .tab\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .tab\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .tab\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .tab\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .tab\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .tab\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .tab\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .tab\:divide-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-divide-opacity))
  }

  .tab\:divide-bc > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-divide-opacity))
  }

  .tab\:divide-d4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-divide-opacity))
  }

  .tab\:divide-d6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-divide-opacity))
  }

  .tab\:divide-e5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-divide-opacity))
  }

  .tab\:divide-ef > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-divide-opacity))
  }

  .tab\:divide-c > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-divide-opacity))
  }

  .tab\:divide-l-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-divide-opacity))
  }

  .tab\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-divide-opacity))
  }

  .tab\:divide-t-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-divide-opacity))
  }

  .tab\:divide-l-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-divide-opacity))
  }

  .tab\:divide-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-divide-opacity))
  }

  .tab\:divide-l-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-divide-opacity))
  }

  .tab\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .tab\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .tab\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .tab\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .tab\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .tab\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .tab\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .tab\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .tab\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .tab\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .tab\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .tab\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .tab\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .tab\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .tab\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .tab\:place-self-auto{
    place-self:auto
  }

  .tab\:place-self-start{
    place-self:start
  }

  .tab\:place-self-end{
    place-self:end
  }

  .tab\:place-self-center{
    place-self:center
  }

  .tab\:place-self-stretch{
    place-self:stretch
  }

  .tab\:self-auto{
    -webkit-align-self:auto;
        -ms-flex-item-align:auto;
            align-self:auto
  }

  .tab\:self-start{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start
  }

  .tab\:self-end{
    -webkit-align-self:flex-end;
        -ms-flex-item-align:end;
            align-self:flex-end
  }

  .tab\:self-center{
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center
  }

  .tab\:self-stretch{
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch
  }

  .tab\:self-baseline{
    -webkit-align-self:baseline;
        -ms-flex-item-align:baseline;
            align-self:baseline
  }

  .tab\:justify-self-auto{
    justify-self:auto
  }

  .tab\:justify-self-start{
    justify-self:start
  }

  .tab\:justify-self-end{
    justify-self:end
  }

  .tab\:justify-self-center{
    justify-self:center
  }

  .tab\:justify-self-stretch{
    justify-self:stretch
  }

  .tab\:overflow-auto{
    overflow:auto
  }

  .tab\:overflow-hidden{
    overflow:hidden
  }

  .tab\:overflow-visible{
    overflow:visible
  }

  .tab\:overflow-scroll{
    overflow:scroll
  }

  .tab\:overflow-x-auto{
    overflow-x:auto
  }

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

  .tab\:overflow-x-hidden{
    overflow-x:hidden
  }

  .tab\:overflow-y-hidden{
    overflow-y:hidden
  }

  .tab\:overflow-x-visible{
    overflow-x:visible
  }

  .tab\:overflow-y-visible{
    overflow-y:visible
  }

  .tab\:overflow-x-scroll{
    overflow-x:scroll
  }

  .tab\:overflow-y-scroll{
    overflow-y:scroll
  }

  .tab\:overscroll-auto{
    -ms-scroll-chaining:chained;
        overscroll-behavior:auto
  }

  .tab\:overscroll-contain{
    -ms-scroll-chaining:none;
        overscroll-behavior:contain
  }

  .tab\:overscroll-none{
    -ms-scroll-chaining:none;
        overscroll-behavior:none
  }

  .tab\:overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .tab\:overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .tab\:overscroll-y-none{
    overscroll-behavior-y:none
  }

  .tab\:overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .tab\:overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .tab\:overscroll-x-none{
    overscroll-behavior-x:none
  }

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

  .tab\:overflow-ellipsis{
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis
  }

  .tab\:overflow-clip{
    -o-text-overflow:clip;
       text-overflow:clip
  }

  .tab\:whitespace-normal{
    white-space:normal
  }

  .tab\:whitespace-nowrap{
    white-space:nowrap
  }

  .tab\:whitespace-pre{
    white-space:pre
  }

  .tab\:whitespace-pre-line{
    white-space:pre-line
  }

  .tab\:whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .tab\:break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .tab\:break-words{
    overflow-wrap:break-word
  }

  .tab\:break-all{
    word-break:break-all
  }

  .tab\:rounded-none{
    -webkit-border-radius:0px;
            border-radius:0px
  }

  .tab\:rounded-sm{
    -webkit-border-radius:2px;
            border-radius:2px
  }

  .tab\:rounded{
    -webkit-border-radius:4px;
            border-radius:4px
  }

  .tab\:rounded-md{
    -webkit-border-radius:6px;
            border-radius:6px
  }

  .tab\:rounded-lg{
    -webkit-border-radius:8px;
            border-radius:8px
  }

  .tab\:rounded-xl{
    -webkit-border-radius:10px;
            border-radius:10px
  }

  .tab\:rounded-2xl{
    -webkit-border-radius:12px;
            border-radius:12px
  }

  .tab\:rounded-3xl{
    -webkit-border-radius:16px;
            border-radius:16px
  }

  .tab\:rounded-full{
    -webkit-border-radius:9999px;
            border-radius:9999px
  }

  .tab\:rounded-t-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .tab\:rounded-t-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .tab\:rounded-t{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .tab\:rounded-t-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .tab\:rounded-t-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .tab\:rounded-t-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .tab\:rounded-t-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .tab\:rounded-t-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .tab\:rounded-t-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .tab\:rounded-r-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .tab\:rounded-r-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .tab\:rounded-r{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .tab\:rounded-r-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .tab\:rounded-r-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .tab\:rounded-r-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .tab\:rounded-r-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px;
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .tab\:rounded-r-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px;
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .tab\:rounded-r-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px;
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .tab\:rounded-b-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .tab\:rounded-b-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .tab\:rounded-b{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .tab\:rounded-b-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .tab\:rounded-b-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .tab\:rounded-b-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .tab\:rounded-b-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .tab\:rounded-b-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .tab\:rounded-b-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .tab\:rounded-l-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .tab\:rounded-l-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .tab\:rounded-l{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .tab\:rounded-l-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .tab\:rounded-l-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .tab\:rounded-l-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .tab\:rounded-l-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .tab\:rounded-l-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .tab\:rounded-l-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .tab\:rounded-tl-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px
  }

  .tab\:rounded-tl-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px
  }

  .tab\:rounded-tl{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px
  }

  .tab\:rounded-tl-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px
  }

  .tab\:rounded-tl-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px
  }

  .tab\:rounded-tl-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px
  }

  .tab\:rounded-tl-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px
  }

  .tab\:rounded-tl-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px
  }

  .tab\:rounded-tl-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px
  }

  .tab\:rounded-tr-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .tab\:rounded-tr-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .tab\:rounded-tr{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .tab\:rounded-tr-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .tab\:rounded-tr-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .tab\:rounded-tr-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .tab\:rounded-tr-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .tab\:rounded-tr-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .tab\:rounded-tr-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .tab\:rounded-br-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .tab\:rounded-br-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .tab\:rounded-br{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .tab\:rounded-br-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .tab\:rounded-br-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .tab\:rounded-br-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .tab\:rounded-br-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .tab\:rounded-br-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .tab\:rounded-br-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .tab\:rounded-bl-none{
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .tab\:rounded-bl-sm{
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .tab\:rounded-bl{
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .tab\:rounded-bl-md{
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .tab\:rounded-bl-lg{
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .tab\:rounded-bl-xl{
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .tab\:rounded-bl-2xl{
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .tab\:rounded-bl-3xl{
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .tab\:rounded-bl-full{
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .tab\:border-0{
    border-width:0px
  }

  .tab\:border-2{
    border-width:2px
  }

  .tab\:border-4{
    border-width:4px
  }

  .tab\:border-6{
    border-width:6px
  }

  .tab\:border-8{
    border-width:8px
  }

  .tab\:border{
    border-width:1px
  }

  .tab\:border-t-0{
    border-top-width:0px
  }

  .tab\:border-t-2{
    border-top-width:2px
  }

  .tab\:border-t-4{
    border-top-width:4px
  }

  .tab\:border-t-6{
    border-top-width:6px
  }

  .tab\:border-t-8{
    border-top-width:8px
  }

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

  .tab\:border-r-0{
    border-right-width:0px
  }

  .tab\:border-r-2{
    border-right-width:2px
  }

  .tab\:border-r-4{
    border-right-width:4px
  }

  .tab\:border-r-6{
    border-right-width:6px
  }

  .tab\:border-r-8{
    border-right-width:8px
  }

  .tab\:border-r{
    border-right-width:1px
  }

  .tab\:border-b-0{
    border-bottom-width:0px
  }

  .tab\:border-b-2{
    border-bottom-width:2px
  }

  .tab\:border-b-4{
    border-bottom-width:4px
  }

  .tab\:border-b-6{
    border-bottom-width:6px
  }

  .tab\:border-b-8{
    border-bottom-width:8px
  }

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

  .tab\:border-l-0{
    border-left-width:0px
  }

  .tab\:border-l-2{
    border-left-width:2px
  }

  .tab\:border-l-4{
    border-left-width:4px
  }

  .tab\:border-l-6{
    border-left-width:6px
  }

  .tab\:border-l-8{
    border-left-width:8px
  }

  .tab\:border-l{
    border-left-width:1px
  }

  .tab\:border-solid{
    border-style:solid
  }

  .tab\:border-dashed{
    border-style:dashed
  }

  .tab\:border-dotted{
    border-style:dotted
  }

  .tab\:border-double{
    border-style:double
  }

  .tab\:border-none{
    border-style:none
  }

  .tab\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .tab\:border-transparent{
    border-color:transparent
  }

  .tab\:border-current{
    border-color:currentColor
  }

  .tab\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tab\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tab\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tab\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tab\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tab\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tab\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tab\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tab\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tab\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tab\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tab\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tab\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .tab\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tab\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tab\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tab\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tab\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tab\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tab\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tab\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tab\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tab\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tab\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tab\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tab\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tab\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tab\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tab\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tab\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tab\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tab\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tab\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tab\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .tab\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tab\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tab\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tab\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tab\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tab\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tab\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tab\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tab\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tab\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tab\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tab\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tab\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tab\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tab\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tab\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tab\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tab\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tab\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tab\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tab\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tab\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tab\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tab\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tab\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tab\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tab\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tab\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tab\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tab\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tab\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .tab\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .tab\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .tab\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .tab\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .tab\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .tab\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .tab\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .tab\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .tab\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .tab\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .tab\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .tab\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-transparent{
    border-color:transparent
  }

  .group:hover .tab\:group-hover\:border-current{
    border-color:currentColor
  }

  .group:hover .tab\:group-hover\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .group:hover .tab\:group-hover\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-transparent:focus-within{
    border-color:transparent
  }

  .tab\:focus-within\:border-current:focus-within{
    border-color:currentColor
  }

  .tab\:focus-within\:border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-red:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-base:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-bc:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-d4:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-d6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-e5:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-ef:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-c:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-l-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-t-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-l-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .tab\:focus-within\:border-l-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .tab\:hover\:border-6:hover{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .tab\:hover\:border-transparent:hover{
    border-color:transparent
  }

  .tab\:hover\:border-current:hover{
    border-color:currentColor
  }

  .tab\:hover\:border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tab\:hover\:border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tab\:hover\:border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tab\:hover\:border-red:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tab\:hover\:border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tab\:hover\:border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tab\:hover\:border-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tab\:hover\:border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tab\:hover\:border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tab\:hover\:border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tab\:hover\:border-base:hover{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .tab\:hover\:border-bc:hover{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .tab\:hover\:border-d4:hover{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .tab\:hover\:border-d6:hover{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .tab\:hover\:border-e5:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .tab\:hover\:border-ef:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .tab\:hover\:border-c:hover{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .tab\:hover\:border-l-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .tab\:hover\:border-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .tab\:hover\:border-t-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .tab\:hover\:border-l-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .tab\:hover\:border-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .tab\:hover\:border-l-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .tab\:focus\:border-6:focus{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .tab\:focus\:border-transparent:focus{
    border-color:transparent
  }

  .tab\:focus\:border-current:focus{
    border-color:currentColor
  }

  .tab\:focus\:border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tab\:focus\:border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tab\:focus\:border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tab\:focus\:border-red:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tab\:focus\:border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tab\:focus\:border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tab\:focus\:border-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tab\:focus\:border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tab\:focus\:border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tab\:focus\:border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tab\:focus\:border-base:focus{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .tab\:focus\:border-bc:focus{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .tab\:focus\:border-d4:focus{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .tab\:focus\:border-d6:focus{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .tab\:focus\:border-e5:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .tab\:focus\:border-ef:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .tab\:focus\:border-c:focus{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .tab\:focus\:border-l-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .tab\:focus\:border-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .tab\:focus\:border-t-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .tab\:focus\:border-l-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .tab\:focus\:border-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .tab\:focus\:border-l-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .tab\:border-opacity-0{
    --tw-border-opacity:0
  }

  .tab\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tab\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tab\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tab\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tab\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tab\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tab\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tab\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tab\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tab\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tab\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tab\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tab\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tab\:border-opacity-100{
    --tw-border-opacity:1
  }

  .group:hover .tab\:group-hover\:border-opacity-0{
    --tw-border-opacity:0
  }

  .group:hover .tab\:group-hover\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .group:hover .tab\:group-hover\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .group:hover .tab\:group-hover\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .group:hover .tab\:group-hover\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .group:hover .tab\:group-hover\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .group:hover .tab\:group-hover\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .group:hover .tab\:group-hover\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .group:hover .tab\:group-hover\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .group:hover .tab\:group-hover\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .group:hover .tab\:group-hover\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .group:hover .tab\:group-hover\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .group:hover .tab\:group-hover\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .group:hover .tab\:group-hover\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .group:hover .tab\:group-hover\:border-opacity-100{
    --tw-border-opacity:1
  }

  .tab\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .tab\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .tab\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .tab\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .tab\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .tab\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .tab\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .tab\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .tab\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .tab\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .tab\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .tab\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .tab\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .tab\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .tab\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .tab\:hover\:border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .tab\:hover\:border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .tab\:hover\:border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .tab\:hover\:border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .tab\:hover\:border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .tab\:hover\:border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .tab\:hover\:border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .tab\:hover\:border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .tab\:hover\:border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .tab\:hover\:border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .tab\:hover\:border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .tab\:hover\:border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .tab\:hover\:border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .tab\:hover\:border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .tab\:hover\:border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .tab\:focus\:border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .tab\:focus\:border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .tab\:focus\:border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .tab\:focus\:border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .tab\:focus\:border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .tab\:focus\:border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .tab\:focus\:border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .tab\:focus\:border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .tab\:focus\:border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .tab\:focus\:border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .tab\:focus\:border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .tab\:focus\:border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .tab\:focus\:border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .tab\:focus\:border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .tab\:focus\:border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .tab\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .tab\:bg-transparent{
    background-color:transparent
  }

  .tab\:bg-current{
    background-color:currentColor
  }

  .tab\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tab\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tab\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tab\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tab\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tab\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tab\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tab\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tab\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tab\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tab\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tab\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tab\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tab\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tab\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tab\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tab\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tab\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tab\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tab\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .tab\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .tab\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .tab\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .tab\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .tab\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .tab\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .tab\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .tab\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .tab\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .tab\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .tab\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .tab\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-transparent{
    background-color:transparent
  }

  .group:hover .tab\:group-hover\:bg-current{
    background-color:currentColor
  }

  .group:hover .tab\:group-hover\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .group:hover .tab\:group-hover\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-transparent:focus-within{
    background-color:transparent
  }

  .tab\:focus-within\:bg-current:focus-within{
    background-color:currentColor
  }

  .tab\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-base:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-bc:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-d4:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-d6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-e5:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-ef:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-c:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-l-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-t-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-l-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .tab\:focus-within\:bg-l-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-transparent:hover{
    background-color:transparent
  }

  .tab\:hover\:bg-current:hover{
    background-color:currentColor
  }

  .tab\:hover\:bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-red:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-base:hover{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-bc:hover{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-d4:hover{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-d6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-e5:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-ef:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-c:hover{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-l-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-t-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-l-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .tab\:hover\:bg-l-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-transparent:focus{
    background-color:transparent
  }

  .tab\:focus\:bg-current:focus{
    background-color:currentColor
  }

  .tab\:focus\:bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-red:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-base:focus{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-bc:focus{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-d4:focus{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-d6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-e5:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-ef:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-c:focus{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-l-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-t-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-l-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .tab\:focus\:bg-l-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .tab\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tab\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tab\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tab\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tab\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tab\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tab\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tab\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tab\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tab\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tab\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tab\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tab\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tab\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tab\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .group:hover .tab\:group-hover\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .group:hover .tab\:group-hover\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .group:hover .tab\:group-hover\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .group:hover .tab\:group-hover\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .group:hover .tab\:group-hover\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .group:hover .tab\:group-hover\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .group:hover .tab\:group-hover\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .group:hover .tab\:group-hover\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .group:hover .tab\:group-hover\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .group:hover .tab\:group-hover\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .group:hover .tab\:group-hover\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .group:hover .tab\:group-hover\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .group:hover .tab\:group-hover\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .group:hover .tab\:group-hover\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .group:hover .tab\:group-hover\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tab\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .tab\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .tab\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .tab\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .tab\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .tab\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .tab\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .tab\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .tab\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .tab\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .tab\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .tab\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .tab\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .tab\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .tab\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .tab\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .tab\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .tab\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .tab\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .tab\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .tab\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .tab\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .tab\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .tab\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .tab\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .tab\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .tab\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .tab\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .tab\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .tab\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .tab\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .tab\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .tab\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .tab\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .tab\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .tab\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .tab\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .tab\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .tab\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .tab\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .tab\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .tab\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .tab\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .tab\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .tab\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .tab\:bg-none{
    background-image:none
  }

  .tab\:bg-gradient-to-t{
    background-image:-webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom, var(--tw-gradient-stops));
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-tr{
    background-image:-webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom left, var(--tw-gradient-stops));
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-r{
    background-image:-webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(left, var(--tw-gradient-stops));
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-br{
    background-image:-webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top left, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-b{
    background-image:-webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-bl{
    background-image:-webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top right, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-l{
    background-image:-webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(right, var(--tw-gradient-stops));
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .tab\:bg-gradient-to-tl{
    background-image:-webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom right, var(--tw-gradient-stops));
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .tab\:from-6{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:from-red{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:from-blue{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:from-base{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:from-bc{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:from-d4{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:from-d6{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:from-e5{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:from-ef{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:from-c{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:from-l-blue{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:from-orange{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:from-t-orange{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:from-l-orange{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:from-test-blue{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:from-l-test-blue{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:hover\:from-6:hover{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:hover\:from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:hover\:from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:hover\:from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:hover\:from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:hover\:from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:hover\:from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:hover\:from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:hover\:from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:hover\:from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:hover\:from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:hover\:from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:hover\:from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:hover\:from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:hover\:from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:hover\:from-red:hover{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:hover\:from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:hover\:from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:hover\:from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:hover\:from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:hover\:from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:hover\:from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:hover\:from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:hover\:from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:hover\:from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:hover\:from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:hover\:from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:hover\:from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:hover\:from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:hover\:from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:hover\:from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:hover\:from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:hover\:from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:hover\:from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:hover\:from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:hover\:from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:hover\:from-blue:hover{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:hover\:from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:hover\:from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:hover\:from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:hover\:from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:hover\:from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:hover\:from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:hover\:from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:hover\:from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:hover\:from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:hover\:from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:hover\:from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:hover\:from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:hover\:from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:hover\:from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:hover\:from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:hover\:from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:hover\:from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:hover\:from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:hover\:from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:hover\:from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:hover\:from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:hover\:from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:hover\:from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:hover\:from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:hover\:from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:hover\:from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:hover\:from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:hover\:from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:hover\:from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:hover\:from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:hover\:from-base:hover{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:hover\:from-bc:hover{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:hover\:from-d4:hover{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:hover\:from-d6:hover{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:hover\:from-e5:hover{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:hover\:from-ef:hover{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:hover\:from-c:hover{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:hover\:from-l-blue:hover{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:hover\:from-orange:hover{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:hover\:from-t-orange:hover{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:hover\:from-l-orange:hover{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:hover\:from-test-blue:hover{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:hover\:from-l-test-blue:hover{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:focus\:from-6:focus{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:focus\:from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:focus\:from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:focus\:from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:focus\:from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:focus\:from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:focus\:from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:focus\:from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:focus\:from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:focus\:from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:focus\:from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:focus\:from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:focus\:from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:focus\:from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:focus\:from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:focus\:from-red:focus{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:focus\:from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:focus\:from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:focus\:from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:focus\:from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:focus\:from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:focus\:from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:focus\:from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:focus\:from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:focus\:from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:focus\:from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:focus\:from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:focus\:from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:focus\:from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:focus\:from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:focus\:from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:focus\:from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:focus\:from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:focus\:from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:focus\:from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:focus\:from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:focus\:from-blue:focus{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:focus\:from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:focus\:from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:focus\:from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:focus\:from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:focus\:from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:focus\:from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:focus\:from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:focus\:from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:focus\:from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:focus\:from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:focus\:from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:focus\:from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:focus\:from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:focus\:from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:focus\:from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:focus\:from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:focus\:from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:focus\:from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:focus\:from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:focus\:from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:focus\:from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:focus\:from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:focus\:from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:focus\:from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:focus\:from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:focus\:from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:focus\:from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:focus\:from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:focus\:from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:focus\:from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:focus\:from-base:focus{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:focus\:from-bc:focus{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:focus\:from-d4:focus{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:focus\:from-d6:focus{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:focus\:from-e5:focus{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:focus\:from-ef:focus{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:focus\:from-c:focus{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:focus\:from-l-blue:focus{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:focus\:from-orange:focus{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:focus\:from-t-orange:focus{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:focus\:from-l-orange:focus{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:focus\:from-test-blue:focus{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:focus\:from-l-test-blue:focus{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:via-6{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:via-red{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:via-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:via-base{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:via-bc{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:via-d4{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:via-d6{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:via-e5{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:via-ef{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:via-c{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:via-l-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:via-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:via-t-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:via-l-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:via-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:via-l-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:hover\:via-6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:hover\:via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:hover\:via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:hover\:via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:hover\:via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:hover\:via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:hover\:via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:hover\:via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:hover\:via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:hover\:via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:hover\:via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:hover\:via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:hover\:via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:hover\:via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:hover\:via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:hover\:via-red:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:hover\:via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:hover\:via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:hover\:via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:hover\:via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:hover\:via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:hover\:via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:hover\:via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:hover\:via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:hover\:via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:hover\:via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:hover\:via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:hover\:via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:hover\:via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:hover\:via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:hover\:via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:hover\:via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:hover\:via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:hover\:via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:hover\:via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:hover\:via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:hover\:via-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:hover\:via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:hover\:via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:hover\:via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:hover\:via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:hover\:via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:hover\:via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:hover\:via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:hover\:via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:hover\:via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:hover\:via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:hover\:via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:hover\:via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:hover\:via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:hover\:via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:hover\:via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:hover\:via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:hover\:via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:hover\:via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:hover\:via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:hover\:via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:hover\:via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:hover\:via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:hover\:via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:hover\:via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:hover\:via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:hover\:via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:hover\:via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:hover\:via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:hover\:via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:hover\:via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:hover\:via-base:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:hover\:via-bc:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:hover\:via-d4:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:hover\:via-d6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:hover\:via-e5:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:hover\:via-ef:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:hover\:via-c:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:hover\:via-l-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:hover\:via-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:hover\:via-t-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:hover\:via-l-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:hover\:via-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:hover\:via-l-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:focus\:via-6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .tab\:focus\:via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:focus\:via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:focus\:via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .tab\:focus\:via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .tab\:focus\:via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .tab\:focus\:via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .tab\:focus\:via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .tab\:focus\:via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .tab\:focus\:via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .tab\:focus\:via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .tab\:focus\:via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .tab\:focus\:via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .tab\:focus\:via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .tab\:focus\:via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .tab\:focus\:via-red:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .tab\:focus\:via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .tab\:focus\:via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .tab\:focus\:via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .tab\:focus\:via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .tab\:focus\:via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .tab\:focus\:via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .tab\:focus\:via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .tab\:focus\:via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .tab\:focus\:via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .tab\:focus\:via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .tab\:focus\:via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .tab\:focus\:via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .tab\:focus\:via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .tab\:focus\:via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .tab\:focus\:via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .tab\:focus\:via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .tab\:focus\:via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .tab\:focus\:via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .tab\:focus\:via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .tab\:focus\:via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .tab\:focus\:via-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .tab\:focus\:via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .tab\:focus\:via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .tab\:focus\:via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .tab\:focus\:via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .tab\:focus\:via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .tab\:focus\:via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .tab\:focus\:via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .tab\:focus\:via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .tab\:focus\:via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .tab\:focus\:via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .tab\:focus\:via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .tab\:focus\:via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .tab\:focus\:via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .tab\:focus\:via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .tab\:focus\:via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .tab\:focus\:via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .tab\:focus\:via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .tab\:focus\:via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .tab\:focus\:via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .tab\:focus\:via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .tab\:focus\:via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .tab\:focus\:via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .tab\:focus\:via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .tab\:focus\:via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .tab\:focus\:via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .tab\:focus\:via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .tab\:focus\:via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .tab\:focus\:via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .tab\:focus\:via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .tab\:focus\:via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .tab\:focus\:via-base:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .tab\:focus\:via-bc:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .tab\:focus\:via-d4:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .tab\:focus\:via-d6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .tab\:focus\:via-e5:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .tab\:focus\:via-ef:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .tab\:focus\:via-c:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .tab\:focus\:via-l-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .tab\:focus\:via-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .tab\:focus\:via-t-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .tab\:focus\:via-l-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .tab\:focus\:via-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .tab\:focus\:via-l-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .tab\:to-6{
    --tw-gradient-to:#666
  }

  .tab\:to-transparent{
    --tw-gradient-to:transparent
  }

  .tab\:to-current{
    --tw-gradient-to:currentColor
  }

  .tab\:to-black{
    --tw-gradient-to:#000
  }

  .tab\:to-white{
    --tw-gradient-to:#fff
  }

  .tab\:to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .tab\:to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .tab\:to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .tab\:to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .tab\:to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .tab\:to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .tab\:to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .tab\:to-gray-700{
    --tw-gradient-to:#374151
  }

  .tab\:to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .tab\:to-gray-900{
    --tw-gradient-to:#111827
  }

  .tab\:to-red{
    --tw-gradient-to:#BE281F
  }

  .tab\:to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .tab\:to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .tab\:to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .tab\:to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .tab\:to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .tab\:to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .tab\:to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .tab\:to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .tab\:to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .tab\:to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .tab\:to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .tab\:to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .tab\:to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .tab\:to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .tab\:to-green-400{
    --tw-gradient-to:#34d399
  }

  .tab\:to-green-500{
    --tw-gradient-to:#10b981
  }

  .tab\:to-green-600{
    --tw-gradient-to:#059669
  }

  .tab\:to-green-700{
    --tw-gradient-to:#047857
  }

  .tab\:to-green-800{
    --tw-gradient-to:#065f46
  }

  .tab\:to-green-900{
    --tw-gradient-to:#064e3b
  }

  .tab\:to-blue{
    --tw-gradient-to:#52B2BA
  }

  .tab\:to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .tab\:to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .tab\:to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .tab\:to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .tab\:to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .tab\:to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .tab\:to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .tab\:to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .tab\:to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .tab\:to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .tab\:to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .tab\:to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .tab\:to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .tab\:to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .tab\:to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .tab\:to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .tab\:to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .tab\:to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .tab\:to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .tab\:to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .tab\:to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .tab\:to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .tab\:to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .tab\:to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .tab\:to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .tab\:to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .tab\:to-pink-600{
    --tw-gradient-to:#db2777
  }

  .tab\:to-pink-700{
    --tw-gradient-to:#be185d
  }

  .tab\:to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .tab\:to-pink-900{
    --tw-gradient-to:#831843
  }

  .tab\:to-base{
    --tw-gradient-to:#333
  }

  .tab\:to-bc{
    --tw-gradient-to:#bcbcbc
  }

  .tab\:to-d4{
    --tw-gradient-to:#d4d4d4
  }

  .tab\:to-d6{
    --tw-gradient-to:#d6d6d6
  }

  .tab\:to-e5{
    --tw-gradient-to:#E5E5E5
  }

  .tab\:to-ef{
    --tw-gradient-to:#EFEFEF
  }

  .tab\:to-c{
    --tw-gradient-to:#ccc
  }

  .tab\:to-l-blue{
    --tw-gradient-to:#68CBD1
  }

  .tab\:to-orange{
    --tw-gradient-to:#DD8444
  }

  .tab\:to-t-orange{
    --tw-gradient-to:#F9700C
  }

  .tab\:to-l-orange{
    --tw-gradient-to:#EDDCCF
  }

  .tab\:to-test-blue{
    --tw-gradient-to:#527CBA
  }

  .tab\:to-l-test-blue{
    --tw-gradient-to:#D8DEE7
  }

  .tab\:hover\:to-6:hover{
    --tw-gradient-to:#666
  }

  .tab\:hover\:to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .tab\:hover\:to-current:hover{
    --tw-gradient-to:currentColor
  }

  .tab\:hover\:to-black:hover{
    --tw-gradient-to:#000
  }

  .tab\:hover\:to-white:hover{
    --tw-gradient-to:#fff
  }

  .tab\:hover\:to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .tab\:hover\:to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .tab\:hover\:to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .tab\:hover\:to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .tab\:hover\:to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .tab\:hover\:to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .tab\:hover\:to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .tab\:hover\:to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .tab\:hover\:to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .tab\:hover\:to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .tab\:hover\:to-red:hover{
    --tw-gradient-to:#BE281F
  }

  .tab\:hover\:to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .tab\:hover\:to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .tab\:hover\:to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .tab\:hover\:to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .tab\:hover\:to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .tab\:hover\:to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .tab\:hover\:to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .tab\:hover\:to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .tab\:hover\:to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .tab\:hover\:to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .tab\:hover\:to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .tab\:hover\:to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .tab\:hover\:to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .tab\:hover\:to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .tab\:hover\:to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .tab\:hover\:to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .tab\:hover\:to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .tab\:hover\:to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .tab\:hover\:to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .tab\:hover\:to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .tab\:hover\:to-blue:hover{
    --tw-gradient-to:#52B2BA
  }

  .tab\:hover\:to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .tab\:hover\:to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .tab\:hover\:to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .tab\:hover\:to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .tab\:hover\:to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .tab\:hover\:to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .tab\:hover\:to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .tab\:hover\:to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .tab\:hover\:to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .tab\:hover\:to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .tab\:hover\:to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .tab\:hover\:to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .tab\:hover\:to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .tab\:hover\:to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .tab\:hover\:to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .tab\:hover\:to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .tab\:hover\:to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .tab\:hover\:to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .tab\:hover\:to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .tab\:hover\:to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .tab\:hover\:to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .tab\:hover\:to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .tab\:hover\:to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .tab\:hover\:to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .tab\:hover\:to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .tab\:hover\:to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .tab\:hover\:to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .tab\:hover\:to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .tab\:hover\:to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .tab\:hover\:to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .tab\:hover\:to-base:hover{
    --tw-gradient-to:#333
  }

  .tab\:hover\:to-bc:hover{
    --tw-gradient-to:#bcbcbc
  }

  .tab\:hover\:to-d4:hover{
    --tw-gradient-to:#d4d4d4
  }

  .tab\:hover\:to-d6:hover{
    --tw-gradient-to:#d6d6d6
  }

  .tab\:hover\:to-e5:hover{
    --tw-gradient-to:#E5E5E5
  }

  .tab\:hover\:to-ef:hover{
    --tw-gradient-to:#EFEFEF
  }

  .tab\:hover\:to-c:hover{
    --tw-gradient-to:#ccc
  }

  .tab\:hover\:to-l-blue:hover{
    --tw-gradient-to:#68CBD1
  }

  .tab\:hover\:to-orange:hover{
    --tw-gradient-to:#DD8444
  }

  .tab\:hover\:to-t-orange:hover{
    --tw-gradient-to:#F9700C
  }

  .tab\:hover\:to-l-orange:hover{
    --tw-gradient-to:#EDDCCF
  }

  .tab\:hover\:to-test-blue:hover{
    --tw-gradient-to:#527CBA
  }

  .tab\:hover\:to-l-test-blue:hover{
    --tw-gradient-to:#D8DEE7
  }

  .tab\:focus\:to-6:focus{
    --tw-gradient-to:#666
  }

  .tab\:focus\:to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .tab\:focus\:to-current:focus{
    --tw-gradient-to:currentColor
  }

  .tab\:focus\:to-black:focus{
    --tw-gradient-to:#000
  }

  .tab\:focus\:to-white:focus{
    --tw-gradient-to:#fff
  }

  .tab\:focus\:to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .tab\:focus\:to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .tab\:focus\:to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .tab\:focus\:to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .tab\:focus\:to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .tab\:focus\:to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .tab\:focus\:to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .tab\:focus\:to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .tab\:focus\:to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .tab\:focus\:to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .tab\:focus\:to-red:focus{
    --tw-gradient-to:#BE281F
  }

  .tab\:focus\:to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .tab\:focus\:to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .tab\:focus\:to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .tab\:focus\:to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .tab\:focus\:to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .tab\:focus\:to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .tab\:focus\:to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .tab\:focus\:to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .tab\:focus\:to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .tab\:focus\:to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .tab\:focus\:to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .tab\:focus\:to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .tab\:focus\:to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .tab\:focus\:to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .tab\:focus\:to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .tab\:focus\:to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .tab\:focus\:to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .tab\:focus\:to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .tab\:focus\:to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .tab\:focus\:to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .tab\:focus\:to-blue:focus{
    --tw-gradient-to:#52B2BA
  }

  .tab\:focus\:to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .tab\:focus\:to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .tab\:focus\:to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .tab\:focus\:to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .tab\:focus\:to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .tab\:focus\:to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .tab\:focus\:to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .tab\:focus\:to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .tab\:focus\:to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .tab\:focus\:to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .tab\:focus\:to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .tab\:focus\:to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .tab\:focus\:to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .tab\:focus\:to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .tab\:focus\:to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .tab\:focus\:to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .tab\:focus\:to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .tab\:focus\:to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .tab\:focus\:to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .tab\:focus\:to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .tab\:focus\:to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .tab\:focus\:to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .tab\:focus\:to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .tab\:focus\:to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .tab\:focus\:to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .tab\:focus\:to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .tab\:focus\:to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .tab\:focus\:to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .tab\:focus\:to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .tab\:focus\:to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .tab\:focus\:to-base:focus{
    --tw-gradient-to:#333
  }

  .tab\:focus\:to-bc:focus{
    --tw-gradient-to:#bcbcbc
  }

  .tab\:focus\:to-d4:focus{
    --tw-gradient-to:#d4d4d4
  }

  .tab\:focus\:to-d6:focus{
    --tw-gradient-to:#d6d6d6
  }

  .tab\:focus\:to-e5:focus{
    --tw-gradient-to:#E5E5E5
  }

  .tab\:focus\:to-ef:focus{
    --tw-gradient-to:#EFEFEF
  }

  .tab\:focus\:to-c:focus{
    --tw-gradient-to:#ccc
  }

  .tab\:focus\:to-l-blue:focus{
    --tw-gradient-to:#68CBD1
  }

  .tab\:focus\:to-orange:focus{
    --tw-gradient-to:#DD8444
  }

  .tab\:focus\:to-t-orange:focus{
    --tw-gradient-to:#F9700C
  }

  .tab\:focus\:to-l-orange:focus{
    --tw-gradient-to:#EDDCCF
  }

  .tab\:focus\:to-test-blue:focus{
    --tw-gradient-to:#527CBA
  }

  .tab\:focus\:to-l-test-blue:focus{
    --tw-gradient-to:#D8DEE7
  }

  .tab\:decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .tab\:decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .tab\:bg-auto{
    background-size:auto
  }

  .tab\:bg-cover{
    background-size:cover
  }

  .tab\:bg-contain{
    background-size:contain
  }

  .tab\:bg-fixed{
    background-attachment:fixed
  }

  .tab\:bg-local{
    background-attachment:local
  }

  .tab\:bg-scroll{
    background-attachment:scroll
  }

  .tab\:bg-clip-border{
    background-clip:border-box
  }

  .tab\:bg-clip-padding{
    background-clip:padding-box
  }

  .tab\:bg-clip-content{
    background-clip:content-box
  }

  .tab\:bg-clip-text{
    -webkit-background-clip:text;
            background-clip:text
  }

  .tab\:bg-bottom{
    background-position:bottom
  }

  .tab\:bg-center{
    background-position:center
  }

  .tab\:bg-left{
    background-position:left
  }

  .tab\:bg-left-bottom{
    background-position:left bottom
  }

  .tab\:bg-left-top{
    background-position:left top
  }

  .tab\:bg-right{
    background-position:right
  }

  .tab\:bg-right-bottom{
    background-position:right bottom
  }

  .tab\:bg-right-top{
    background-position:right top
  }

  .tab\:bg-top{
    background-position:top
  }

  .tab\:bg-repeat{
    background-repeat:repeat
  }

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

  .tab\:bg-repeat-x{
    background-repeat:repeat-x
  }

  .tab\:bg-repeat-y{
    background-repeat:repeat-y
  }

  .tab\:bg-repeat-round{
    background-repeat:round
  }

  .tab\:bg-repeat-space{
    background-repeat:space
  }

  .tab\:bg-origin-border{
    background-origin:border-box
  }

  .tab\:bg-origin-padding{
    background-origin:padding-box
  }

  .tab\:bg-origin-content{
    background-origin:content-box
  }

  .tab\:fill-current{
    fill:currentColor
  }

  .tab\:stroke-current{
    stroke:currentColor
  }

  .tab\:stroke-0{
    stroke-width:0
  }

  .tab\:stroke-1{
    stroke-width:1
  }

  .tab\:stroke-2{
    stroke-width:2
  }

  .tab\:object-contain{
    -o-object-fit:contain;
       object-fit:contain
  }

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

  .tab\:object-fill{
    -o-object-fit:fill;
       object-fit:fill
  }

  .tab\:object-none{
    -o-object-fit:none;
       object-fit:none
  }

  .tab\:object-scale-down{
    -o-object-fit:scale-down;
       object-fit:scale-down
  }

  .tab\:object-bottom{
    -o-object-position:bottom;
       object-position:bottom
  }

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

  .tab\:object-left{
    -o-object-position:left;
       object-position:left
  }

  .tab\:object-left-bottom{
    -o-object-position:left bottom;
       object-position:left bottom
  }

  .tab\:object-left-top{
    -o-object-position:left top;
       object-position:left top
  }

  .tab\:object-right{
    -o-object-position:right;
       object-position:right
  }

  .tab\:object-right-bottom{
    -o-object-position:right bottom;
       object-position:right bottom
  }

  .tab\:object-right-top{
    -o-object-position:right top;
       object-position:right top
  }

  .tab\:object-top{
    -o-object-position:top;
       object-position:top
  }

  .tab\:p-0{
    padding:0px
  }

  .tab\:p-1{
    padding:4px
  }

  .tab\:p-2{
    padding:8px
  }

  .tab\:p-3{
    padding:12px
  }

  .tab\:p-4{
    padding:16px
  }

  .tab\:p-5{
    padding:20px
  }

  .tab\:p-6{
    padding:24px
  }

  .tab\:p-7{
    padding:28px
  }

  .tab\:p-8{
    padding:32px
  }

  .tab\:p-9{
    padding:36px
  }

  .tab\:p-10{
    padding:40px
  }

  .tab\:p-11{
    padding:44px
  }

  .tab\:p-12{
    padding:48px
  }

  .tab\:p-13{
    padding:50px
  }

  .tab\:p-14{
    padding:56px
  }

  .tab\:p-15{
    padding:60px
  }

  .tab\:p-16{
    padding:64px
  }

  .tab\:p-20{
    padding:80px
  }

  .tab\:p-24{
    padding:96px
  }

  .tab\:p-28{
    padding:112px
  }

  .tab\:p-32{
    padding:128px
  }

  .tab\:p-36{
    padding:144px
  }

  .tab\:p-40{
    padding:160px
  }

  .tab\:p-44{
    padding:176px
  }

  .tab\:p-48{
    padding:192px
  }

  .tab\:p-52{
    padding:208px
  }

  .tab\:p-56{
    padding:224px
  }

  .tab\:p-60{
    padding:240px
  }

  .tab\:p-64{
    padding:256px
  }

  .tab\:p-72{
    padding:288px
  }

  .tab\:p-80{
    padding:320px
  }

  .tab\:p-96{
    padding:384px
  }

  .tab\:p-px{
    padding:1px
  }

  .tab\:p-0\.5{
    padding:2px
  }

  .tab\:p-1\.5{
    padding:6px
  }

  .tab\:p-2\.5{
    padding:10px
  }

  .tab\:p-3\.5{
    padding:14px
  }

  .tab\:p-4\.5{
    padding:18px
  }

  .tab\:p-7\.5{
    padding:30px
  }

  .tab\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .tab\:px-1{
    padding-left:4px;
    padding-right:4px
  }

  .tab\:px-2{
    padding-left:8px;
    padding-right:8px
  }

  .tab\:px-3{
    padding-left:12px;
    padding-right:12px
  }

  .tab\:px-4{
    padding-left:16px;
    padding-right:16px
  }

  .tab\:px-5{
    padding-left:20px;
    padding-right:20px
  }

  .tab\:px-6{
    padding-left:24px;
    padding-right:24px
  }

  .tab\:px-7{
    padding-left:28px;
    padding-right:28px
  }

  .tab\:px-8{
    padding-left:32px;
    padding-right:32px
  }

  .tab\:px-9{
    padding-left:36px;
    padding-right:36px
  }

  .tab\:px-10{
    padding-left:40px;
    padding-right:40px
  }

  .tab\:px-11{
    padding-left:44px;
    padding-right:44px
  }

  .tab\:px-12{
    padding-left:48px;
    padding-right:48px
  }

  .tab\:px-13{
    padding-left:50px;
    padding-right:50px
  }

  .tab\:px-14{
    padding-left:56px;
    padding-right:56px
  }

  .tab\:px-15{
    padding-left:60px;
    padding-right:60px
  }

  .tab\:px-16{
    padding-left:64px;
    padding-right:64px
  }

  .tab\:px-20{
    padding-left:80px;
    padding-right:80px
  }

  .tab\:px-24{
    padding-left:96px;
    padding-right:96px
  }

  .tab\:px-28{
    padding-left:112px;
    padding-right:112px
  }

  .tab\:px-32{
    padding-left:128px;
    padding-right:128px
  }

  .tab\:px-36{
    padding-left:144px;
    padding-right:144px
  }

  .tab\:px-40{
    padding-left:160px;
    padding-right:160px
  }

  .tab\:px-44{
    padding-left:176px;
    padding-right:176px
  }

  .tab\:px-48{
    padding-left:192px;
    padding-right:192px
  }

  .tab\:px-52{
    padding-left:208px;
    padding-right:208px
  }

  .tab\:px-56{
    padding-left:224px;
    padding-right:224px
  }

  .tab\:px-60{
    padding-left:240px;
    padding-right:240px
  }

  .tab\:px-64{
    padding-left:256px;
    padding-right:256px
  }

  .tab\:px-72{
    padding-left:288px;
    padding-right:288px
  }

  .tab\:px-80{
    padding-left:320px;
    padding-right:320px
  }

  .tab\:px-96{
    padding-left:384px;
    padding-right:384px
  }

  .tab\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .tab\:px-0\.5{
    padding-left:2px;
    padding-right:2px
  }

  .tab\:px-1\.5{
    padding-left:6px;
    padding-right:6px
  }

  .tab\:px-2\.5{
    padding-left:10px;
    padding-right:10px
  }

  .tab\:px-3\.5{
    padding-left:14px;
    padding-right:14px
  }

  .tab\:px-4\.5{
    padding-left:18px;
    padding-right:18px
  }

  .tab\:px-7\.5{
    padding-left:30px;
    padding-right:30px
  }

  .tab\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .tab\:py-1{
    padding-top:4px;
    padding-bottom:4px
  }

  .tab\:py-2{
    padding-top:8px;
    padding-bottom:8px
  }

  .tab\:py-3{
    padding-top:12px;
    padding-bottom:12px
  }

  .tab\:py-4{
    padding-top:16px;
    padding-bottom:16px
  }

  .tab\:py-5{
    padding-top:20px;
    padding-bottom:20px
  }

  .tab\:py-6{
    padding-top:24px;
    padding-bottom:24px
  }

  .tab\:py-7{
    padding-top:28px;
    padding-bottom:28px
  }

  .tab\:py-8{
    padding-top:32px;
    padding-bottom:32px
  }

  .tab\:py-9{
    padding-top:36px;
    padding-bottom:36px
  }

  .tab\:py-10{
    padding-top:40px;
    padding-bottom:40px
  }

  .tab\:py-11{
    padding-top:44px;
    padding-bottom:44px
  }

  .tab\:py-12{
    padding-top:48px;
    padding-bottom:48px
  }

  .tab\:py-13{
    padding-top:50px;
    padding-bottom:50px
  }

  .tab\:py-14{
    padding-top:56px;
    padding-bottom:56px
  }

  .tab\:py-15{
    padding-top:60px;
    padding-bottom:60px
  }

  .tab\:py-16{
    padding-top:64px;
    padding-bottom:64px
  }

  .tab\:py-20{
    padding-top:80px;
    padding-bottom:80px
  }

  .tab\:py-24{
    padding-top:96px;
    padding-bottom:96px
  }

  .tab\:py-28{
    padding-top:112px;
    padding-bottom:112px
  }

  .tab\:py-32{
    padding-top:128px;
    padding-bottom:128px
  }

  .tab\:py-36{
    padding-top:144px;
    padding-bottom:144px
  }

  .tab\:py-40{
    padding-top:160px;
    padding-bottom:160px
  }

  .tab\:py-44{
    padding-top:176px;
    padding-bottom:176px
  }

  .tab\:py-48{
    padding-top:192px;
    padding-bottom:192px
  }

  .tab\:py-52{
    padding-top:208px;
    padding-bottom:208px
  }

  .tab\:py-56{
    padding-top:224px;
    padding-bottom:224px
  }

  .tab\:py-60{
    padding-top:240px;
    padding-bottom:240px
  }

  .tab\:py-64{
    padding-top:256px;
    padding-bottom:256px
  }

  .tab\:py-72{
    padding-top:288px;
    padding-bottom:288px
  }

  .tab\:py-80{
    padding-top:320px;
    padding-bottom:320px
  }

  .tab\:py-96{
    padding-top:384px;
    padding-bottom:384px
  }

  .tab\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .tab\:py-0\.5{
    padding-top:2px;
    padding-bottom:2px
  }

  .tab\:py-1\.5{
    padding-top:6px;
    padding-bottom:6px
  }

  .tab\:py-2\.5{
    padding-top:10px;
    padding-bottom:10px
  }

  .tab\:py-3\.5{
    padding-top:14px;
    padding-bottom:14px
  }

  .tab\:py-4\.5{
    padding-top:18px;
    padding-bottom:18px
  }

  .tab\:py-7\.5{
    padding-top:30px;
    padding-bottom:30px
  }

  .tab\:pt-0{
    padding-top:0px
  }

  .tab\:pt-1{
    padding-top:4px
  }

  .tab\:pt-2{
    padding-top:8px
  }

  .tab\:pt-3{
    padding-top:12px
  }

  .tab\:pt-4{
    padding-top:16px
  }

  .tab\:pt-5{
    padding-top:20px
  }

  .tab\:pt-6{
    padding-top:24px
  }

  .tab\:pt-7{
    padding-top:28px
  }

  .tab\:pt-8{
    padding-top:32px
  }

  .tab\:pt-9{
    padding-top:36px
  }

  .tab\:pt-10{
    padding-top:40px
  }

  .tab\:pt-11{
    padding-top:44px
  }

  .tab\:pt-12{
    padding-top:48px
  }

  .tab\:pt-13{
    padding-top:50px
  }

  .tab\:pt-14{
    padding-top:56px
  }

  .tab\:pt-15{
    padding-top:60px
  }

  .tab\:pt-16{
    padding-top:64px
  }

  .tab\:pt-20{
    padding-top:80px
  }

  .tab\:pt-24{
    padding-top:96px
  }

  .tab\:pt-28{
    padding-top:112px
  }

  .tab\:pt-32{
    padding-top:128px
  }

  .tab\:pt-36{
    padding-top:144px
  }

  .tab\:pt-40{
    padding-top:160px
  }

  .tab\:pt-44{
    padding-top:176px
  }

  .tab\:pt-48{
    padding-top:192px
  }

  .tab\:pt-52{
    padding-top:208px
  }

  .tab\:pt-56{
    padding-top:224px
  }

  .tab\:pt-60{
    padding-top:240px
  }

  .tab\:pt-64{
    padding-top:256px
  }

  .tab\:pt-72{
    padding-top:288px
  }

  .tab\:pt-80{
    padding-top:320px
  }

  .tab\:pt-96{
    padding-top:384px
  }

  .tab\:pt-px{
    padding-top:1px
  }

  .tab\:pt-0\.5{
    padding-top:2px
  }

  .tab\:pt-1\.5{
    padding-top:6px
  }

  .tab\:pt-2\.5{
    padding-top:10px
  }

  .tab\:pt-3\.5{
    padding-top:14px
  }

  .tab\:pt-4\.5{
    padding-top:18px
  }

  .tab\:pt-7\.5{
    padding-top:30px
  }

  .tab\:pr-0{
    padding-right:0px
  }

  .tab\:pr-1{
    padding-right:4px
  }

  .tab\:pr-2{
    padding-right:8px
  }

  .tab\:pr-3{
    padding-right:12px
  }

  .tab\:pr-4{
    padding-right:16px
  }

  .tab\:pr-5{
    padding-right:20px
  }

  .tab\:pr-6{
    padding-right:24px
  }

  .tab\:pr-7{
    padding-right:28px
  }

  .tab\:pr-8{
    padding-right:32px
  }

  .tab\:pr-9{
    padding-right:36px
  }

  .tab\:pr-10{
    padding-right:40px
  }

  .tab\:pr-11{
    padding-right:44px
  }

  .tab\:pr-12{
    padding-right:48px
  }

  .tab\:pr-13{
    padding-right:50px
  }

  .tab\:pr-14{
    padding-right:56px
  }

  .tab\:pr-15{
    padding-right:60px
  }

  .tab\:pr-16{
    padding-right:64px
  }

  .tab\:pr-20{
    padding-right:80px
  }

  .tab\:pr-24{
    padding-right:96px
  }

  .tab\:pr-28{
    padding-right:112px
  }

  .tab\:pr-32{
    padding-right:128px
  }

  .tab\:pr-36{
    padding-right:144px
  }

  .tab\:pr-40{
    padding-right:160px
  }

  .tab\:pr-44{
    padding-right:176px
  }

  .tab\:pr-48{
    padding-right:192px
  }

  .tab\:pr-52{
    padding-right:208px
  }

  .tab\:pr-56{
    padding-right:224px
  }

  .tab\:pr-60{
    padding-right:240px
  }

  .tab\:pr-64{
    padding-right:256px
  }

  .tab\:pr-72{
    padding-right:288px
  }

  .tab\:pr-80{
    padding-right:320px
  }

  .tab\:pr-96{
    padding-right:384px
  }

  .tab\:pr-px{
    padding-right:1px
  }

  .tab\:pr-0\.5{
    padding-right:2px
  }

  .tab\:pr-1\.5{
    padding-right:6px
  }

  .tab\:pr-2\.5{
    padding-right:10px
  }

  .tab\:pr-3\.5{
    padding-right:14px
  }

  .tab\:pr-4\.5{
    padding-right:18px
  }

  .tab\:pr-7\.5{
    padding-right:30px
  }

  .tab\:pb-0{
    padding-bottom:0px
  }

  .tab\:pb-1{
    padding-bottom:4px
  }

  .tab\:pb-2{
    padding-bottom:8px
  }

  .tab\:pb-3{
    padding-bottom:12px
  }

  .tab\:pb-4{
    padding-bottom:16px
  }

  .tab\:pb-5{
    padding-bottom:20px
  }

  .tab\:pb-6{
    padding-bottom:24px
  }

  .tab\:pb-7{
    padding-bottom:28px
  }

  .tab\:pb-8{
    padding-bottom:32px
  }

  .tab\:pb-9{
    padding-bottom:36px
  }

  .tab\:pb-10{
    padding-bottom:40px
  }

  .tab\:pb-11{
    padding-bottom:44px
  }

  .tab\:pb-12{
    padding-bottom:48px
  }

  .tab\:pb-13{
    padding-bottom:50px
  }

  .tab\:pb-14{
    padding-bottom:56px
  }

  .tab\:pb-15{
    padding-bottom:60px
  }

  .tab\:pb-16{
    padding-bottom:64px
  }

  .tab\:pb-20{
    padding-bottom:80px
  }

  .tab\:pb-24{
    padding-bottom:96px
  }

  .tab\:pb-28{
    padding-bottom:112px
  }

  .tab\:pb-32{
    padding-bottom:128px
  }

  .tab\:pb-36{
    padding-bottom:144px
  }

  .tab\:pb-40{
    padding-bottom:160px
  }

  .tab\:pb-44{
    padding-bottom:176px
  }

  .tab\:pb-48{
    padding-bottom:192px
  }

  .tab\:pb-52{
    padding-bottom:208px
  }

  .tab\:pb-56{
    padding-bottom:224px
  }

  .tab\:pb-60{
    padding-bottom:240px
  }

  .tab\:pb-64{
    padding-bottom:256px
  }

  .tab\:pb-72{
    padding-bottom:288px
  }

  .tab\:pb-80{
    padding-bottom:320px
  }

  .tab\:pb-96{
    padding-bottom:384px
  }

  .tab\:pb-px{
    padding-bottom:1px
  }

  .tab\:pb-0\.5{
    padding-bottom:2px
  }

  .tab\:pb-1\.5{
    padding-bottom:6px
  }

  .tab\:pb-2\.5{
    padding-bottom:10px
  }

  .tab\:pb-3\.5{
    padding-bottom:14px
  }

  .tab\:pb-4\.5{
    padding-bottom:18px
  }

  .tab\:pb-7\.5{
    padding-bottom:30px
  }

  .tab\:pl-0{
    padding-left:0px
  }

  .tab\:pl-1{
    padding-left:4px
  }

  .tab\:pl-2{
    padding-left:8px
  }

  .tab\:pl-3{
    padding-left:12px
  }

  .tab\:pl-4{
    padding-left:16px
  }

  .tab\:pl-5{
    padding-left:20px
  }

  .tab\:pl-6{
    padding-left:24px
  }

  .tab\:pl-7{
    padding-left:28px
  }

  .tab\:pl-8{
    padding-left:32px
  }

  .tab\:pl-9{
    padding-left:36px
  }

  .tab\:pl-10{
    padding-left:40px
  }

  .tab\:pl-11{
    padding-left:44px
  }

  .tab\:pl-12{
    padding-left:48px
  }

  .tab\:pl-13{
    padding-left:50px
  }

  .tab\:pl-14{
    padding-left:56px
  }

  .tab\:pl-15{
    padding-left:60px
  }

  .tab\:pl-16{
    padding-left:64px
  }

  .tab\:pl-20{
    padding-left:80px
  }

  .tab\:pl-24{
    padding-left:96px
  }

  .tab\:pl-28{
    padding-left:112px
  }

  .tab\:pl-32{
    padding-left:128px
  }

  .tab\:pl-36{
    padding-left:144px
  }

  .tab\:pl-40{
    padding-left:160px
  }

  .tab\:pl-44{
    padding-left:176px
  }

  .tab\:pl-48{
    padding-left:192px
  }

  .tab\:pl-52{
    padding-left:208px
  }

  .tab\:pl-56{
    padding-left:224px
  }

  .tab\:pl-60{
    padding-left:240px
  }

  .tab\:pl-64{
    padding-left:256px
  }

  .tab\:pl-72{
    padding-left:288px
  }

  .tab\:pl-80{
    padding-left:320px
  }

  .tab\:pl-96{
    padding-left:384px
  }

  .tab\:pl-px{
    padding-left:1px
  }

  .tab\:pl-0\.5{
    padding-left:2px
  }

  .tab\:pl-1\.5{
    padding-left:6px
  }

  .tab\:pl-2\.5{
    padding-left:10px
  }

  .tab\:pl-3\.5{
    padding-left:14px
  }

  .tab\:pl-4\.5{
    padding-left:18px
  }

  .tab\:pl-7\.5{
    padding-left:30px
  }

  .tab\:text-left{
    text-align:left
  }

  .tab\:text-center{
    text-align:center
  }

  .tab\:text-right{
    text-align:right
  }

  .tab\:text-justify{
    text-align:justify
  }

  .tab\:align-baseline{
    vertical-align:baseline
  }

  .tab\:align-top{
    vertical-align:top
  }

  .tab\:align-middle{
    vertical-align:middle
  }

  .tab\:align-bottom{
    vertical-align:bottom
  }

  .tab\:align-text-top{
    vertical-align:text-top
  }

  .tab\:align-text-bottom{
    vertical-align:text-bottom
  }

  .tab\: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"
  }

  .tab\:font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .tab\:font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .tab\:text-13{
    font-size:13px
  }

  .tab\:text-15{
    font-size:15px
  }

  .tab\:text-22{
    font-size:22px
  }

  .tab\:text-28{
    font-size:28px
  }

  .tab\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .tab\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .tab\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .tab\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

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

  .tab\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .tab\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .tab\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .tab\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .tab\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .tab\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .tab\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .tab\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .tab\:text-2xs{
    font-size:10px
  }

  .tab\:font-thin{
    font-weight:100
  }

  .tab\:font-extralight{
    font-weight:200
  }

  .tab\:font-light{
    font-weight:300
  }

  .tab\:font-normal{
    font-weight:400
  }

  .tab\:font-medium{
    font-weight:500
  }

  .tab\:font-semibold{
    font-weight:600
  }

  .tab\:font-bold{
    font-weight:700
  }

  .tab\:font-extrabold{
    font-weight:800
  }

  .tab\:font-black{
    font-weight:900
  }

  .tab\:uppercase{
    text-transform:uppercase
  }

  .tab\:lowercase{
    text-transform:lowercase
  }

  .tab\:capitalize{
    text-transform:capitalize
  }

  .tab\:normal-case{
    text-transform:none
  }

  .tab\:italic{
    font-style:italic
  }

  .tab\:not-italic{
    font-style:normal
  }

  .tab\:ordinal, .tab\:slashed-zero, .tab\:lining-nums, .tab\:oldstyle-nums, .tab\:proportional-nums, .tab\:tabular-nums, .tab\:diagonal-fractions, .tab\:stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .tab\:normal-nums{
    font-variant-numeric:normal
  }

  .tab\:ordinal{
    --tw-ordinal:ordinal
  }

  .tab\:slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .tab\:lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .tab\:oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .tab\:proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .tab\:tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .tab\:diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .tab\:stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .tab\:leading-3{
    line-height:.75rem
  }

  .tab\:leading-4{
    line-height:1rem
  }

  .tab\:leading-5{
    line-height:1.25rem
  }

  .tab\:leading-6{
    line-height:1.5rem
  }

  .tab\:leading-7{
    line-height:1.75rem
  }

  .tab\:leading-8{
    line-height:2rem
  }

  .tab\:leading-9{
    line-height:2.25rem
  }

  .tab\:leading-10{
    line-height:2.5rem
  }

  .tab\:leading-none{
    line-height:1
  }

  .tab\:leading-tight{
    line-height:1.25
  }

  .tab\:leading-snug{
    line-height:1.375
  }

  .tab\:leading-normal{
    line-height:1.5
  }

  .tab\:leading-relaxed{
    line-height:1.625
  }

  .tab\:leading-loose{
    line-height:2
  }

  .tab\:tracking-tighter{
    letter-spacing:-0.05em
  }

  .tab\:tracking-tight{
    letter-spacing:-0.025em
  }

  .tab\:tracking-normal{
    letter-spacing:0em
  }

  .tab\:tracking-wide{
    letter-spacing:0.025em
  }

  .tab\:tracking-wider{
    letter-spacing:0.05em
  }

  .tab\:tracking-widest{
    letter-spacing:0.1em
  }

  .tab\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .tab\:text-transparent{
    color:transparent
  }

  .tab\:text-current{
    color:currentColor
  }

  .tab\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tab\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tab\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tab\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tab\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tab\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tab\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tab\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tab\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tab\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tab\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tab\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tab\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .tab\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tab\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tab\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tab\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tab\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tab\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tab\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tab\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tab\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tab\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tab\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tab\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tab\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tab\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tab\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tab\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tab\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tab\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tab\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tab\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tab\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .tab\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tab\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tab\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tab\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tab\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tab\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tab\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tab\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tab\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tab\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tab\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tab\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tab\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tab\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tab\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tab\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tab\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tab\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tab\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tab\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tab\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tab\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tab\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tab\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tab\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tab\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tab\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tab\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tab\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tab\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tab\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .tab\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .tab\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .tab\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .tab\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .tab\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .tab\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .tab\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .tab\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .tab\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .tab\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .tab\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .tab\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-transparent{
    color:transparent
  }

  .group:hover .tab\:group-hover\:text-current{
    color:currentColor
  }

  .group:hover .tab\:group-hover\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .group:hover .tab\:group-hover\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-6:focus-within{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-transparent:focus-within{
    color:transparent
  }

  .tab\:focus-within\:text-current:focus-within{
    color:currentColor
  }

  .tab\:focus-within\:text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-red:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-base:focus-within{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-bc:focus-within{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-d4:focus-within{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-d6:focus-within{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-e5:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-ef:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-c:focus-within{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-l-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-t-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-l-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .tab\:focus-within\:text-l-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .tab\:hover\:text-6:hover{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .tab\:hover\:text-transparent:hover{
    color:transparent
  }

  .tab\:hover\:text-current:hover{
    color:currentColor
  }

  .tab\:hover\:text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tab\:hover\:text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tab\:hover\:text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tab\:hover\:text-red:hover{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tab\:hover\:text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tab\:hover\:text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tab\:hover\:text-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tab\:hover\:text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tab\:hover\:text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tab\:hover\:text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tab\:hover\:text-base:hover{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .tab\:hover\:text-bc:hover{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .tab\:hover\:text-d4:hover{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .tab\:hover\:text-d6:hover{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .tab\:hover\:text-e5:hover{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .tab\:hover\:text-ef:hover{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .tab\:hover\:text-c:hover{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .tab\:hover\:text-l-blue:hover{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .tab\:hover\:text-orange:hover{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .tab\:hover\:text-t-orange:hover{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .tab\:hover\:text-l-orange:hover{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .tab\:hover\:text-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .tab\:hover\:text-l-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .tab\:focus\:text-6:focus{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .tab\:focus\:text-transparent:focus{
    color:transparent
  }

  .tab\:focus\:text-current:focus{
    color:currentColor
  }

  .tab\:focus\:text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tab\:focus\:text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tab\:focus\:text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tab\:focus\:text-red:focus{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tab\:focus\:text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tab\:focus\:text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tab\:focus\:text-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tab\:focus\:text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tab\:focus\:text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tab\:focus\:text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tab\:focus\:text-base:focus{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .tab\:focus\:text-bc:focus{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .tab\:focus\:text-d4:focus{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .tab\:focus\:text-d6:focus{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .tab\:focus\:text-e5:focus{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .tab\:focus\:text-ef:focus{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .tab\:focus\:text-c:focus{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .tab\:focus\:text-l-blue:focus{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .tab\:focus\:text-orange:focus{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .tab\:focus\:text-t-orange:focus{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .tab\:focus\:text-l-orange:focus{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .tab\:focus\:text-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .tab\:focus\:text-l-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .tab\:text-opacity-0{
    --tw-text-opacity:0
  }

  .tab\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tab\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tab\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tab\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tab\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tab\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tab\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tab\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tab\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tab\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tab\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tab\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tab\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tab\:text-opacity-100{
    --tw-text-opacity:1
  }

  .group:hover .tab\:group-hover\:text-opacity-0{
    --tw-text-opacity:0
  }

  .group:hover .tab\:group-hover\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .group:hover .tab\:group-hover\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .group:hover .tab\:group-hover\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .group:hover .tab\:group-hover\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .group:hover .tab\:group-hover\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .group:hover .tab\:group-hover\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .group:hover .tab\:group-hover\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .group:hover .tab\:group-hover\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .group:hover .tab\:group-hover\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .group:hover .tab\:group-hover\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .group:hover .tab\:group-hover\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .group:hover .tab\:group-hover\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .group:hover .tab\:group-hover\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .group:hover .tab\:group-hover\:text-opacity-100{
    --tw-text-opacity:1
  }

  .tab\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .tab\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .tab\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .tab\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .tab\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .tab\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .tab\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .tab\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .tab\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .tab\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .tab\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .tab\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .tab\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .tab\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .tab\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .tab\:hover\:text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .tab\:hover\:text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .tab\:hover\:text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .tab\:hover\:text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .tab\:hover\:text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .tab\:hover\:text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .tab\:hover\:text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .tab\:hover\:text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .tab\:hover\:text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .tab\:hover\:text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .tab\:hover\:text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .tab\:hover\:text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .tab\:hover\:text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .tab\:hover\:text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .tab\:hover\:text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .tab\:focus\:text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .tab\:focus\:text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .tab\:focus\:text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .tab\:focus\:text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .tab\:focus\:text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .tab\:focus\:text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .tab\:focus\:text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .tab\:focus\:text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .tab\:focus\:text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .tab\:focus\:text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .tab\:focus\:text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .tab\:focus\:text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .tab\:focus\:text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .tab\:focus\:text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .tab\:focus\:text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .tab\:underline{
    text-decoration:underline
  }

  .tab\:line-through{
    text-decoration:line-through
  }

  .tab\:no-underline{
    text-decoration:none
  }

  .group:hover .tab\:group-hover\:underline{
    text-decoration:underline
  }

  .group:hover .tab\:group-hover\:line-through{
    text-decoration:line-through
  }

  .group:hover .tab\:group-hover\:no-underline{
    text-decoration:none
  }

  .tab\:focus-within\:underline:focus-within{
    text-decoration:underline
  }

  .tab\:focus-within\:line-through:focus-within{
    text-decoration:line-through
  }

  .tab\:focus-within\:no-underline:focus-within{
    text-decoration:none
  }

  .tab\:hover\:underline:hover{
    text-decoration:underline
  }

  .tab\:hover\:line-through:hover{
    text-decoration:line-through
  }

  .tab\:hover\:no-underline:hover{
    text-decoration:none
  }

  .tab\:focus\:underline:focus{
    text-decoration:underline
  }

  .tab\:focus\:line-through:focus{
    text-decoration:line-through
  }

  .tab\:focus\:no-underline:focus{
    text-decoration:none
  }

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

  .tab\:subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .tab\:placeholder-6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-transparent::-webkit-input-placeholder{
    color:transparent
  }

  .tab\:placeholder-transparent::-moz-placeholder{
    color:transparent
  }

  .tab\:placeholder-transparent:-ms-input-placeholder{
    color:transparent
  }

  .tab\:placeholder-transparent::-ms-input-placeholder{
    color:transparent
  }

  .tab\:placeholder-transparent::placeholder{
    color:transparent
  }

  .tab\:placeholder-current::-webkit-input-placeholder{
    color:currentColor
  }

  .tab\:placeholder-current::-moz-placeholder{
    color:currentColor
  }

  .tab\:placeholder-current:-ms-input-placeholder{
    color:currentColor
  }

  .tab\:placeholder-current::-ms-input-placeholder{
    color:currentColor
  }

  .tab\:placeholder-current::placeholder{
    color:currentColor
  }

  .tab\:placeholder-black::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-red::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-base::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-base::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-base:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-base::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-base::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-bc::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-bc::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-bc:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-bc::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-bc::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d4::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d4::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d4:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d4::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d4::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-d6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-e5::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-e5::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-e5:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-e5::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-e5::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-ef::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-ef::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-ef:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-ef::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-ef::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-c::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-c::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-c:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-c::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-c::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-t-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-t-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-t-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-t-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-t-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-l-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color:transparent
  }

  .tab\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color:transparent
  }

  .tab\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color:transparent
  }

  .tab\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color:transparent
  }

  .tab\:focus\:placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .tab\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color:currentColor
  }

  .tab\:focus\:placeholder-current:focus::-moz-placeholder{
    color:currentColor
  }

  .tab\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color:currentColor
  }

  .tab\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color:currentColor
  }

  .tab\:focus\:placeholder-current:focus::placeholder{
    color:currentColor
  }

  .tab\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-base:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-base:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-base:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-base:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-base:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-bc:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-bc:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-bc:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-bc:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-bc:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d4:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d4:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d4:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d4:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-d6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-e5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-e5:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-e5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-e5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-e5:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-ef:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-ef:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-ef:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-ef:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-ef:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-c:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-c:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-c:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-c:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-c:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-t-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-t-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-t-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-t-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-t-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:focus\:placeholder-l-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .tab\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .tab\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .tab\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .tab\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .tab\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .tab\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .tab\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .tab\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .tab\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .tab\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .tab\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .tab\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .tab\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .tab\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .tab\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .tab\:opacity-0{
    opacity:0
  }

  .tab\:opacity-5{
    opacity:0.05
  }

  .tab\:opacity-10{
    opacity:0.1
  }

  .tab\:opacity-20{
    opacity:0.2
  }

  .tab\:opacity-25{
    opacity:0.25
  }

  .tab\:opacity-30{
    opacity:0.3
  }

  .tab\:opacity-40{
    opacity:0.4
  }

  .tab\:opacity-50{
    opacity:0.5
  }

  .tab\:opacity-60{
    opacity:0.6
  }

  .tab\:opacity-70{
    opacity:0.7
  }

  .tab\:opacity-75{
    opacity:0.75
  }

  .tab\:opacity-80{
    opacity:0.8
  }

  .tab\:opacity-90{
    opacity:0.9
  }

  .tab\:opacity-95{
    opacity:0.95
  }

  .tab\:opacity-100{
    opacity:1
  }

  .group:hover .tab\:group-hover\:opacity-0{
    opacity:0
  }

  .group:hover .tab\:group-hover\:opacity-5{
    opacity:0.05
  }

  .group:hover .tab\:group-hover\:opacity-10{
    opacity:0.1
  }

  .group:hover .tab\:group-hover\:opacity-20{
    opacity:0.2
  }

  .group:hover .tab\:group-hover\:opacity-25{
    opacity:0.25
  }

  .group:hover .tab\:group-hover\:opacity-30{
    opacity:0.3
  }

  .group:hover .tab\:group-hover\:opacity-40{
    opacity:0.4
  }

  .group:hover .tab\:group-hover\:opacity-50{
    opacity:0.5
  }

  .group:hover .tab\:group-hover\:opacity-60{
    opacity:0.6
  }

  .group:hover .tab\:group-hover\:opacity-70{
    opacity:0.7
  }

  .group:hover .tab\:group-hover\:opacity-75{
    opacity:0.75
  }

  .group:hover .tab\:group-hover\:opacity-80{
    opacity:0.8
  }

  .group:hover .tab\:group-hover\:opacity-90{
    opacity:0.9
  }

  .group:hover .tab\:group-hover\:opacity-95{
    opacity:0.95
  }

  .group:hover .tab\:group-hover\:opacity-100{
    opacity:1
  }

  .tab\:focus-within\:opacity-0:focus-within{
    opacity:0
  }

  .tab\:focus-within\:opacity-5:focus-within{
    opacity:0.05
  }

  .tab\:focus-within\:opacity-10:focus-within{
    opacity:0.1
  }

  .tab\:focus-within\:opacity-20:focus-within{
    opacity:0.2
  }

  .tab\:focus-within\:opacity-25:focus-within{
    opacity:0.25
  }

  .tab\:focus-within\:opacity-30:focus-within{
    opacity:0.3
  }

  .tab\:focus-within\:opacity-40:focus-within{
    opacity:0.4
  }

  .tab\:focus-within\:opacity-50:focus-within{
    opacity:0.5
  }

  .tab\:focus-within\:opacity-60:focus-within{
    opacity:0.6
  }

  .tab\:focus-within\:opacity-70:focus-within{
    opacity:0.7
  }

  .tab\:focus-within\:opacity-75:focus-within{
    opacity:0.75
  }

  .tab\:focus-within\:opacity-80:focus-within{
    opacity:0.8
  }

  .tab\:focus-within\:opacity-90:focus-within{
    opacity:0.9
  }

  .tab\:focus-within\:opacity-95:focus-within{
    opacity:0.95
  }

  .tab\:focus-within\:opacity-100:focus-within{
    opacity:1
  }

  .tab\:hover\:opacity-0:hover{
    opacity:0
  }

  .tab\:hover\:opacity-5:hover{
    opacity:0.05
  }

  .tab\:hover\:opacity-10:hover{
    opacity:0.1
  }

  .tab\:hover\:opacity-20:hover{
    opacity:0.2
  }

  .tab\:hover\:opacity-25:hover{
    opacity:0.25
  }

  .tab\:hover\:opacity-30:hover{
    opacity:0.3
  }

  .tab\:hover\:opacity-40:hover{
    opacity:0.4
  }

  .tab\:hover\:opacity-50:hover{
    opacity:0.5
  }

  .tab\:hover\:opacity-60:hover{
    opacity:0.6
  }

  .tab\:hover\:opacity-70:hover{
    opacity:0.7
  }

  .tab\:hover\:opacity-75:hover{
    opacity:0.75
  }

  .tab\:hover\:opacity-80:hover{
    opacity:0.8
  }

  .tab\:hover\:opacity-90:hover{
    opacity:0.9
  }

  .tab\:hover\:opacity-95:hover{
    opacity:0.95
  }

  .tab\:hover\:opacity-100:hover{
    opacity:1
  }

  .tab\:focus\:opacity-0:focus{
    opacity:0
  }

  .tab\:focus\:opacity-5:focus{
    opacity:0.05
  }

  .tab\:focus\:opacity-10:focus{
    opacity:0.1
  }

  .tab\:focus\:opacity-20:focus{
    opacity:0.2
  }

  .tab\:focus\:opacity-25:focus{
    opacity:0.25
  }

  .tab\:focus\:opacity-30:focus{
    opacity:0.3
  }

  .tab\:focus\:opacity-40:focus{
    opacity:0.4
  }

  .tab\:focus\:opacity-50:focus{
    opacity:0.5
  }

  .tab\:focus\:opacity-60:focus{
    opacity:0.6
  }

  .tab\:focus\:opacity-70:focus{
    opacity:0.7
  }

  .tab\:focus\:opacity-75:focus{
    opacity:0.75
  }

  .tab\:focus\:opacity-80:focus{
    opacity:0.8
  }

  .tab\:focus\:opacity-90:focus{
    opacity:0.9
  }

  .tab\:focus\:opacity-95:focus{
    opacity:0.95
  }

  .tab\:focus\:opacity-100:focus{
    opacity:1
  }

  .tab\:bg-blend-normal{
    background-blend-mode:normal
  }

  .tab\:bg-blend-multiply{
    background-blend-mode:multiply
  }

  .tab\:bg-blend-screen{
    background-blend-mode:screen
  }

  .tab\:bg-blend-overlay{
    background-blend-mode:overlay
  }

  .tab\:bg-blend-darken{
    background-blend-mode:darken
  }

  .tab\:bg-blend-lighten{
    background-blend-mode:lighten
  }

  .tab\:bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .tab\:bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .tab\:bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .tab\:bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .tab\:bg-blend-difference{
    background-blend-mode:difference
  }

  .tab\:bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .tab\:bg-blend-hue{
    background-blend-mode:hue
  }

  .tab\:bg-blend-saturation{
    background-blend-mode:saturation
  }

  .tab\:bg-blend-color{
    background-blend-mode:color
  }

  .tab\:bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .tab\:mix-blend-normal{
    mix-blend-mode:normal
  }

  .tab\:mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .tab\:mix-blend-screen{
    mix-blend-mode:screen
  }

  .tab\:mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .tab\:mix-blend-darken{
    mix-blend-mode:darken
  }

  .tab\:mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .tab\:mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .tab\:mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .tab\:mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .tab\:mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .tab\:mix-blend-difference{
    mix-blend-mode:difference
  }

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

  .tab\:mix-blend-hue{
    mix-blend-mode:hue
  }

  .tab\:mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .tab\:mix-blend-color{
    mix-blend-mode:color
  }

  .tab\:mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .tab\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .tab\:group-hover\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus-within\:shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:hover\:shadow-none:hover{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:focus\:shadow-none:focus{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tab\:outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .tab\:outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .tab\:outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .tab\:focus-within\:outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .tab\:focus-within\:outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .tab\:focus-within\:outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .tab\:focus\:outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .tab\:focus\:outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .tab\:focus\:outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .tab\:ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:focus\:ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .tab\:ring-inset{
    --tw-ring-inset:inset
  }

  .tab\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .tab\:focus\:ring-inset:focus{
    --tw-ring-inset:inset
  }

  .tab\:ring-6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .tab\:ring-transparent{
    --tw-ring-color:transparent
  }

  .tab\:ring-current{
    --tw-ring-color:currentColor
  }

  .tab\:ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .tab\:ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .tab\:ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .tab\:ring-red{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .tab\:ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .tab\:ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .tab\:ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .tab\:ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .tab\:ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .tab\:ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .tab\:ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .tab\:ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .tab\:ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .tab\:ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .tab\:ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .tab\:ring-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .tab\:ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .tab\:ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .tab\:ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .tab\:ring-base{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .tab\:ring-bc{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .tab\:ring-d4{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .tab\:ring-d6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .tab\:ring-e5{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .tab\:ring-ef{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .tab\:ring-c{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .tab\:ring-l-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .tab\:ring-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .tab\:ring-t-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .tab\:ring-l-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .tab\:ring-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .tab\:ring-l-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .tab\:focus-within\:ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .tab\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-base:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-bc:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-d4:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-d6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-e5:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-ef:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-c:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-l-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-t-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-l-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .tab\:focus-within\:ring-l-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .tab\:focus\:ring-current:focus{
    --tw-ring-color:currentColor
  }

  .tab\:focus\:ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-red:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-base:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-bc:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-d4:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-d6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-e5:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-ef:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-c:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-l-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-t-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-l-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .tab\:focus\:ring-l-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .tab\:ring-opacity-0{
    --tw-ring-opacity:0
  }

  .tab\:ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .tab\:ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .tab\:ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .tab\:ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .tab\:ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .tab\:ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .tab\:ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .tab\:ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .tab\:ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .tab\:ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .tab\:ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .tab\:ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .tab\:ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .tab\:ring-opacity-100{
    --tw-ring-opacity:1
  }

  .tab\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .tab\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .tab\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .tab\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .tab\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .tab\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .tab\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .tab\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .tab\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .tab\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .tab\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .tab\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .tab\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .tab\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .tab\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .tab\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .tab\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .tab\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .tab\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .tab\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .tab\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .tab\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .tab\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .tab\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .tab\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .tab\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .tab\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .tab\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .tab\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .tab\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .tab\:ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .tab\:ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .tab\:ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .tab\:ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .tab\:ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .tab\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .tab\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .tab\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .tab\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .tab\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .tab\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .tab\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .tab\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .tab\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .tab\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .tab\:ring-offset-6{
    --tw-ring-offset-color:#666
  }

  .tab\:ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .tab\:ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .tab\:ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .tab\:ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .tab\:ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .tab\:ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .tab\:ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .tab\:ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .tab\:ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .tab\:ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .tab\:ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .tab\:ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .tab\:ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .tab\:ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .tab\:ring-offset-red{
    --tw-ring-offset-color:#BE281F
  }

  .tab\:ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .tab\:ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .tab\:ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .tab\:ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .tab\:ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .tab\:ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .tab\:ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .tab\:ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .tab\:ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .tab\:ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .tab\:ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .tab\:ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .tab\:ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .tab\:ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .tab\:ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .tab\:ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .tab\:ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .tab\:ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .tab\:ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .tab\:ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .tab\:ring-offset-blue{
    --tw-ring-offset-color:#52B2BA
  }

  .tab\:ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .tab\:ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .tab\:ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .tab\:ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .tab\:ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .tab\:ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .tab\:ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .tab\:ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .tab\:ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .tab\:ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .tab\:ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .tab\:ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .tab\:ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .tab\:ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .tab\:ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .tab\:ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .tab\:ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .tab\:ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .tab\:ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .tab\:ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .tab\:ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .tab\:ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .tab\:ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .tab\:ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .tab\:ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .tab\:ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .tab\:ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .tab\:ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .tab\:ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .tab\:ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .tab\:ring-offset-base{
    --tw-ring-offset-color:#333
  }

  .tab\:ring-offset-bc{
    --tw-ring-offset-color:#bcbcbc
  }

  .tab\:ring-offset-d4{
    --tw-ring-offset-color:#d4d4d4
  }

  .tab\:ring-offset-d6{
    --tw-ring-offset-color:#d6d6d6
  }

  .tab\:ring-offset-e5{
    --tw-ring-offset-color:#E5E5E5
  }

  .tab\:ring-offset-ef{
    --tw-ring-offset-color:#EFEFEF
  }

  .tab\:ring-offset-c{
    --tw-ring-offset-color:#ccc
  }

  .tab\:ring-offset-l-blue{
    --tw-ring-offset-color:#68CBD1
  }

  .tab\:ring-offset-orange{
    --tw-ring-offset-color:#DD8444
  }

  .tab\:ring-offset-t-orange{
    --tw-ring-offset-color:#F9700C
  }

  .tab\:ring-offset-l-orange{
    --tw-ring-offset-color:#EDDCCF
  }

  .tab\:ring-offset-test-blue{
    --tw-ring-offset-color:#527CBA
  }

  .tab\:ring-offset-l-test-blue{
    --tw-ring-offset-color:#D8DEE7
  }

  .tab\:focus-within\:ring-offset-6:focus-within{
    --tw-ring-offset-color:#666
  }

  .tab\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .tab\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .tab\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .tab\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .tab\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .tab\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .tab\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .tab\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .tab\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .tab\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .tab\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .tab\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .tab\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .tab\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .tab\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color:#BE281F
  }

  .tab\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .tab\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .tab\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .tab\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .tab\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .tab\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .tab\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .tab\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .tab\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .tab\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .tab\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .tab\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .tab\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .tab\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .tab\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .tab\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .tab\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .tab\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .tab\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .tab\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .tab\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color:#52B2BA
  }

  .tab\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .tab\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .tab\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .tab\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .tab\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .tab\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .tab\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .tab\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .tab\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .tab\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .tab\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .tab\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .tab\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .tab\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .tab\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .tab\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .tab\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .tab\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .tab\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .tab\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .tab\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .tab\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .tab\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .tab\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .tab\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .tab\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .tab\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .tab\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .tab\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .tab\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .tab\:focus-within\:ring-offset-base:focus-within{
    --tw-ring-offset-color:#333
  }

  .tab\:focus-within\:ring-offset-bc:focus-within{
    --tw-ring-offset-color:#bcbcbc
  }

  .tab\:focus-within\:ring-offset-d4:focus-within{
    --tw-ring-offset-color:#d4d4d4
  }

  .tab\:focus-within\:ring-offset-d6:focus-within{
    --tw-ring-offset-color:#d6d6d6
  }

  .tab\:focus-within\:ring-offset-e5:focus-within{
    --tw-ring-offset-color:#E5E5E5
  }

  .tab\:focus-within\:ring-offset-ef:focus-within{
    --tw-ring-offset-color:#EFEFEF
  }

  .tab\:focus-within\:ring-offset-c:focus-within{
    --tw-ring-offset-color:#ccc
  }

  .tab\:focus-within\:ring-offset-l-blue:focus-within{
    --tw-ring-offset-color:#68CBD1
  }

  .tab\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color:#DD8444
  }

  .tab\:focus-within\:ring-offset-t-orange:focus-within{
    --tw-ring-offset-color:#F9700C
  }

  .tab\:focus-within\:ring-offset-l-orange:focus-within{
    --tw-ring-offset-color:#EDDCCF
  }

  .tab\:focus-within\:ring-offset-test-blue:focus-within{
    --tw-ring-offset-color:#527CBA
  }

  .tab\:focus-within\:ring-offset-l-test-blue:focus-within{
    --tw-ring-offset-color:#D8DEE7
  }

  .tab\:focus\:ring-offset-6:focus{
    --tw-ring-offset-color:#666
  }

  .tab\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .tab\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .tab\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .tab\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .tab\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .tab\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .tab\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .tab\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .tab\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .tab\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .tab\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .tab\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .tab\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .tab\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .tab\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color:#BE281F
  }

  .tab\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .tab\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .tab\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .tab\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .tab\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .tab\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .tab\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .tab\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .tab\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .tab\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .tab\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .tab\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .tab\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .tab\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .tab\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .tab\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .tab\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .tab\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .tab\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .tab\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .tab\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color:#52B2BA
  }

  .tab\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .tab\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .tab\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .tab\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .tab\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .tab\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .tab\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .tab\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .tab\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .tab\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .tab\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .tab\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .tab\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .tab\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .tab\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .tab\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .tab\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .tab\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .tab\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .tab\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .tab\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .tab\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .tab\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .tab\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .tab\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .tab\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .tab\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .tab\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .tab\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .tab\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .tab\:focus\:ring-offset-base:focus{
    --tw-ring-offset-color:#333
  }

  .tab\:focus\:ring-offset-bc:focus{
    --tw-ring-offset-color:#bcbcbc
  }

  .tab\:focus\:ring-offset-d4:focus{
    --tw-ring-offset-color:#d4d4d4
  }

  .tab\:focus\:ring-offset-d6:focus{
    --tw-ring-offset-color:#d6d6d6
  }

  .tab\:focus\:ring-offset-e5:focus{
    --tw-ring-offset-color:#E5E5E5
  }

  .tab\:focus\:ring-offset-ef:focus{
    --tw-ring-offset-color:#EFEFEF
  }

  .tab\:focus\:ring-offset-c:focus{
    --tw-ring-offset-color:#ccc
  }

  .tab\:focus\:ring-offset-l-blue:focus{
    --tw-ring-offset-color:#68CBD1
  }

  .tab\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color:#DD8444
  }

  .tab\:focus\:ring-offset-t-orange:focus{
    --tw-ring-offset-color:#F9700C
  }

  .tab\:focus\:ring-offset-l-orange:focus{
    --tw-ring-offset-color:#EDDCCF
  }

  .tab\:focus\:ring-offset-test-blue:focus{
    --tw-ring-offset-color:#527CBA
  }

  .tab\:focus\:ring-offset-l-test-blue:focus{
    --tw-ring-offset-color:#D8DEE7
  }

  .tab\:filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    -webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
            filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .tab\:filter-none{
    -webkit-filter:none;
            filter:none
  }

  .tab\:blur-0{
    --tw-blur:blur(0)
  }

  .tab\:blur-none{
    --tw-blur:blur(0)
  }

  .tab\:blur-sm{
    --tw-blur:blur(4px)
  }

  .tab\:blur{
    --tw-blur:blur(8px)
  }

  .tab\:blur-md{
    --tw-blur:blur(12px)
  }

  .tab\:blur-lg{
    --tw-blur:blur(16px)
  }

  .tab\:blur-xl{
    --tw-blur:blur(24px)
  }

  .tab\:blur-2xl{
    --tw-blur:blur(40px)
  }

  .tab\:blur-3xl{
    --tw-blur:blur(64px)
  }

  .tab\:brightness-0{
    --tw-brightness:brightness(0)
  }

  .tab\:brightness-50{
    --tw-brightness:brightness(.5)
  }

  .tab\:brightness-75{
    --tw-brightness:brightness(.75)
  }

  .tab\:brightness-90{
    --tw-brightness:brightness(.9)
  }

  .tab\:brightness-95{
    --tw-brightness:brightness(.95)
  }

  .tab\:brightness-100{
    --tw-brightness:brightness(1)
  }

  .tab\:brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .tab\:brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .tab\:brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .tab\:brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .tab\:brightness-200{
    --tw-brightness:brightness(2)
  }

  .tab\:contrast-0{
    --tw-contrast:contrast(0)
  }

  .tab\:contrast-50{
    --tw-contrast:contrast(.5)
  }

  .tab\:contrast-75{
    --tw-contrast:contrast(.75)
  }

  .tab\:contrast-100{
    --tw-contrast:contrast(1)
  }

  .tab\:contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .tab\:contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .tab\:contrast-200{
    --tw-contrast:contrast(2)
  }

  .tab\:drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .tab\:drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .tab\:drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .tab\:drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .tab\:drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .tab\:drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .tab\:drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .tab\:grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .tab\:grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .tab\:hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .tab\:hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .tab\:hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .tab\:hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .tab\:hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .tab\:hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .tab\:-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .tab\:-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .tab\:-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .tab\:-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .tab\:-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .tab\:invert-0{
    --tw-invert:invert(0)
  }

  .tab\:invert{
    --tw-invert:invert(100%)
  }

  .tab\:saturate-0{
    --tw-saturate:saturate(0)
  }

  .tab\:saturate-50{
    --tw-saturate:saturate(.5)
  }

  .tab\:saturate-100{
    --tw-saturate:saturate(1)
  }

  .tab\:saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .tab\:saturate-200{
    --tw-saturate:saturate(2)
  }

  .tab\:sepia-0{
    --tw-sepia:sepia(0)
  }

  .tab\:sepia{
    --tw-sepia:sepia(100%)
  }

  .tab\:backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .tab\:backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .tab\:backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .tab\:backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .tab\:backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .tab\:backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .tab\:backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .tab\:backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .tab\:backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .tab\:backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .tab\:backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .tab\:backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .tab\:backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .tab\:backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .tab\:backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .tab\:backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .tab\:backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .tab\:backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .tab\:backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .tab\:backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .tab\:backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .tab\:backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .tab\:backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .tab\:backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .tab\:backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .tab\:backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .tab\:backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .tab\:backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .tab\:backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .tab\:backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .tab\:backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .tab\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .tab\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .tab\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .tab\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .tab\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .tab\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .tab\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .tab\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .tab\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .tab\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .tab\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .tab\:backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .tab\:backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .tab\:backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .tab\:backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .tab\:backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .tab\:backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .tab\:backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .tab\:backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .tab\:backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .tab\:backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .tab\:backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .tab\:backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .tab\:backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .tab\:backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .tab\:backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .tab\:backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .tab\:backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .tab\:backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .tab\:backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .tab\:backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .tab\:backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .tab\:backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .tab\:backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .tab\:backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .tab\:transition-none{
    -webkit-transition-property:none;
    -o-transition-property:none;
    transition-property:none
  }

  .tab\:transition-all{
    -webkit-transition-property:all;
    -o-transition-property:all;
    transition-property:all;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:transition{
    -webkit-transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -o-transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:transition-colors{
    -webkit-transition-property:background-color, border-color, color, fill, stroke;
    -o-transition-property:background-color, border-color, color, fill, stroke;
    transition-property:background-color, border-color, color, fill, stroke;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:transition-opacity{
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:transition-shadow{
    -webkit-transition-property:-webkit-box-shadow;
    transition-property:-webkit-box-shadow;
    -o-transition-property:box-shadow;
    transition-property:box-shadow;
    transition-property:box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:transition-transform{
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:delay-75{
    -webkit-transition-delay:75ms;
         -o-transition-delay:75ms;
            transition-delay:75ms
  }

  .tab\:delay-100{
    -webkit-transition-delay:100ms;
         -o-transition-delay:100ms;
            transition-delay:100ms
  }

  .tab\:delay-150{
    -webkit-transition-delay:150ms;
         -o-transition-delay:150ms;
            transition-delay:150ms
  }

  .tab\:delay-200{
    -webkit-transition-delay:200ms;
         -o-transition-delay:200ms;
            transition-delay:200ms
  }

  .tab\:delay-300{
    -webkit-transition-delay:300ms;
         -o-transition-delay:300ms;
            transition-delay:300ms
  }

  .tab\:delay-500{
    -webkit-transition-delay:500ms;
         -o-transition-delay:500ms;
            transition-delay:500ms
  }

  .tab\:delay-700{
    -webkit-transition-delay:700ms;
         -o-transition-delay:700ms;
            transition-delay:700ms
  }

  .tab\:delay-1000{
    -webkit-transition-delay:1000ms;
         -o-transition-delay:1000ms;
            transition-delay:1000ms
  }

  .tab\:duration-75{
    -webkit-transition-duration:75ms;
         -o-transition-duration:75ms;
            transition-duration:75ms
  }

  .tab\:duration-100{
    -webkit-transition-duration:100ms;
         -o-transition-duration:100ms;
            transition-duration:100ms
  }

  .tab\:duration-150{
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .tab\:duration-200{
    -webkit-transition-duration:200ms;
         -o-transition-duration:200ms;
            transition-duration:200ms
  }

  .tab\:duration-300{
    -webkit-transition-duration:300ms;
         -o-transition-duration:300ms;
            transition-duration:300ms
  }

  .tab\:duration-500{
    -webkit-transition-duration:500ms;
         -o-transition-duration:500ms;
            transition-duration:500ms
  }

  .tab\:duration-700{
    -webkit-transition-duration:700ms;
         -o-transition-duration:700ms;
            transition-duration:700ms
  }

  .tab\:duration-1000{
    -webkit-transition-duration:1000ms;
         -o-transition-duration:1000ms;
            transition-duration:1000ms
  }

  .tab\:ease-linear{
    -webkit-transition-timing-function:linear;
         -o-transition-timing-function:linear;
            transition-timing-function:linear
  }

  .tab\:ease-in{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .tab\:ease-out{
    -webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .tab\:ease-in-out{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 1025px){
  .pc\:container{
    width:100%
  }

  @media (min-width: 640px){
    .pc\:container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .pc\:container{
      max-width:768px
    }
  }

  @media (min-width: 1025px){
    .pc\:container{
      max-width:1025px
    }
  }

  .pc\: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
  }

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

  .pc\: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
  }

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

  .pc\: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
  }

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

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

  .pc\:pointer-events-auto{
    pointer-events:auto
  }

  .pc\:visible{
    visibility:visible
  }

  .pc\:invisible{
    visibility:hidden
  }

  .pc\:static{
    position:static
  }

  .pc\:fixed{
    position:fixed
  }

  .pc\:absolute{
    position:absolute
  }

  .pc\:relative{
    position:relative
  }

  .pc\:sticky{
    position:-webkit-sticky;
    position:sticky
  }

  .pc\:inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .pc\:inset-1{
    top:4px;
    right:4px;
    bottom:4px;
    left:4px
  }

  .pc\:inset-2{
    top:8px;
    right:8px;
    bottom:8px;
    left:8px
  }

  .pc\:inset-3{
    top:12px;
    right:12px;
    bottom:12px;
    left:12px
  }

  .pc\:inset-4{
    top:16px;
    right:16px;
    bottom:16px;
    left:16px
  }

  .pc\:inset-5{
    top:20px;
    right:20px;
    bottom:20px;
    left:20px
  }

  .pc\:inset-6{
    top:24px;
    right:24px;
    bottom:24px;
    left:24px
  }

  .pc\:inset-7{
    top:28px;
    right:28px;
    bottom:28px;
    left:28px
  }

  .pc\:inset-8{
    top:32px;
    right:32px;
    bottom:32px;
    left:32px
  }

  .pc\:inset-9{
    top:36px;
    right:36px;
    bottom:36px;
    left:36px
  }

  .pc\:inset-10{
    top:40px;
    right:40px;
    bottom:40px;
    left:40px
  }

  .pc\:inset-11{
    top:44px;
    right:44px;
    bottom:44px;
    left:44px
  }

  .pc\:inset-12{
    top:48px;
    right:48px;
    bottom:48px;
    left:48px
  }

  .pc\:inset-13{
    top:50px;
    right:50px;
    bottom:50px;
    left:50px
  }

  .pc\:inset-14{
    top:56px;
    right:56px;
    bottom:56px;
    left:56px
  }

  .pc\:inset-15{
    top:60px;
    right:60px;
    bottom:60px;
    left:60px
  }

  .pc\:inset-16{
    top:64px;
    right:64px;
    bottom:64px;
    left:64px
  }

  .pc\:inset-20{
    top:80px;
    right:80px;
    bottom:80px;
    left:80px
  }

  .pc\:inset-24{
    top:96px;
    right:96px;
    bottom:96px;
    left:96px
  }

  .pc\:inset-28{
    top:112px;
    right:112px;
    bottom:112px;
    left:112px
  }

  .pc\:inset-32{
    top:128px;
    right:128px;
    bottom:128px;
    left:128px
  }

  .pc\:inset-36{
    top:144px;
    right:144px;
    bottom:144px;
    left:144px
  }

  .pc\:inset-40{
    top:160px;
    right:160px;
    bottom:160px;
    left:160px
  }

  .pc\:inset-44{
    top:176px;
    right:176px;
    bottom:176px;
    left:176px
  }

  .pc\:inset-48{
    top:192px;
    right:192px;
    bottom:192px;
    left:192px
  }

  .pc\:inset-52{
    top:208px;
    right:208px;
    bottom:208px;
    left:208px
  }

  .pc\:inset-56{
    top:224px;
    right:224px;
    bottom:224px;
    left:224px
  }

  .pc\:inset-60{
    top:240px;
    right:240px;
    bottom:240px;
    left:240px
  }

  .pc\:inset-64{
    top:256px;
    right:256px;
    bottom:256px;
    left:256px
  }

  .pc\:inset-72{
    top:288px;
    right:288px;
    bottom:288px;
    left:288px
  }

  .pc\:inset-80{
    top:320px;
    right:320px;
    bottom:320px;
    left:320px
  }

  .pc\:inset-96{
    top:384px;
    right:384px;
    bottom:384px;
    left:384px
  }

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

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

  .pc\:inset-0\.5{
    top:2px;
    right:2px;
    bottom:2px;
    left:2px
  }

  .pc\:inset-1\.5{
    top:6px;
    right:6px;
    bottom:6px;
    left:6px
  }

  .pc\:inset-2\.5{
    top:10px;
    right:10px;
    bottom:10px;
    left:10px
  }

  .pc\:inset-3\.5{
    top:14px;
    right:14px;
    bottom:14px;
    left:14px
  }

  .pc\:inset-4\.5{
    top:18px;
    right:18px;
    bottom:18px;
    left:18px
  }

  .pc\:inset-7\.5{
    top:30px;
    right:30px;
    bottom:30px;
    left:30px
  }

  .pc\:-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .pc\:-inset-1{
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px
  }

  .pc\:-inset-2{
    top:-8px;
    right:-8px;
    bottom:-8px;
    left:-8px
  }

  .pc\:-inset-3{
    top:-12px;
    right:-12px;
    bottom:-12px;
    left:-12px
  }

  .pc\:-inset-4{
    top:-16px;
    right:-16px;
    bottom:-16px;
    left:-16px
  }

  .pc\:-inset-5{
    top:-20px;
    right:-20px;
    bottom:-20px;
    left:-20px
  }

  .pc\:-inset-6{
    top:-24px;
    right:-24px;
    bottom:-24px;
    left:-24px
  }

  .pc\:-inset-7{
    top:-28px;
    right:-28px;
    bottom:-28px;
    left:-28px
  }

  .pc\:-inset-8{
    top:-32px;
    right:-32px;
    bottom:-32px;
    left:-32px
  }

  .pc\:-inset-9{
    top:-36px;
    right:-36px;
    bottom:-36px;
    left:-36px
  }

  .pc\:-inset-10{
    top:-40px;
    right:-40px;
    bottom:-40px;
    left:-40px
  }

  .pc\:-inset-11{
    top:-44px;
    right:-44px;
    bottom:-44px;
    left:-44px
  }

  .pc\:-inset-12{
    top:-48px;
    right:-48px;
    bottom:-48px;
    left:-48px
  }

  .pc\:-inset-13{
    top:-50px;
    right:-50px;
    bottom:-50px;
    left:-50px
  }

  .pc\:-inset-14{
    top:-56px;
    right:-56px;
    bottom:-56px;
    left:-56px
  }

  .pc\:-inset-15{
    top:-60px;
    right:-60px;
    bottom:-60px;
    left:-60px
  }

  .pc\:-inset-16{
    top:-64px;
    right:-64px;
    bottom:-64px;
    left:-64px
  }

  .pc\:-inset-20{
    top:-80px;
    right:-80px;
    bottom:-80px;
    left:-80px
  }

  .pc\:-inset-24{
    top:-96px;
    right:-96px;
    bottom:-96px;
    left:-96px
  }

  .pc\:-inset-28{
    top:-112px;
    right:-112px;
    bottom:-112px;
    left:-112px
  }

  .pc\:-inset-32{
    top:-128px;
    right:-128px;
    bottom:-128px;
    left:-128px
  }

  .pc\:-inset-36{
    top:-144px;
    right:-144px;
    bottom:-144px;
    left:-144px
  }

  .pc\:-inset-40{
    top:-160px;
    right:-160px;
    bottom:-160px;
    left:-160px
  }

  .pc\:-inset-44{
    top:-176px;
    right:-176px;
    bottom:-176px;
    left:-176px
  }

  .pc\:-inset-48{
    top:-192px;
    right:-192px;
    bottom:-192px;
    left:-192px
  }

  .pc\:-inset-52{
    top:-208px;
    right:-208px;
    bottom:-208px;
    left:-208px
  }

  .pc\:-inset-56{
    top:-224px;
    right:-224px;
    bottom:-224px;
    left:-224px
  }

  .pc\:-inset-60{
    top:-240px;
    right:-240px;
    bottom:-240px;
    left:-240px
  }

  .pc\:-inset-64{
    top:-256px;
    right:-256px;
    bottom:-256px;
    left:-256px
  }

  .pc\:-inset-72{
    top:-288px;
    right:-288px;
    bottom:-288px;
    left:-288px
  }

  .pc\:-inset-80{
    top:-320px;
    right:-320px;
    bottom:-320px;
    left:-320px
  }

  .pc\:-inset-96{
    top:-384px;
    right:-384px;
    bottom:-384px;
    left:-384px
  }

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

  .pc\:-inset-0\.5{
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px
  }

  .pc\:-inset-1\.5{
    top:-6px;
    right:-6px;
    bottom:-6px;
    left:-6px
  }

  .pc\:-inset-2\.5{
    top:-10px;
    right:-10px;
    bottom:-10px;
    left:-10px
  }

  .pc\:-inset-3\.5{
    top:-14px;
    right:-14px;
    bottom:-14px;
    left:-14px
  }

  .pc\:-inset-4\.5{
    top:-18px;
    right:-18px;
    bottom:-18px;
    left:-18px
  }

  .pc\:-inset-7\.5{
    top:-30px;
    right:-30px;
    bottom:-30px;
    left:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc\:inset-x-0{
    left:0px;
    right:0px
  }

  .pc\:inset-x-1{
    left:4px;
    right:4px
  }

  .pc\:inset-x-2{
    left:8px;
    right:8px
  }

  .pc\:inset-x-3{
    left:12px;
    right:12px
  }

  .pc\:inset-x-4{
    left:16px;
    right:16px
  }

  .pc\:inset-x-5{
    left:20px;
    right:20px
  }

  .pc\:inset-x-6{
    left:24px;
    right:24px
  }

  .pc\:inset-x-7{
    left:28px;
    right:28px
  }

  .pc\:inset-x-8{
    left:32px;
    right:32px
  }

  .pc\:inset-x-9{
    left:36px;
    right:36px
  }

  .pc\:inset-x-10{
    left:40px;
    right:40px
  }

  .pc\:inset-x-11{
    left:44px;
    right:44px
  }

  .pc\:inset-x-12{
    left:48px;
    right:48px
  }

  .pc\:inset-x-13{
    left:50px;
    right:50px
  }

  .pc\:inset-x-14{
    left:56px;
    right:56px
  }

  .pc\:inset-x-15{
    left:60px;
    right:60px
  }

  .pc\:inset-x-16{
    left:64px;
    right:64px
  }

  .pc\:inset-x-20{
    left:80px;
    right:80px
  }

  .pc\:inset-x-24{
    left:96px;
    right:96px
  }

  .pc\:inset-x-28{
    left:112px;
    right:112px
  }

  .pc\:inset-x-32{
    left:128px;
    right:128px
  }

  .pc\:inset-x-36{
    left:144px;
    right:144px
  }

  .pc\:inset-x-40{
    left:160px;
    right:160px
  }

  .pc\:inset-x-44{
    left:176px;
    right:176px
  }

  .pc\:inset-x-48{
    left:192px;
    right:192px
  }

  .pc\:inset-x-52{
    left:208px;
    right:208px
  }

  .pc\:inset-x-56{
    left:224px;
    right:224px
  }

  .pc\:inset-x-60{
    left:240px;
    right:240px
  }

  .pc\:inset-x-64{
    left:256px;
    right:256px
  }

  .pc\:inset-x-72{
    left:288px;
    right:288px
  }

  .pc\:inset-x-80{
    left:320px;
    right:320px
  }

  .pc\:inset-x-96{
    left:384px;
    right:384px
  }

  .pc\:inset-x-auto{
    left:auto;
    right:auto
  }

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

  .pc\:inset-x-0\.5{
    left:2px;
    right:2px
  }

  .pc\:inset-x-1\.5{
    left:6px;
    right:6px
  }

  .pc\:inset-x-2\.5{
    left:10px;
    right:10px
  }

  .pc\:inset-x-3\.5{
    left:14px;
    right:14px
  }

  .pc\:inset-x-4\.5{
    left:18px;
    right:18px
  }

  .pc\:inset-x-7\.5{
    left:30px;
    right:30px
  }

  .pc\:-inset-x-0{
    left:0px;
    right:0px
  }

  .pc\:-inset-x-1{
    left:-4px;
    right:-4px
  }

  .pc\:-inset-x-2{
    left:-8px;
    right:-8px
  }

  .pc\:-inset-x-3{
    left:-12px;
    right:-12px
  }

  .pc\:-inset-x-4{
    left:-16px;
    right:-16px
  }

  .pc\:-inset-x-5{
    left:-20px;
    right:-20px
  }

  .pc\:-inset-x-6{
    left:-24px;
    right:-24px
  }

  .pc\:-inset-x-7{
    left:-28px;
    right:-28px
  }

  .pc\:-inset-x-8{
    left:-32px;
    right:-32px
  }

  .pc\:-inset-x-9{
    left:-36px;
    right:-36px
  }

  .pc\:-inset-x-10{
    left:-40px;
    right:-40px
  }

  .pc\:-inset-x-11{
    left:-44px;
    right:-44px
  }

  .pc\:-inset-x-12{
    left:-48px;
    right:-48px
  }

  .pc\:-inset-x-13{
    left:-50px;
    right:-50px
  }

  .pc\:-inset-x-14{
    left:-56px;
    right:-56px
  }

  .pc\:-inset-x-15{
    left:-60px;
    right:-60px
  }

  .pc\:-inset-x-16{
    left:-64px;
    right:-64px
  }

  .pc\:-inset-x-20{
    left:-80px;
    right:-80px
  }

  .pc\:-inset-x-24{
    left:-96px;
    right:-96px
  }

  .pc\:-inset-x-28{
    left:-112px;
    right:-112px
  }

  .pc\:-inset-x-32{
    left:-128px;
    right:-128px
  }

  .pc\:-inset-x-36{
    left:-144px;
    right:-144px
  }

  .pc\:-inset-x-40{
    left:-160px;
    right:-160px
  }

  .pc\:-inset-x-44{
    left:-176px;
    right:-176px
  }

  .pc\:-inset-x-48{
    left:-192px;
    right:-192px
  }

  .pc\:-inset-x-52{
    left:-208px;
    right:-208px
  }

  .pc\:-inset-x-56{
    left:-224px;
    right:-224px
  }

  .pc\:-inset-x-60{
    left:-240px;
    right:-240px
  }

  .pc\:-inset-x-64{
    left:-256px;
    right:-256px
  }

  .pc\:-inset-x-72{
    left:-288px;
    right:-288px
  }

  .pc\:-inset-x-80{
    left:-320px;
    right:-320px
  }

  .pc\:-inset-x-96{
    left:-384px;
    right:-384px
  }

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

  .pc\:-inset-x-0\.5{
    left:-2px;
    right:-2px
  }

  .pc\:-inset-x-1\.5{
    left:-6px;
    right:-6px
  }

  .pc\:-inset-x-2\.5{
    left:-10px;
    right:-10px
  }

  .pc\:-inset-x-3\.5{
    left:-14px;
    right:-14px
  }

  .pc\:-inset-x-4\.5{
    left:-18px;
    right:-18px
  }

  .pc\:-inset-x-7\.5{
    left:-30px;
    right:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .pc\:inset-y-1{
    top:4px;
    bottom:4px
  }

  .pc\:inset-y-2{
    top:8px;
    bottom:8px
  }

  .pc\:inset-y-3{
    top:12px;
    bottom:12px
  }

  .pc\:inset-y-4{
    top:16px;
    bottom:16px
  }

  .pc\:inset-y-5{
    top:20px;
    bottom:20px
  }

  .pc\:inset-y-6{
    top:24px;
    bottom:24px
  }

  .pc\:inset-y-7{
    top:28px;
    bottom:28px
  }

  .pc\:inset-y-8{
    top:32px;
    bottom:32px
  }

  .pc\:inset-y-9{
    top:36px;
    bottom:36px
  }

  .pc\:inset-y-10{
    top:40px;
    bottom:40px
  }

  .pc\:inset-y-11{
    top:44px;
    bottom:44px
  }

  .pc\:inset-y-12{
    top:48px;
    bottom:48px
  }

  .pc\:inset-y-13{
    top:50px;
    bottom:50px
  }

  .pc\:inset-y-14{
    top:56px;
    bottom:56px
  }

  .pc\:inset-y-15{
    top:60px;
    bottom:60px
  }

  .pc\:inset-y-16{
    top:64px;
    bottom:64px
  }

  .pc\:inset-y-20{
    top:80px;
    bottom:80px
  }

  .pc\:inset-y-24{
    top:96px;
    bottom:96px
  }

  .pc\:inset-y-28{
    top:112px;
    bottom:112px
  }

  .pc\:inset-y-32{
    top:128px;
    bottom:128px
  }

  .pc\:inset-y-36{
    top:144px;
    bottom:144px
  }

  .pc\:inset-y-40{
    top:160px;
    bottom:160px
  }

  .pc\:inset-y-44{
    top:176px;
    bottom:176px
  }

  .pc\:inset-y-48{
    top:192px;
    bottom:192px
  }

  .pc\:inset-y-52{
    top:208px;
    bottom:208px
  }

  .pc\:inset-y-56{
    top:224px;
    bottom:224px
  }

  .pc\:inset-y-60{
    top:240px;
    bottom:240px
  }

  .pc\:inset-y-64{
    top:256px;
    bottom:256px
  }

  .pc\:inset-y-72{
    top:288px;
    bottom:288px
  }

  .pc\:inset-y-80{
    top:320px;
    bottom:320px
  }

  .pc\:inset-y-96{
    top:384px;
    bottom:384px
  }

  .pc\:inset-y-auto{
    top:auto;
    bottom:auto
  }

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

  .pc\:inset-y-0\.5{
    top:2px;
    bottom:2px
  }

  .pc\:inset-y-1\.5{
    top:6px;
    bottom:6px
  }

  .pc\:inset-y-2\.5{
    top:10px;
    bottom:10px
  }

  .pc\:inset-y-3\.5{
    top:14px;
    bottom:14px
  }

  .pc\:inset-y-4\.5{
    top:18px;
    bottom:18px
  }

  .pc\:inset-y-7\.5{
    top:30px;
    bottom:30px
  }

  .pc\:-inset-y-0{
    top:0px;
    bottom:0px
  }

  .pc\:-inset-y-1{
    top:-4px;
    bottom:-4px
  }

  .pc\:-inset-y-2{
    top:-8px;
    bottom:-8px
  }

  .pc\:-inset-y-3{
    top:-12px;
    bottom:-12px
  }

  .pc\:-inset-y-4{
    top:-16px;
    bottom:-16px
  }

  .pc\:-inset-y-5{
    top:-20px;
    bottom:-20px
  }

  .pc\:-inset-y-6{
    top:-24px;
    bottom:-24px
  }

  .pc\:-inset-y-7{
    top:-28px;
    bottom:-28px
  }

  .pc\:-inset-y-8{
    top:-32px;
    bottom:-32px
  }

  .pc\:-inset-y-9{
    top:-36px;
    bottom:-36px
  }

  .pc\:-inset-y-10{
    top:-40px;
    bottom:-40px
  }

  .pc\:-inset-y-11{
    top:-44px;
    bottom:-44px
  }

  .pc\:-inset-y-12{
    top:-48px;
    bottom:-48px
  }

  .pc\:-inset-y-13{
    top:-50px;
    bottom:-50px
  }

  .pc\:-inset-y-14{
    top:-56px;
    bottom:-56px
  }

  .pc\:-inset-y-15{
    top:-60px;
    bottom:-60px
  }

  .pc\:-inset-y-16{
    top:-64px;
    bottom:-64px
  }

  .pc\:-inset-y-20{
    top:-80px;
    bottom:-80px
  }

  .pc\:-inset-y-24{
    top:-96px;
    bottom:-96px
  }

  .pc\:-inset-y-28{
    top:-112px;
    bottom:-112px
  }

  .pc\:-inset-y-32{
    top:-128px;
    bottom:-128px
  }

  .pc\:-inset-y-36{
    top:-144px;
    bottom:-144px
  }

  .pc\:-inset-y-40{
    top:-160px;
    bottom:-160px
  }

  .pc\:-inset-y-44{
    top:-176px;
    bottom:-176px
  }

  .pc\:-inset-y-48{
    top:-192px;
    bottom:-192px
  }

  .pc\:-inset-y-52{
    top:-208px;
    bottom:-208px
  }

  .pc\:-inset-y-56{
    top:-224px;
    bottom:-224px
  }

  .pc\:-inset-y-60{
    top:-240px;
    bottom:-240px
  }

  .pc\:-inset-y-64{
    top:-256px;
    bottom:-256px
  }

  .pc\:-inset-y-72{
    top:-288px;
    bottom:-288px
  }

  .pc\:-inset-y-80{
    top:-320px;
    bottom:-320px
  }

  .pc\:-inset-y-96{
    top:-384px;
    bottom:-384px
  }

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

  .pc\:-inset-y-0\.5{
    top:-2px;
    bottom:-2px
  }

  .pc\:-inset-y-1\.5{
    top:-6px;
    bottom:-6px
  }

  .pc\:-inset-y-2\.5{
    top:-10px;
    bottom:-10px
  }

  .pc\:-inset-y-3\.5{
    top:-14px;
    bottom:-14px
  }

  .pc\:-inset-y-4\.5{
    top:-18px;
    bottom:-18px
  }

  .pc\:-inset-y-7\.5{
    top:-30px;
    bottom:-30px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc\:top-0{
    top:0px
  }

  .pc\:top-1{
    top:4px
  }

  .pc\:top-2{
    top:8px
  }

  .pc\:top-3{
    top:12px
  }

  .pc\:top-4{
    top:16px
  }

  .pc\:top-5{
    top:20px
  }

  .pc\:top-6{
    top:24px
  }

  .pc\:top-7{
    top:28px
  }

  .pc\:top-8{
    top:32px
  }

  .pc\:top-9{
    top:36px
  }

  .pc\:top-10{
    top:40px
  }

  .pc\:top-11{
    top:44px
  }

  .pc\:top-12{
    top:48px
  }

  .pc\:top-13{
    top:50px
  }

  .pc\:top-14{
    top:56px
  }

  .pc\:top-15{
    top:60px
  }

  .pc\:top-16{
    top:64px
  }

  .pc\:top-20{
    top:80px
  }

  .pc\:top-24{
    top:96px
  }

  .pc\:top-28{
    top:112px
  }

  .pc\:top-32{
    top:128px
  }

  .pc\:top-36{
    top:144px
  }

  .pc\:top-40{
    top:160px
  }

  .pc\:top-44{
    top:176px
  }

  .pc\:top-48{
    top:192px
  }

  .pc\:top-52{
    top:208px
  }

  .pc\:top-56{
    top:224px
  }

  .pc\:top-60{
    top:240px
  }

  .pc\:top-64{
    top:256px
  }

  .pc\:top-72{
    top:288px
  }

  .pc\:top-80{
    top:320px
  }

  .pc\:top-96{
    top:384px
  }

  .pc\:top-auto{
    top:auto
  }

  .pc\:top-px{
    top:1px
  }

  .pc\:top-0\.5{
    top:2px
  }

  .pc\:top-1\.5{
    top:6px
  }

  .pc\:top-2\.5{
    top:10px
  }

  .pc\:top-3\.5{
    top:14px
  }

  .pc\:top-4\.5{
    top:18px
  }

  .pc\:top-7\.5{
    top:30px
  }

  .pc\:-top-0{
    top:0px
  }

  .pc\:-top-1{
    top:-4px
  }

  .pc\:-top-2{
    top:-8px
  }

  .pc\:-top-3{
    top:-12px
  }

  .pc\:-top-4{
    top:-16px
  }

  .pc\:-top-5{
    top:-20px
  }

  .pc\:-top-6{
    top:-24px
  }

  .pc\:-top-7{
    top:-28px
  }

  .pc\:-top-8{
    top:-32px
  }

  .pc\:-top-9{
    top:-36px
  }

  .pc\:-top-10{
    top:-40px
  }

  .pc\:-top-11{
    top:-44px
  }

  .pc\:-top-12{
    top:-48px
  }

  .pc\:-top-13{
    top:-50px
  }

  .pc\:-top-14{
    top:-56px
  }

  .pc\:-top-15{
    top:-60px
  }

  .pc\:-top-16{
    top:-64px
  }

  .pc\:-top-20{
    top:-80px
  }

  .pc\:-top-24{
    top:-96px
  }

  .pc\:-top-28{
    top:-112px
  }

  .pc\:-top-32{
    top:-128px
  }

  .pc\:-top-36{
    top:-144px
  }

  .pc\:-top-40{
    top:-160px
  }

  .pc\:-top-44{
    top:-176px
  }

  .pc\:-top-48{
    top:-192px
  }

  .pc\:-top-52{
    top:-208px
  }

  .pc\:-top-56{
    top:-224px
  }

  .pc\:-top-60{
    top:-240px
  }

  .pc\:-top-64{
    top:-256px
  }

  .pc\:-top-72{
    top:-288px
  }

  .pc\:-top-80{
    top:-320px
  }

  .pc\:-top-96{
    top:-384px
  }

  .pc\:-top-px{
    top:-1px
  }

  .pc\:-top-0\.5{
    top:-2px
  }

  .pc\:-top-1\.5{
    top:-6px
  }

  .pc\:-top-2\.5{
    top:-10px
  }

  .pc\:-top-3\.5{
    top:-14px
  }

  .pc\:-top-4\.5{
    top:-18px
  }

  .pc\:-top-7\.5{
    top:-30px
  }

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

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

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

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

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

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

  .pc\:top-full{
    top:100%
  }

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

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

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

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

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

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

  .pc\:-top-full{
    top:-100%
  }

  .pc\:right-0{
    right:0px
  }

  .pc\:right-1{
    right:4px
  }

  .pc\:right-2{
    right:8px
  }

  .pc\:right-3{
    right:12px
  }

  .pc\:right-4{
    right:16px
  }

  .pc\:right-5{
    right:20px
  }

  .pc\:right-6{
    right:24px
  }

  .pc\:right-7{
    right:28px
  }

  .pc\:right-8{
    right:32px
  }

  .pc\:right-9{
    right:36px
  }

  .pc\:right-10{
    right:40px
  }

  .pc\:right-11{
    right:44px
  }

  .pc\:right-12{
    right:48px
  }

  .pc\:right-13{
    right:50px
  }

  .pc\:right-14{
    right:56px
  }

  .pc\:right-15{
    right:60px
  }

  .pc\:right-16{
    right:64px
  }

  .pc\:right-20{
    right:80px
  }

  .pc\:right-24{
    right:96px
  }

  .pc\:right-28{
    right:112px
  }

  .pc\:right-32{
    right:128px
  }

  .pc\:right-36{
    right:144px
  }

  .pc\:right-40{
    right:160px
  }

  .pc\:right-44{
    right:176px
  }

  .pc\:right-48{
    right:192px
  }

  .pc\:right-52{
    right:208px
  }

  .pc\:right-56{
    right:224px
  }

  .pc\:right-60{
    right:240px
  }

  .pc\:right-64{
    right:256px
  }

  .pc\:right-72{
    right:288px
  }

  .pc\:right-80{
    right:320px
  }

  .pc\:right-96{
    right:384px
  }

  .pc\:right-auto{
    right:auto
  }

  .pc\:right-px{
    right:1px
  }

  .pc\:right-0\.5{
    right:2px
  }

  .pc\:right-1\.5{
    right:6px
  }

  .pc\:right-2\.5{
    right:10px
  }

  .pc\:right-3\.5{
    right:14px
  }

  .pc\:right-4\.5{
    right:18px
  }

  .pc\:right-7\.5{
    right:30px
  }

  .pc\:-right-0{
    right:0px
  }

  .pc\:-right-1{
    right:-4px
  }

  .pc\:-right-2{
    right:-8px
  }

  .pc\:-right-3{
    right:-12px
  }

  .pc\:-right-4{
    right:-16px
  }

  .pc\:-right-5{
    right:-20px
  }

  .pc\:-right-6{
    right:-24px
  }

  .pc\:-right-7{
    right:-28px
  }

  .pc\:-right-8{
    right:-32px
  }

  .pc\:-right-9{
    right:-36px
  }

  .pc\:-right-10{
    right:-40px
  }

  .pc\:-right-11{
    right:-44px
  }

  .pc\:-right-12{
    right:-48px
  }

  .pc\:-right-13{
    right:-50px
  }

  .pc\:-right-14{
    right:-56px
  }

  .pc\:-right-15{
    right:-60px
  }

  .pc\:-right-16{
    right:-64px
  }

  .pc\:-right-20{
    right:-80px
  }

  .pc\:-right-24{
    right:-96px
  }

  .pc\:-right-28{
    right:-112px
  }

  .pc\:-right-32{
    right:-128px
  }

  .pc\:-right-36{
    right:-144px
  }

  .pc\:-right-40{
    right:-160px
  }

  .pc\:-right-44{
    right:-176px
  }

  .pc\:-right-48{
    right:-192px
  }

  .pc\:-right-52{
    right:-208px
  }

  .pc\:-right-56{
    right:-224px
  }

  .pc\:-right-60{
    right:-240px
  }

  .pc\:-right-64{
    right:-256px
  }

  .pc\:-right-72{
    right:-288px
  }

  .pc\:-right-80{
    right:-320px
  }

  .pc\:-right-96{
    right:-384px
  }

  .pc\:-right-px{
    right:-1px
  }

  .pc\:-right-0\.5{
    right:-2px
  }

  .pc\:-right-1\.5{
    right:-6px
  }

  .pc\:-right-2\.5{
    right:-10px
  }

  .pc\:-right-3\.5{
    right:-14px
  }

  .pc\:-right-4\.5{
    right:-18px
  }

  .pc\:-right-7\.5{
    right:-30px
  }

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

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

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

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

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

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

  .pc\:right-full{
    right:100%
  }

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

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

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

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

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

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

  .pc\:-right-full{
    right:-100%
  }

  .pc\:bottom-0{
    bottom:0px
  }

  .pc\:bottom-1{
    bottom:4px
  }

  .pc\:bottom-2{
    bottom:8px
  }

  .pc\:bottom-3{
    bottom:12px
  }

  .pc\:bottom-4{
    bottom:16px
  }

  .pc\:bottom-5{
    bottom:20px
  }

  .pc\:bottom-6{
    bottom:24px
  }

  .pc\:bottom-7{
    bottom:28px
  }

  .pc\:bottom-8{
    bottom:32px
  }

  .pc\:bottom-9{
    bottom:36px
  }

  .pc\:bottom-10{
    bottom:40px
  }

  .pc\:bottom-11{
    bottom:44px
  }

  .pc\:bottom-12{
    bottom:48px
  }

  .pc\:bottom-13{
    bottom:50px
  }

  .pc\:bottom-14{
    bottom:56px
  }

  .pc\:bottom-15{
    bottom:60px
  }

  .pc\:bottom-16{
    bottom:64px
  }

  .pc\:bottom-20{
    bottom:80px
  }

  .pc\:bottom-24{
    bottom:96px
  }

  .pc\:bottom-28{
    bottom:112px
  }

  .pc\:bottom-32{
    bottom:128px
  }

  .pc\:bottom-36{
    bottom:144px
  }

  .pc\:bottom-40{
    bottom:160px
  }

  .pc\:bottom-44{
    bottom:176px
  }

  .pc\:bottom-48{
    bottom:192px
  }

  .pc\:bottom-52{
    bottom:208px
  }

  .pc\:bottom-56{
    bottom:224px
  }

  .pc\:bottom-60{
    bottom:240px
  }

  .pc\:bottom-64{
    bottom:256px
  }

  .pc\:bottom-72{
    bottom:288px
  }

  .pc\:bottom-80{
    bottom:320px
  }

  .pc\:bottom-96{
    bottom:384px
  }

  .pc\:bottom-auto{
    bottom:auto
  }

  .pc\:bottom-px{
    bottom:1px
  }

  .pc\:bottom-0\.5{
    bottom:2px
  }

  .pc\:bottom-1\.5{
    bottom:6px
  }

  .pc\:bottom-2\.5{
    bottom:10px
  }

  .pc\:bottom-3\.5{
    bottom:14px
  }

  .pc\:bottom-4\.5{
    bottom:18px
  }

  .pc\:bottom-7\.5{
    bottom:30px
  }

  .pc\:-bottom-0{
    bottom:0px
  }

  .pc\:-bottom-1{
    bottom:-4px
  }

  .pc\:-bottom-2{
    bottom:-8px
  }

  .pc\:-bottom-3{
    bottom:-12px
  }

  .pc\:-bottom-4{
    bottom:-16px
  }

  .pc\:-bottom-5{
    bottom:-20px
  }

  .pc\:-bottom-6{
    bottom:-24px
  }

  .pc\:-bottom-7{
    bottom:-28px
  }

  .pc\:-bottom-8{
    bottom:-32px
  }

  .pc\:-bottom-9{
    bottom:-36px
  }

  .pc\:-bottom-10{
    bottom:-40px
  }

  .pc\:-bottom-11{
    bottom:-44px
  }

  .pc\:-bottom-12{
    bottom:-48px
  }

  .pc\:-bottom-13{
    bottom:-50px
  }

  .pc\:-bottom-14{
    bottom:-56px
  }

  .pc\:-bottom-15{
    bottom:-60px
  }

  .pc\:-bottom-16{
    bottom:-64px
  }

  .pc\:-bottom-20{
    bottom:-80px
  }

  .pc\:-bottom-24{
    bottom:-96px
  }

  .pc\:-bottom-28{
    bottom:-112px
  }

  .pc\:-bottom-32{
    bottom:-128px
  }

  .pc\:-bottom-36{
    bottom:-144px
  }

  .pc\:-bottom-40{
    bottom:-160px
  }

  .pc\:-bottom-44{
    bottom:-176px
  }

  .pc\:-bottom-48{
    bottom:-192px
  }

  .pc\:-bottom-52{
    bottom:-208px
  }

  .pc\:-bottom-56{
    bottom:-224px
  }

  .pc\:-bottom-60{
    bottom:-240px
  }

  .pc\:-bottom-64{
    bottom:-256px
  }

  .pc\:-bottom-72{
    bottom:-288px
  }

  .pc\:-bottom-80{
    bottom:-320px
  }

  .pc\:-bottom-96{
    bottom:-384px
  }

  .pc\:-bottom-px{
    bottom:-1px
  }

  .pc\:-bottom-0\.5{
    bottom:-2px
  }

  .pc\:-bottom-1\.5{
    bottom:-6px
  }

  .pc\:-bottom-2\.5{
    bottom:-10px
  }

  .pc\:-bottom-3\.5{
    bottom:-14px
  }

  .pc\:-bottom-4\.5{
    bottom:-18px
  }

  .pc\:-bottom-7\.5{
    bottom:-30px
  }

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

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

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

  .pc\:bottom-1\/4{
    bottom:25%
  }

  .pc\:bottom-2\/4{
    bottom:50%
  }

  .pc\:bottom-3\/4{
    bottom:75%
  }

  .pc\:bottom-full{
    bottom:100%
  }

  .pc\:-bottom-1\/2{
    bottom:-50%
  }

  .pc\:-bottom-1\/3{
    bottom:-33.333333%
  }

  .pc\:-bottom-2\/3{
    bottom:-66.666667%
  }

  .pc\:-bottom-1\/4{
    bottom:-25%
  }

  .pc\:-bottom-2\/4{
    bottom:-50%
  }

  .pc\:-bottom-3\/4{
    bottom:-75%
  }

  .pc\:-bottom-full{
    bottom:-100%
  }

  .pc\:left-0{
    left:0px
  }

  .pc\:left-1{
    left:4px
  }

  .pc\:left-2{
    left:8px
  }

  .pc\:left-3{
    left:12px
  }

  .pc\:left-4{
    left:16px
  }

  .pc\:left-5{
    left:20px
  }

  .pc\:left-6{
    left:24px
  }

  .pc\:left-7{
    left:28px
  }

  .pc\:left-8{
    left:32px
  }

  .pc\:left-9{
    left:36px
  }

  .pc\:left-10{
    left:40px
  }

  .pc\:left-11{
    left:44px
  }

  .pc\:left-12{
    left:48px
  }

  .pc\:left-13{
    left:50px
  }

  .pc\:left-14{
    left:56px
  }

  .pc\:left-15{
    left:60px
  }

  .pc\:left-16{
    left:64px
  }

  .pc\:left-20{
    left:80px
  }

  .pc\:left-24{
    left:96px
  }

  .pc\:left-28{
    left:112px
  }

  .pc\:left-32{
    left:128px
  }

  .pc\:left-36{
    left:144px
  }

  .pc\:left-40{
    left:160px
  }

  .pc\:left-44{
    left:176px
  }

  .pc\:left-48{
    left:192px
  }

  .pc\:left-52{
    left:208px
  }

  .pc\:left-56{
    left:224px
  }

  .pc\:left-60{
    left:240px
  }

  .pc\:left-64{
    left:256px
  }

  .pc\:left-72{
    left:288px
  }

  .pc\:left-80{
    left:320px
  }

  .pc\:left-96{
    left:384px
  }

  .pc\:left-auto{
    left:auto
  }

  .pc\:left-px{
    left:1px
  }

  .pc\:left-0\.5{
    left:2px
  }

  .pc\:left-1\.5{
    left:6px
  }

  .pc\:left-2\.5{
    left:10px
  }

  .pc\:left-3\.5{
    left:14px
  }

  .pc\:left-4\.5{
    left:18px
  }

  .pc\:left-7\.5{
    left:30px
  }

  .pc\:-left-0{
    left:0px
  }

  .pc\:-left-1{
    left:-4px
  }

  .pc\:-left-2{
    left:-8px
  }

  .pc\:-left-3{
    left:-12px
  }

  .pc\:-left-4{
    left:-16px
  }

  .pc\:-left-5{
    left:-20px
  }

  .pc\:-left-6{
    left:-24px
  }

  .pc\:-left-7{
    left:-28px
  }

  .pc\:-left-8{
    left:-32px
  }

  .pc\:-left-9{
    left:-36px
  }

  .pc\:-left-10{
    left:-40px
  }

  .pc\:-left-11{
    left:-44px
  }

  .pc\:-left-12{
    left:-48px
  }

  .pc\:-left-13{
    left:-50px
  }

  .pc\:-left-14{
    left:-56px
  }

  .pc\:-left-15{
    left:-60px
  }

  .pc\:-left-16{
    left:-64px
  }

  .pc\:-left-20{
    left:-80px
  }

  .pc\:-left-24{
    left:-96px
  }

  .pc\:-left-28{
    left:-112px
  }

  .pc\:-left-32{
    left:-128px
  }

  .pc\:-left-36{
    left:-144px
  }

  .pc\:-left-40{
    left:-160px
  }

  .pc\:-left-44{
    left:-176px
  }

  .pc\:-left-48{
    left:-192px
  }

  .pc\:-left-52{
    left:-208px
  }

  .pc\:-left-56{
    left:-224px
  }

  .pc\:-left-60{
    left:-240px
  }

  .pc\:-left-64{
    left:-256px
  }

  .pc\:-left-72{
    left:-288px
  }

  .pc\:-left-80{
    left:-320px
  }

  .pc\:-left-96{
    left:-384px
  }

  .pc\:-left-px{
    left:-1px
  }

  .pc\:-left-0\.5{
    left:-2px
  }

  .pc\:-left-1\.5{
    left:-6px
  }

  .pc\:-left-2\.5{
    left:-10px
  }

  .pc\:-left-3\.5{
    left:-14px
  }

  .pc\:-left-4\.5{
    left:-18px
  }

  .pc\:-left-7\.5{
    left:-30px
  }

  .pc\:left-1\/2{
    left:50%
  }

  .pc\:left-1\/3{
    left:33.333333%
  }

  .pc\:left-2\/3{
    left:66.666667%
  }

  .pc\:left-1\/4{
    left:25%
  }

  .pc\:left-2\/4{
    left:50%
  }

  .pc\:left-3\/4{
    left:75%
  }

  .pc\:left-full{
    left:100%
  }

  .pc\:-left-1\/2{
    left:-50%
  }

  .pc\:-left-1\/3{
    left:-33.333333%
  }

  .pc\:-left-2\/3{
    left:-66.666667%
  }

  .pc\:-left-1\/4{
    left:-25%
  }

  .pc\:-left-2\/4{
    left:-50%
  }

  .pc\:-left-3\/4{
    left:-75%
  }

  .pc\:-left-full{
    left:-100%
  }

  .pc\:isolate{
    isolation:isolate
  }

  .pc\:isolation-auto{
    isolation:auto
  }

  .pc\:z-0{
    z-index:0
  }

  .pc\:z-10{
    z-index:10
  }

  .pc\:z-20{
    z-index:20
  }

  .pc\:z-30{
    z-index:30
  }

  .pc\:z-40{
    z-index:40
  }

  .pc\:z-50{
    z-index:50
  }

  .pc\:z-auto{
    z-index:auto
  }

  .pc\:focus-within\:z-0:focus-within{
    z-index:0
  }

  .pc\:focus-within\:z-10:focus-within{
    z-index:10
  }

  .pc\:focus-within\:z-20:focus-within{
    z-index:20
  }

  .pc\:focus-within\:z-30:focus-within{
    z-index:30
  }

  .pc\:focus-within\:z-40:focus-within{
    z-index:40
  }

  .pc\:focus-within\:z-50:focus-within{
    z-index:50
  }

  .pc\:focus-within\:z-auto:focus-within{
    z-index:auto
  }

  .pc\:focus\:z-0:focus{
    z-index:0
  }

  .pc\:focus\:z-10:focus{
    z-index:10
  }

  .pc\:focus\:z-20:focus{
    z-index:20
  }

  .pc\:focus\:z-30:focus{
    z-index:30
  }

  .pc\:focus\:z-40:focus{
    z-index:40
  }

  .pc\:focus\:z-50:focus{
    z-index:50
  }

  .pc\:focus\:z-auto:focus{
    z-index:auto
  }

  .pc\:order-1{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1
  }

  .pc\:order-2{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2
  }

  .pc\:order-3{
    -webkit-box-ordinal-group:4;
    -webkit-order:3;
        -ms-flex-order:3;
            order:3
  }

  .pc\:order-4{
    -webkit-box-ordinal-group:5;
    -webkit-order:4;
        -ms-flex-order:4;
            order:4
  }

  .pc\:order-5{
    -webkit-box-ordinal-group:6;
    -webkit-order:5;
        -ms-flex-order:5;
            order:5
  }

  .pc\:order-6{
    -webkit-box-ordinal-group:7;
    -webkit-order:6;
        -ms-flex-order:6;
            order:6
  }

  .pc\:order-7{
    -webkit-box-ordinal-group:8;
    -webkit-order:7;
        -ms-flex-order:7;
            order:7
  }

  .pc\:order-8{
    -webkit-box-ordinal-group:9;
    -webkit-order:8;
        -ms-flex-order:8;
            order:8
  }

  .pc\:order-9{
    -webkit-box-ordinal-group:10;
    -webkit-order:9;
        -ms-flex-order:9;
            order:9
  }

  .pc\:order-10{
    -webkit-box-ordinal-group:11;
    -webkit-order:10;
        -ms-flex-order:10;
            order:10
  }

  .pc\:order-11{
    -webkit-box-ordinal-group:12;
    -webkit-order:11;
        -ms-flex-order:11;
            order:11
  }

  .pc\:order-12{
    -webkit-box-ordinal-group:13;
    -webkit-order:12;
        -ms-flex-order:12;
            order:12
  }

  .pc\:order-first{
    -webkit-box-ordinal-group:-9998;
    -webkit-order:-9999;
        -ms-flex-order:-9999;
            order:-9999
  }

  .pc\:order-last{
    -webkit-box-ordinal-group:10000;
    -webkit-order:9999;
        -ms-flex-order:9999;
            order:9999
  }

  .pc\:order-none{
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
        -ms-flex-order:0;
            order:0
  }

  .pc\:col-auto{
    grid-column:auto
  }

  .pc\:col-span-1{
    grid-column:span 1 / span 1
  }

  .pc\:col-span-2{
    grid-column:span 2 / span 2
  }

  .pc\:col-span-3{
    grid-column:span 3 / span 3
  }

  .pc\:col-span-4{
    grid-column:span 4 / span 4
  }

  .pc\:col-span-5{
    grid-column:span 5 / span 5
  }

  .pc\:col-span-6{
    grid-column:span 6 / span 6
  }

  .pc\:col-span-7{
    grid-column:span 7 / span 7
  }

  .pc\:col-span-8{
    grid-column:span 8 / span 8
  }

  .pc\:col-span-9{
    grid-column:span 9 / span 9
  }

  .pc\:col-span-10{
    grid-column:span 10 / span 10
  }

  .pc\:col-span-11{
    grid-column:span 11 / span 11
  }

  .pc\:col-span-12{
    grid-column:span 12 / span 12
  }

  .pc\:col-span-full{
    grid-column:1 / -1
  }

  .pc\:col-start-1{
    grid-column-start:1
  }

  .pc\:col-start-2{
    grid-column-start:2
  }

  .pc\:col-start-3{
    grid-column-start:3
  }

  .pc\:col-start-4{
    grid-column-start:4
  }

  .pc\:col-start-5{
    grid-column-start:5
  }

  .pc\:col-start-6{
    grid-column-start:6
  }

  .pc\:col-start-7{
    grid-column-start:7
  }

  .pc\:col-start-8{
    grid-column-start:8
  }

  .pc\:col-start-9{
    grid-column-start:9
  }

  .pc\:col-start-10{
    grid-column-start:10
  }

  .pc\:col-start-11{
    grid-column-start:11
  }

  .pc\:col-start-12{
    grid-column-start:12
  }

  .pc\:col-start-13{
    grid-column-start:13
  }

  .pc\:col-start-auto{
    grid-column-start:auto
  }

  .pc\:col-end-1{
    grid-column-end:1
  }

  .pc\:col-end-2{
    grid-column-end:2
  }

  .pc\:col-end-3{
    grid-column-end:3
  }

  .pc\:col-end-4{
    grid-column-end:4
  }

  .pc\:col-end-5{
    grid-column-end:5
  }

  .pc\:col-end-6{
    grid-column-end:6
  }

  .pc\:col-end-7{
    grid-column-end:7
  }

  .pc\:col-end-8{
    grid-column-end:8
  }

  .pc\:col-end-9{
    grid-column-end:9
  }

  .pc\:col-end-10{
    grid-column-end:10
  }

  .pc\:col-end-11{
    grid-column-end:11
  }

  .pc\:col-end-12{
    grid-column-end:12
  }

  .pc\:col-end-13{
    grid-column-end:13
  }

  .pc\:col-end-auto{
    grid-column-end:auto
  }

  .pc\:row-auto{
    grid-row:auto
  }

  .pc\:row-span-1{
    grid-row:span 1 / span 1
  }

  .pc\:row-span-2{
    grid-row:span 2 / span 2
  }

  .pc\:row-span-3{
    grid-row:span 3 / span 3
  }

  .pc\:row-span-4{
    grid-row:span 4 / span 4
  }

  .pc\:row-span-5{
    grid-row:span 5 / span 5
  }

  .pc\:row-span-6{
    grid-row:span 6 / span 6
  }

  .pc\:row-span-full{
    grid-row:1 / -1
  }

  .pc\:row-start-1{
    grid-row-start:1
  }

  .pc\:row-start-2{
    grid-row-start:2
  }

  .pc\:row-start-3{
    grid-row-start:3
  }

  .pc\:row-start-4{
    grid-row-start:4
  }

  .pc\:row-start-5{
    grid-row-start:5
  }

  .pc\:row-start-6{
    grid-row-start:6
  }

  .pc\:row-start-7{
    grid-row-start:7
  }

  .pc\:row-start-auto{
    grid-row-start:auto
  }

  .pc\:row-end-1{
    grid-row-end:1
  }

  .pc\:row-end-2{
    grid-row-end:2
  }

  .pc\:row-end-3{
    grid-row-end:3
  }

  .pc\:row-end-4{
    grid-row-end:4
  }

  .pc\:row-end-5{
    grid-row-end:5
  }

  .pc\:row-end-6{
    grid-row-end:6
  }

  .pc\:row-end-7{
    grid-row-end:7
  }

  .pc\:row-end-auto{
    grid-row-end:auto
  }

  .pc\:float-right{
    float:right
  }

  .pc\:float-left{
    float:left
  }

  .pc\:float-none{
    float:none
  }

  .pc\:clear-left{
    clear:left
  }

  .pc\:clear-right{
    clear:right
  }

  .pc\:clear-both{
    clear:both
  }

  .pc\:clear-none{
    clear:none
  }

  .pc\:m-0{
    margin:0px
  }

  .pc\:m-1{
    margin:4px
  }

  .pc\:m-2{
    margin:8px
  }

  .pc\:m-3{
    margin:12px
  }

  .pc\:m-4{
    margin:16px
  }

  .pc\:m-5{
    margin:20px
  }

  .pc\:m-6{
    margin:24px
  }

  .pc\:m-7{
    margin:28px
  }

  .pc\:m-8{
    margin:32px
  }

  .pc\:m-9{
    margin:36px
  }

  .pc\:m-10{
    margin:40px
  }

  .pc\:m-11{
    margin:44px
  }

  .pc\:m-12{
    margin:48px
  }

  .pc\:m-13{
    margin:50px
  }

  .pc\:m-14{
    margin:56px
  }

  .pc\:m-15{
    margin:60px
  }

  .pc\:m-16{
    margin:64px
  }

  .pc\:m-20{
    margin:80px
  }

  .pc\:m-24{
    margin:96px
  }

  .pc\:m-28{
    margin:112px
  }

  .pc\:m-32{
    margin:128px
  }

  .pc\:m-36{
    margin:144px
  }

  .pc\:m-40{
    margin:160px
  }

  .pc\:m-44{
    margin:176px
  }

  .pc\:m-48{
    margin:192px
  }

  .pc\:m-52{
    margin:208px
  }

  .pc\:m-56{
    margin:224px
  }

  .pc\:m-60{
    margin:240px
  }

  .pc\:m-64{
    margin:256px
  }

  .pc\:m-72{
    margin:288px
  }

  .pc\:m-80{
    margin:320px
  }

  .pc\:m-96{
    margin:384px
  }

  .pc\:m-auto{
    margin:auto
  }

  .pc\:m-px{
    margin:1px
  }

  .pc\:m-0\.5{
    margin:2px
  }

  .pc\:m-1\.5{
    margin:6px
  }

  .pc\:m-2\.5{
    margin:10px
  }

  .pc\:m-3\.5{
    margin:14px
  }

  .pc\:m-4\.5{
    margin:18px
  }

  .pc\:m-7\.5{
    margin:30px
  }

  .pc\:-m-0{
    margin:0px
  }

  .pc\:-m-1{
    margin:-4px
  }

  .pc\:-m-2{
    margin:-8px
  }

  .pc\:-m-3{
    margin:-12px
  }

  .pc\:-m-4{
    margin:-16px
  }

  .pc\:-m-5{
    margin:-20px
  }

  .pc\:-m-6{
    margin:-24px
  }

  .pc\:-m-7{
    margin:-28px
  }

  .pc\:-m-8{
    margin:-32px
  }

  .pc\:-m-9{
    margin:-36px
  }

  .pc\:-m-10{
    margin:-40px
  }

  .pc\:-m-11{
    margin:-44px
  }

  .pc\:-m-12{
    margin:-48px
  }

  .pc\:-m-13{
    margin:-50px
  }

  .pc\:-m-14{
    margin:-56px
  }

  .pc\:-m-15{
    margin:-60px
  }

  .pc\:-m-16{
    margin:-64px
  }

  .pc\:-m-20{
    margin:-80px
  }

  .pc\:-m-24{
    margin:-96px
  }

  .pc\:-m-28{
    margin:-112px
  }

  .pc\:-m-32{
    margin:-128px
  }

  .pc\:-m-36{
    margin:-144px
  }

  .pc\:-m-40{
    margin:-160px
  }

  .pc\:-m-44{
    margin:-176px
  }

  .pc\:-m-48{
    margin:-192px
  }

  .pc\:-m-52{
    margin:-208px
  }

  .pc\:-m-56{
    margin:-224px
  }

  .pc\:-m-60{
    margin:-240px
  }

  .pc\:-m-64{
    margin:-256px
  }

  .pc\:-m-72{
    margin:-288px
  }

  .pc\:-m-80{
    margin:-320px
  }

  .pc\:-m-96{
    margin:-384px
  }

  .pc\:-m-px{
    margin:-1px
  }

  .pc\:-m-0\.5{
    margin:-2px
  }

  .pc\:-m-1\.5{
    margin:-6px
  }

  .pc\:-m-2\.5{
    margin:-10px
  }

  .pc\:-m-3\.5{
    margin:-14px
  }

  .pc\:-m-4\.5{
    margin:-18px
  }

  .pc\:-m-7\.5{
    margin:-30px
  }

  .pc\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .pc\:mx-1{
    margin-left:4px;
    margin-right:4px
  }

  .pc\:mx-2{
    margin-left:8px;
    margin-right:8px
  }

  .pc\:mx-3{
    margin-left:12px;
    margin-right:12px
  }

  .pc\:mx-4{
    margin-left:16px;
    margin-right:16px
  }

  .pc\:mx-5{
    margin-left:20px;
    margin-right:20px
  }

  .pc\:mx-6{
    margin-left:24px;
    margin-right:24px
  }

  .pc\:mx-7{
    margin-left:28px;
    margin-right:28px
  }

  .pc\:mx-8{
    margin-left:32px;
    margin-right:32px
  }

  .pc\:mx-9{
    margin-left:36px;
    margin-right:36px
  }

  .pc\:mx-10{
    margin-left:40px;
    margin-right:40px
  }

  .pc\:mx-11{
    margin-left:44px;
    margin-right:44px
  }

  .pc\:mx-12{
    margin-left:48px;
    margin-right:48px
  }

  .pc\:mx-13{
    margin-left:50px;
    margin-right:50px
  }

  .pc\:mx-14{
    margin-left:56px;
    margin-right:56px
  }

  .pc\:mx-15{
    margin-left:60px;
    margin-right:60px
  }

  .pc\:mx-16{
    margin-left:64px;
    margin-right:64px
  }

  .pc\:mx-20{
    margin-left:80px;
    margin-right:80px
  }

  .pc\:mx-24{
    margin-left:96px;
    margin-right:96px
  }

  .pc\:mx-28{
    margin-left:112px;
    margin-right:112px
  }

  .pc\:mx-32{
    margin-left:128px;
    margin-right:128px
  }

  .pc\:mx-36{
    margin-left:144px;
    margin-right:144px
  }

  .pc\:mx-40{
    margin-left:160px;
    margin-right:160px
  }

  .pc\:mx-44{
    margin-left:176px;
    margin-right:176px
  }

  .pc\:mx-48{
    margin-left:192px;
    margin-right:192px
  }

  .pc\:mx-52{
    margin-left:208px;
    margin-right:208px
  }

  .pc\:mx-56{
    margin-left:224px;
    margin-right:224px
  }

  .pc\:mx-60{
    margin-left:240px;
    margin-right:240px
  }

  .pc\:mx-64{
    margin-left:256px;
    margin-right:256px
  }

  .pc\:mx-72{
    margin-left:288px;
    margin-right:288px
  }

  .pc\:mx-80{
    margin-left:320px;
    margin-right:320px
  }

  .pc\:mx-96{
    margin-left:384px;
    margin-right:384px
  }

  .pc\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .pc\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .pc\:mx-0\.5{
    margin-left:2px;
    margin-right:2px
  }

  .pc\:mx-1\.5{
    margin-left:6px;
    margin-right:6px
  }

  .pc\:mx-2\.5{
    margin-left:10px;
    margin-right:10px
  }

  .pc\:mx-3\.5{
    margin-left:14px;
    margin-right:14px
  }

  .pc\:mx-4\.5{
    margin-left:18px;
    margin-right:18px
  }

  .pc\:mx-7\.5{
    margin-left:30px;
    margin-right:30px
  }

  .pc\:-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .pc\:-mx-1{
    margin-left:-4px;
    margin-right:-4px
  }

  .pc\:-mx-2{
    margin-left:-8px;
    margin-right:-8px
  }

  .pc\:-mx-3{
    margin-left:-12px;
    margin-right:-12px
  }

  .pc\:-mx-4{
    margin-left:-16px;
    margin-right:-16px
  }

  .pc\:-mx-5{
    margin-left:-20px;
    margin-right:-20px
  }

  .pc\:-mx-6{
    margin-left:-24px;
    margin-right:-24px
  }

  .pc\:-mx-7{
    margin-left:-28px;
    margin-right:-28px
  }

  .pc\:-mx-8{
    margin-left:-32px;
    margin-right:-32px
  }

  .pc\:-mx-9{
    margin-left:-36px;
    margin-right:-36px
  }

  .pc\:-mx-10{
    margin-left:-40px;
    margin-right:-40px
  }

  .pc\:-mx-11{
    margin-left:-44px;
    margin-right:-44px
  }

  .pc\:-mx-12{
    margin-left:-48px;
    margin-right:-48px
  }

  .pc\:-mx-13{
    margin-left:-50px;
    margin-right:-50px
  }

  .pc\:-mx-14{
    margin-left:-56px;
    margin-right:-56px
  }

  .pc\:-mx-15{
    margin-left:-60px;
    margin-right:-60px
  }

  .pc\:-mx-16{
    margin-left:-64px;
    margin-right:-64px
  }

  .pc\:-mx-20{
    margin-left:-80px;
    margin-right:-80px
  }

  .pc\:-mx-24{
    margin-left:-96px;
    margin-right:-96px
  }

  .pc\:-mx-28{
    margin-left:-112px;
    margin-right:-112px
  }

  .pc\:-mx-32{
    margin-left:-128px;
    margin-right:-128px
  }

  .pc\:-mx-36{
    margin-left:-144px;
    margin-right:-144px
  }

  .pc\:-mx-40{
    margin-left:-160px;
    margin-right:-160px
  }

  .pc\:-mx-44{
    margin-left:-176px;
    margin-right:-176px
  }

  .pc\:-mx-48{
    margin-left:-192px;
    margin-right:-192px
  }

  .pc\:-mx-52{
    margin-left:-208px;
    margin-right:-208px
  }

  .pc\:-mx-56{
    margin-left:-224px;
    margin-right:-224px
  }

  .pc\:-mx-60{
    margin-left:-240px;
    margin-right:-240px
  }

  .pc\:-mx-64{
    margin-left:-256px;
    margin-right:-256px
  }

  .pc\:-mx-72{
    margin-left:-288px;
    margin-right:-288px
  }

  .pc\:-mx-80{
    margin-left:-320px;
    margin-right:-320px
  }

  .pc\:-mx-96{
    margin-left:-384px;
    margin-right:-384px
  }

  .pc\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .pc\:-mx-0\.5{
    margin-left:-2px;
    margin-right:-2px
  }

  .pc\:-mx-1\.5{
    margin-left:-6px;
    margin-right:-6px
  }

  .pc\:-mx-2\.5{
    margin-left:-10px;
    margin-right:-10px
  }

  .pc\:-mx-3\.5{
    margin-left:-14px;
    margin-right:-14px
  }

  .pc\:-mx-4\.5{
    margin-left:-18px;
    margin-right:-18px
  }

  .pc\:-mx-7\.5{
    margin-left:-30px;
    margin-right:-30px
  }

  .pc\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .pc\:my-1{
    margin-top:4px;
    margin-bottom:4px
  }

  .pc\:my-2{
    margin-top:8px;
    margin-bottom:8px
  }

  .pc\:my-3{
    margin-top:12px;
    margin-bottom:12px
  }

  .pc\:my-4{
    margin-top:16px;
    margin-bottom:16px
  }

  .pc\:my-5{
    margin-top:20px;
    margin-bottom:20px
  }

  .pc\:my-6{
    margin-top:24px;
    margin-bottom:24px
  }

  .pc\:my-7{
    margin-top:28px;
    margin-bottom:28px
  }

  .pc\:my-8{
    margin-top:32px;
    margin-bottom:32px
  }

  .pc\:my-9{
    margin-top:36px;
    margin-bottom:36px
  }

  .pc\:my-10{
    margin-top:40px;
    margin-bottom:40px
  }

  .pc\:my-11{
    margin-top:44px;
    margin-bottom:44px
  }

  .pc\:my-12{
    margin-top:48px;
    margin-bottom:48px
  }

  .pc\:my-13{
    margin-top:50px;
    margin-bottom:50px
  }

  .pc\:my-14{
    margin-top:56px;
    margin-bottom:56px
  }

  .pc\:my-15{
    margin-top:60px;
    margin-bottom:60px
  }

  .pc\:my-16{
    margin-top:64px;
    margin-bottom:64px
  }

  .pc\:my-20{
    margin-top:80px;
    margin-bottom:80px
  }

  .pc\:my-24{
    margin-top:96px;
    margin-bottom:96px
  }

  .pc\:my-28{
    margin-top:112px;
    margin-bottom:112px
  }

  .pc\:my-32{
    margin-top:128px;
    margin-bottom:128px
  }

  .pc\:my-36{
    margin-top:144px;
    margin-bottom:144px
  }

  .pc\:my-40{
    margin-top:160px;
    margin-bottom:160px
  }

  .pc\:my-44{
    margin-top:176px;
    margin-bottom:176px
  }

  .pc\:my-48{
    margin-top:192px;
    margin-bottom:192px
  }

  .pc\:my-52{
    margin-top:208px;
    margin-bottom:208px
  }

  .pc\:my-56{
    margin-top:224px;
    margin-bottom:224px
  }

  .pc\:my-60{
    margin-top:240px;
    margin-bottom:240px
  }

  .pc\:my-64{
    margin-top:256px;
    margin-bottom:256px
  }

  .pc\:my-72{
    margin-top:288px;
    margin-bottom:288px
  }

  .pc\:my-80{
    margin-top:320px;
    margin-bottom:320px
  }

  .pc\:my-96{
    margin-top:384px;
    margin-bottom:384px
  }

  .pc\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .pc\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .pc\:my-0\.5{
    margin-top:2px;
    margin-bottom:2px
  }

  .pc\:my-1\.5{
    margin-top:6px;
    margin-bottom:6px
  }

  .pc\:my-2\.5{
    margin-top:10px;
    margin-bottom:10px
  }

  .pc\:my-3\.5{
    margin-top:14px;
    margin-bottom:14px
  }

  .pc\:my-4\.5{
    margin-top:18px;
    margin-bottom:18px
  }

  .pc\:my-7\.5{
    margin-top:30px;
    margin-bottom:30px
  }

  .pc\:-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .pc\:-my-1{
    margin-top:-4px;
    margin-bottom:-4px
  }

  .pc\:-my-2{
    margin-top:-8px;
    margin-bottom:-8px
  }

  .pc\:-my-3{
    margin-top:-12px;
    margin-bottom:-12px
  }

  .pc\:-my-4{
    margin-top:-16px;
    margin-bottom:-16px
  }

  .pc\:-my-5{
    margin-top:-20px;
    margin-bottom:-20px
  }

  .pc\:-my-6{
    margin-top:-24px;
    margin-bottom:-24px
  }

  .pc\:-my-7{
    margin-top:-28px;
    margin-bottom:-28px
  }

  .pc\:-my-8{
    margin-top:-32px;
    margin-bottom:-32px
  }

  .pc\:-my-9{
    margin-top:-36px;
    margin-bottom:-36px
  }

  .pc\:-my-10{
    margin-top:-40px;
    margin-bottom:-40px
  }

  .pc\:-my-11{
    margin-top:-44px;
    margin-bottom:-44px
  }

  .pc\:-my-12{
    margin-top:-48px;
    margin-bottom:-48px
  }

  .pc\:-my-13{
    margin-top:-50px;
    margin-bottom:-50px
  }

  .pc\:-my-14{
    margin-top:-56px;
    margin-bottom:-56px
  }

  .pc\:-my-15{
    margin-top:-60px;
    margin-bottom:-60px
  }

  .pc\:-my-16{
    margin-top:-64px;
    margin-bottom:-64px
  }

  .pc\:-my-20{
    margin-top:-80px;
    margin-bottom:-80px
  }

  .pc\:-my-24{
    margin-top:-96px;
    margin-bottom:-96px
  }

  .pc\:-my-28{
    margin-top:-112px;
    margin-bottom:-112px
  }

  .pc\:-my-32{
    margin-top:-128px;
    margin-bottom:-128px
  }

  .pc\:-my-36{
    margin-top:-144px;
    margin-bottom:-144px
  }

  .pc\:-my-40{
    margin-top:-160px;
    margin-bottom:-160px
  }

  .pc\:-my-44{
    margin-top:-176px;
    margin-bottom:-176px
  }

  .pc\:-my-48{
    margin-top:-192px;
    margin-bottom:-192px
  }

  .pc\:-my-52{
    margin-top:-208px;
    margin-bottom:-208px
  }

  .pc\:-my-56{
    margin-top:-224px;
    margin-bottom:-224px
  }

  .pc\:-my-60{
    margin-top:-240px;
    margin-bottom:-240px
  }

  .pc\:-my-64{
    margin-top:-256px;
    margin-bottom:-256px
  }

  .pc\:-my-72{
    margin-top:-288px;
    margin-bottom:-288px
  }

  .pc\:-my-80{
    margin-top:-320px;
    margin-bottom:-320px
  }

  .pc\:-my-96{
    margin-top:-384px;
    margin-bottom:-384px
  }

  .pc\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .pc\:-my-0\.5{
    margin-top:-2px;
    margin-bottom:-2px
  }

  .pc\:-my-1\.5{
    margin-top:-6px;
    margin-bottom:-6px
  }

  .pc\:-my-2\.5{
    margin-top:-10px;
    margin-bottom:-10px
  }

  .pc\:-my-3\.5{
    margin-top:-14px;
    margin-bottom:-14px
  }

  .pc\:-my-4\.5{
    margin-top:-18px;
    margin-bottom:-18px
  }

  .pc\:-my-7\.5{
    margin-top:-30px;
    margin-bottom:-30px
  }

  .pc\:mt-0{
    margin-top:0px
  }

  .pc\:mt-1{
    margin-top:4px
  }

  .pc\:mt-2{
    margin-top:8px
  }

  .pc\:mt-3{
    margin-top:12px
  }

  .pc\:mt-4{
    margin-top:16px
  }

  .pc\:mt-5{
    margin-top:20px
  }

  .pc\:mt-6{
    margin-top:24px
  }

  .pc\:mt-7{
    margin-top:28px
  }

  .pc\:mt-8{
    margin-top:32px
  }

  .pc\:mt-9{
    margin-top:36px
  }

  .pc\:mt-10{
    margin-top:40px
  }

  .pc\:mt-11{
    margin-top:44px
  }

  .pc\:mt-12{
    margin-top:48px
  }

  .pc\:mt-13{
    margin-top:50px
  }

  .pc\:mt-14{
    margin-top:56px
  }

  .pc\:mt-15{
    margin-top:60px
  }

  .pc\:mt-16{
    margin-top:64px
  }

  .pc\:mt-20{
    margin-top:80px
  }

  .pc\:mt-24{
    margin-top:96px
  }

  .pc\:mt-28{
    margin-top:112px
  }

  .pc\:mt-32{
    margin-top:128px
  }

  .pc\:mt-36{
    margin-top:144px
  }

  .pc\:mt-40{
    margin-top:160px
  }

  .pc\:mt-44{
    margin-top:176px
  }

  .pc\:mt-48{
    margin-top:192px
  }

  .pc\:mt-52{
    margin-top:208px
  }

  .pc\:mt-56{
    margin-top:224px
  }

  .pc\:mt-60{
    margin-top:240px
  }

  .pc\:mt-64{
    margin-top:256px
  }

  .pc\:mt-72{
    margin-top:288px
  }

  .pc\:mt-80{
    margin-top:320px
  }

  .pc\:mt-96{
    margin-top:384px
  }

  .pc\:mt-auto{
    margin-top:auto
  }

  .pc\:mt-px{
    margin-top:1px
  }

  .pc\:mt-0\.5{
    margin-top:2px
  }

  .pc\:mt-1\.5{
    margin-top:6px
  }

  .pc\:mt-2\.5{
    margin-top:10px
  }

  .pc\:mt-3\.5{
    margin-top:14px
  }

  .pc\:mt-4\.5{
    margin-top:18px
  }

  .pc\:mt-7\.5{
    margin-top:30px
  }

  .pc\:-mt-0{
    margin-top:0px
  }

  .pc\:-mt-1{
    margin-top:-4px
  }

  .pc\:-mt-2{
    margin-top:-8px
  }

  .pc\:-mt-3{
    margin-top:-12px
  }

  .pc\:-mt-4{
    margin-top:-16px
  }

  .pc\:-mt-5{
    margin-top:-20px
  }

  .pc\:-mt-6{
    margin-top:-24px
  }

  .pc\:-mt-7{
    margin-top:-28px
  }

  .pc\:-mt-8{
    margin-top:-32px
  }

  .pc\:-mt-9{
    margin-top:-36px
  }

  .pc\:-mt-10{
    margin-top:-40px
  }

  .pc\:-mt-11{
    margin-top:-44px
  }

  .pc\:-mt-12{
    margin-top:-48px
  }

  .pc\:-mt-13{
    margin-top:-50px
  }

  .pc\:-mt-14{
    margin-top:-56px
  }

  .pc\:-mt-15{
    margin-top:-60px
  }

  .pc\:-mt-16{
    margin-top:-64px
  }

  .pc\:-mt-20{
    margin-top:-80px
  }

  .pc\:-mt-24{
    margin-top:-96px
  }

  .pc\:-mt-28{
    margin-top:-112px
  }

  .pc\:-mt-32{
    margin-top:-128px
  }

  .pc\:-mt-36{
    margin-top:-144px
  }

  .pc\:-mt-40{
    margin-top:-160px
  }

  .pc\:-mt-44{
    margin-top:-176px
  }

  .pc\:-mt-48{
    margin-top:-192px
  }

  .pc\:-mt-52{
    margin-top:-208px
  }

  .pc\:-mt-56{
    margin-top:-224px
  }

  .pc\:-mt-60{
    margin-top:-240px
  }

  .pc\:-mt-64{
    margin-top:-256px
  }

  .pc\:-mt-72{
    margin-top:-288px
  }

  .pc\:-mt-80{
    margin-top:-320px
  }

  .pc\:-mt-96{
    margin-top:-384px
  }

  .pc\:-mt-px{
    margin-top:-1px
  }

  .pc\:-mt-0\.5{
    margin-top:-2px
  }

  .pc\:-mt-1\.5{
    margin-top:-6px
  }

  .pc\:-mt-2\.5{
    margin-top:-10px
  }

  .pc\:-mt-3\.5{
    margin-top:-14px
  }

  .pc\:-mt-4\.5{
    margin-top:-18px
  }

  .pc\:-mt-7\.5{
    margin-top:-30px
  }

  .pc\:mr-0{
    margin-right:0px
  }

  .pc\:mr-1{
    margin-right:4px
  }

  .pc\:mr-2{
    margin-right:8px
  }

  .pc\:mr-3{
    margin-right:12px
  }

  .pc\:mr-4{
    margin-right:16px
  }

  .pc\:mr-5{
    margin-right:20px
  }

  .pc\:mr-6{
    margin-right:24px
  }

  .pc\:mr-7{
    margin-right:28px
  }

  .pc\:mr-8{
    margin-right:32px
  }

  .pc\:mr-9{
    margin-right:36px
  }

  .pc\:mr-10{
    margin-right:40px
  }

  .pc\:mr-11{
    margin-right:44px
  }

  .pc\:mr-12{
    margin-right:48px
  }

  .pc\:mr-13{
    margin-right:50px
  }

  .pc\:mr-14{
    margin-right:56px
  }

  .pc\:mr-15{
    margin-right:60px
  }

  .pc\:mr-16{
    margin-right:64px
  }

  .pc\:mr-20{
    margin-right:80px
  }

  .pc\:mr-24{
    margin-right:96px
  }

  .pc\:mr-28{
    margin-right:112px
  }

  .pc\:mr-32{
    margin-right:128px
  }

  .pc\:mr-36{
    margin-right:144px
  }

  .pc\:mr-40{
    margin-right:160px
  }

  .pc\:mr-44{
    margin-right:176px
  }

  .pc\:mr-48{
    margin-right:192px
  }

  .pc\:mr-52{
    margin-right:208px
  }

  .pc\:mr-56{
    margin-right:224px
  }

  .pc\:mr-60{
    margin-right:240px
  }

  .pc\:mr-64{
    margin-right:256px
  }

  .pc\:mr-72{
    margin-right:288px
  }

  .pc\:mr-80{
    margin-right:320px
  }

  .pc\:mr-96{
    margin-right:384px
  }

  .pc\:mr-auto{
    margin-right:auto
  }

  .pc\:mr-px{
    margin-right:1px
  }

  .pc\:mr-0\.5{
    margin-right:2px
  }

  .pc\:mr-1\.5{
    margin-right:6px
  }

  .pc\:mr-2\.5{
    margin-right:10px
  }

  .pc\:mr-3\.5{
    margin-right:14px
  }

  .pc\:mr-4\.5{
    margin-right:18px
  }

  .pc\:mr-7\.5{
    margin-right:30px
  }

  .pc\:-mr-0{
    margin-right:0px
  }

  .pc\:-mr-1{
    margin-right:-4px
  }

  .pc\:-mr-2{
    margin-right:-8px
  }

  .pc\:-mr-3{
    margin-right:-12px
  }

  .pc\:-mr-4{
    margin-right:-16px
  }

  .pc\:-mr-5{
    margin-right:-20px
  }

  .pc\:-mr-6{
    margin-right:-24px
  }

  .pc\:-mr-7{
    margin-right:-28px
  }

  .pc\:-mr-8{
    margin-right:-32px
  }

  .pc\:-mr-9{
    margin-right:-36px
  }

  .pc\:-mr-10{
    margin-right:-40px
  }

  .pc\:-mr-11{
    margin-right:-44px
  }

  .pc\:-mr-12{
    margin-right:-48px
  }

  .pc\:-mr-13{
    margin-right:-50px
  }

  .pc\:-mr-14{
    margin-right:-56px
  }

  .pc\:-mr-15{
    margin-right:-60px
  }

  .pc\:-mr-16{
    margin-right:-64px
  }

  .pc\:-mr-20{
    margin-right:-80px
  }

  .pc\:-mr-24{
    margin-right:-96px
  }

  .pc\:-mr-28{
    margin-right:-112px
  }

  .pc\:-mr-32{
    margin-right:-128px
  }

  .pc\:-mr-36{
    margin-right:-144px
  }

  .pc\:-mr-40{
    margin-right:-160px
  }

  .pc\:-mr-44{
    margin-right:-176px
  }

  .pc\:-mr-48{
    margin-right:-192px
  }

  .pc\:-mr-52{
    margin-right:-208px
  }

  .pc\:-mr-56{
    margin-right:-224px
  }

  .pc\:-mr-60{
    margin-right:-240px
  }

  .pc\:-mr-64{
    margin-right:-256px
  }

  .pc\:-mr-72{
    margin-right:-288px
  }

  .pc\:-mr-80{
    margin-right:-320px
  }

  .pc\:-mr-96{
    margin-right:-384px
  }

  .pc\:-mr-px{
    margin-right:-1px
  }

  .pc\:-mr-0\.5{
    margin-right:-2px
  }

  .pc\:-mr-1\.5{
    margin-right:-6px
  }

  .pc\:-mr-2\.5{
    margin-right:-10px
  }

  .pc\:-mr-3\.5{
    margin-right:-14px
  }

  .pc\:-mr-4\.5{
    margin-right:-18px
  }

  .pc\:-mr-7\.5{
    margin-right:-30px
  }

  .pc\:mb-0{
    margin-bottom:0px
  }

  .pc\:mb-1{
    margin-bottom:4px
  }

  .pc\:mb-2{
    margin-bottom:8px
  }

  .pc\:mb-3{
    margin-bottom:12px
  }

  .pc\:mb-4{
    margin-bottom:16px
  }

  .pc\:mb-5{
    margin-bottom:20px
  }

  .pc\:mb-6{
    margin-bottom:24px
  }

  .pc\:mb-7{
    margin-bottom:28px
  }

  .pc\:mb-8{
    margin-bottom:32px
  }

  .pc\:mb-9{
    margin-bottom:36px
  }

  .pc\:mb-10{
    margin-bottom:40px
  }

  .pc\:mb-11{
    margin-bottom:44px
  }

  .pc\:mb-12{
    margin-bottom:48px
  }

  .pc\:mb-13{
    margin-bottom:50px
  }

  .pc\:mb-14{
    margin-bottom:56px
  }

  .pc\:mb-15{
    margin-bottom:60px
  }

  .pc\:mb-16{
    margin-bottom:64px
  }

  .pc\:mb-20{
    margin-bottom:80px
  }

  .pc\:mb-24{
    margin-bottom:96px
  }

  .pc\:mb-28{
    margin-bottom:112px
  }

  .pc\:mb-32{
    margin-bottom:128px
  }

  .pc\:mb-36{
    margin-bottom:144px
  }

  .pc\:mb-40{
    margin-bottom:160px
  }

  .pc\:mb-44{
    margin-bottom:176px
  }

  .pc\:mb-48{
    margin-bottom:192px
  }

  .pc\:mb-52{
    margin-bottom:208px
  }

  .pc\:mb-56{
    margin-bottom:224px
  }

  .pc\:mb-60{
    margin-bottom:240px
  }

  .pc\:mb-64{
    margin-bottom:256px
  }

  .pc\:mb-72{
    margin-bottom:288px
  }

  .pc\:mb-80{
    margin-bottom:320px
  }

  .pc\:mb-96{
    margin-bottom:384px
  }

  .pc\:mb-auto{
    margin-bottom:auto
  }

  .pc\:mb-px{
    margin-bottom:1px
  }

  .pc\:mb-0\.5{
    margin-bottom:2px
  }

  .pc\:mb-1\.5{
    margin-bottom:6px
  }

  .pc\:mb-2\.5{
    margin-bottom:10px
  }

  .pc\:mb-3\.5{
    margin-bottom:14px
  }

  .pc\:mb-4\.5{
    margin-bottom:18px
  }

  .pc\:mb-7\.5{
    margin-bottom:30px
  }

  .pc\:-mb-0{
    margin-bottom:0px
  }

  .pc\:-mb-1{
    margin-bottom:-4px
  }

  .pc\:-mb-2{
    margin-bottom:-8px
  }

  .pc\:-mb-3{
    margin-bottom:-12px
  }

  .pc\:-mb-4{
    margin-bottom:-16px
  }

  .pc\:-mb-5{
    margin-bottom:-20px
  }

  .pc\:-mb-6{
    margin-bottom:-24px
  }

  .pc\:-mb-7{
    margin-bottom:-28px
  }

  .pc\:-mb-8{
    margin-bottom:-32px
  }

  .pc\:-mb-9{
    margin-bottom:-36px
  }

  .pc\:-mb-10{
    margin-bottom:-40px
  }

  .pc\:-mb-11{
    margin-bottom:-44px
  }

  .pc\:-mb-12{
    margin-bottom:-48px
  }

  .pc\:-mb-13{
    margin-bottom:-50px
  }

  .pc\:-mb-14{
    margin-bottom:-56px
  }

  .pc\:-mb-15{
    margin-bottom:-60px
  }

  .pc\:-mb-16{
    margin-bottom:-64px
  }

  .pc\:-mb-20{
    margin-bottom:-80px
  }

  .pc\:-mb-24{
    margin-bottom:-96px
  }

  .pc\:-mb-28{
    margin-bottom:-112px
  }

  .pc\:-mb-32{
    margin-bottom:-128px
  }

  .pc\:-mb-36{
    margin-bottom:-144px
  }

  .pc\:-mb-40{
    margin-bottom:-160px
  }

  .pc\:-mb-44{
    margin-bottom:-176px
  }

  .pc\:-mb-48{
    margin-bottom:-192px
  }

  .pc\:-mb-52{
    margin-bottom:-208px
  }

  .pc\:-mb-56{
    margin-bottom:-224px
  }

  .pc\:-mb-60{
    margin-bottom:-240px
  }

  .pc\:-mb-64{
    margin-bottom:-256px
  }

  .pc\:-mb-72{
    margin-bottom:-288px
  }

  .pc\:-mb-80{
    margin-bottom:-320px
  }

  .pc\:-mb-96{
    margin-bottom:-384px
  }

  .pc\:-mb-px{
    margin-bottom:-1px
  }

  .pc\:-mb-0\.5{
    margin-bottom:-2px
  }

  .pc\:-mb-1\.5{
    margin-bottom:-6px
  }

  .pc\:-mb-2\.5{
    margin-bottom:-10px
  }

  .pc\:-mb-3\.5{
    margin-bottom:-14px
  }

  .pc\:-mb-4\.5{
    margin-bottom:-18px
  }

  .pc\:-mb-7\.5{
    margin-bottom:-30px
  }

  .pc\:ml-0{
    margin-left:0px
  }

  .pc\:ml-1{
    margin-left:4px
  }

  .pc\:ml-2{
    margin-left:8px
  }

  .pc\:ml-3{
    margin-left:12px
  }

  .pc\:ml-4{
    margin-left:16px
  }

  .pc\:ml-5{
    margin-left:20px
  }

  .pc\:ml-6{
    margin-left:24px
  }

  .pc\:ml-7{
    margin-left:28px
  }

  .pc\:ml-8{
    margin-left:32px
  }

  .pc\:ml-9{
    margin-left:36px
  }

  .pc\:ml-10{
    margin-left:40px
  }

  .pc\:ml-11{
    margin-left:44px
  }

  .pc\:ml-12{
    margin-left:48px
  }

  .pc\:ml-13{
    margin-left:50px
  }

  .pc\:ml-14{
    margin-left:56px
  }

  .pc\:ml-15{
    margin-left:60px
  }

  .pc\:ml-16{
    margin-left:64px
  }

  .pc\:ml-20{
    margin-left:80px
  }

  .pc\:ml-24{
    margin-left:96px
  }

  .pc\:ml-28{
    margin-left:112px
  }

  .pc\:ml-32{
    margin-left:128px
  }

  .pc\:ml-36{
    margin-left:144px
  }

  .pc\:ml-40{
    margin-left:160px
  }

  .pc\:ml-44{
    margin-left:176px
  }

  .pc\:ml-48{
    margin-left:192px
  }

  .pc\:ml-52{
    margin-left:208px
  }

  .pc\:ml-56{
    margin-left:224px
  }

  .pc\:ml-60{
    margin-left:240px
  }

  .pc\:ml-64{
    margin-left:256px
  }

  .pc\:ml-72{
    margin-left:288px
  }

  .pc\:ml-80{
    margin-left:320px
  }

  .pc\:ml-96{
    margin-left:384px
  }

  .pc\:ml-auto{
    margin-left:auto
  }

  .pc\:ml-px{
    margin-left:1px
  }

  .pc\:ml-0\.5{
    margin-left:2px
  }

  .pc\:ml-1\.5{
    margin-left:6px
  }

  .pc\:ml-2\.5{
    margin-left:10px
  }

  .pc\:ml-3\.5{
    margin-left:14px
  }

  .pc\:ml-4\.5{
    margin-left:18px
  }

  .pc\:ml-7\.5{
    margin-left:30px
  }

  .pc\:-ml-0{
    margin-left:0px
  }

  .pc\:-ml-1{
    margin-left:-4px
  }

  .pc\:-ml-2{
    margin-left:-8px
  }

  .pc\:-ml-3{
    margin-left:-12px
  }

  .pc\:-ml-4{
    margin-left:-16px
  }

  .pc\:-ml-5{
    margin-left:-20px
  }

  .pc\:-ml-6{
    margin-left:-24px
  }

  .pc\:-ml-7{
    margin-left:-28px
  }

  .pc\:-ml-8{
    margin-left:-32px
  }

  .pc\:-ml-9{
    margin-left:-36px
  }

  .pc\:-ml-10{
    margin-left:-40px
  }

  .pc\:-ml-11{
    margin-left:-44px
  }

  .pc\:-ml-12{
    margin-left:-48px
  }

  .pc\:-ml-13{
    margin-left:-50px
  }

  .pc\:-ml-14{
    margin-left:-56px
  }

  .pc\:-ml-15{
    margin-left:-60px
  }

  .pc\:-ml-16{
    margin-left:-64px
  }

  .pc\:-ml-20{
    margin-left:-80px
  }

  .pc\:-ml-24{
    margin-left:-96px
  }

  .pc\:-ml-28{
    margin-left:-112px
  }

  .pc\:-ml-32{
    margin-left:-128px
  }

  .pc\:-ml-36{
    margin-left:-144px
  }

  .pc\:-ml-40{
    margin-left:-160px
  }

  .pc\:-ml-44{
    margin-left:-176px
  }

  .pc\:-ml-48{
    margin-left:-192px
  }

  .pc\:-ml-52{
    margin-left:-208px
  }

  .pc\:-ml-56{
    margin-left:-224px
  }

  .pc\:-ml-60{
    margin-left:-240px
  }

  .pc\:-ml-64{
    margin-left:-256px
  }

  .pc\:-ml-72{
    margin-left:-288px
  }

  .pc\:-ml-80{
    margin-left:-320px
  }

  .pc\:-ml-96{
    margin-left:-384px
  }

  .pc\:-ml-px{
    margin-left:-1px
  }

  .pc\:-ml-0\.5{
    margin-left:-2px
  }

  .pc\:-ml-1\.5{
    margin-left:-6px
  }

  .pc\:-ml-2\.5{
    margin-left:-10px
  }

  .pc\:-ml-3\.5{
    margin-left:-14px
  }

  .pc\:-ml-4\.5{
    margin-left:-18px
  }

  .pc\:-ml-7\.5{
    margin-left:-30px
  }

  .pc\:box-border{
    -webkit-box-sizing:border-box;
            box-sizing:border-box
  }

  .pc\:box-content{
    -webkit-box-sizing:content-box;
            box-sizing:content-box
  }

  .pc\:block{
    display:block
  }

  .pc\:inline-block{
    display:inline-block
  }

  .pc\:inline{
    display:inline
  }

  .pc\:flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
  }

  .pc\:inline-flex{
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex
  }

  .pc\:table{
    display:table
  }

  .pc\:inline-table{
    display:inline-table
  }

  .pc\:table-caption{
    display:table-caption
  }

  .pc\:table-cell{
    display:table-cell
  }

  .pc\:table-column{
    display:table-column
  }

  .pc\:table-column-group{
    display:table-column-group
  }

  .pc\:table-footer-group{
    display:table-footer-group
  }

  .pc\:table-header-group{
    display:table-header-group
  }

  .pc\:table-row-group{
    display:table-row-group
  }

  .pc\:table-row{
    display:table-row
  }

  .pc\:flow-root{
    display:flow-root
  }

  .pc\:grid{
    display:grid
  }

  .pc\:inline-grid{
    display:inline-grid
  }

  .pc\:contents{
    display:contents
  }

  .pc\:list-item{
    display:list-item
  }

  .pc\:hidden{
    display:none
  }

  .pc\:h-0{
    height:0px
  }

  .pc\:h-1{
    height:4px
  }

  .pc\:h-2{
    height:8px
  }

  .pc\:h-3{
    height:12px
  }

  .pc\:h-4{
    height:16px
  }

  .pc\:h-5{
    height:20px
  }

  .pc\:h-6{
    height:24px
  }

  .pc\:h-7{
    height:28px
  }

  .pc\:h-8{
    height:32px
  }

  .pc\:h-9{
    height:36px
  }

  .pc\:h-10{
    height:40px
  }

  .pc\:h-11{
    height:44px
  }

  .pc\:h-12{
    height:48px
  }

  .pc\:h-13{
    height:50px
  }

  .pc\:h-14{
    height:56px
  }

  .pc\:h-15{
    height:60px
  }

  .pc\:h-16{
    height:64px
  }

  .pc\:h-20{
    height:80px
  }

  .pc\:h-24{
    height:96px
  }

  .pc\:h-28{
    height:112px
  }

  .pc\:h-32{
    height:128px
  }

  .pc\:h-36{
    height:144px
  }

  .pc\:h-40{
    height:160px
  }

  .pc\:h-44{
    height:176px
  }

  .pc\:h-48{
    height:192px
  }

  .pc\:h-52{
    height:208px
  }

  .pc\:h-56{
    height:224px
  }

  .pc\:h-60{
    height:240px
  }

  .pc\:h-64{
    height:256px
  }

  .pc\:h-72{
    height:288px
  }

  .pc\:h-80{
    height:320px
  }

  .pc\:h-96{
    height:384px
  }

  .pc\:h-auto{
    height:auto
  }

  .pc\:h-px{
    height:1px
  }

  .pc\:h-0\.5{
    height:2px
  }

  .pc\:h-1\.5{
    height:6px
  }

  .pc\:h-2\.5{
    height:10px
  }

  .pc\:h-3\.5{
    height:14px
  }

  .pc\:h-4\.5{
    height:18px
  }

  .pc\:h-7\.5{
    height:30px
  }

  .pc\:h-1\/2{
    height:50%
  }

  .pc\:h-1\/3{
    height:33.333333%
  }

  .pc\:h-2\/3{
    height:66.666667%
  }

  .pc\:h-1\/4{
    height:25%
  }

  .pc\:h-2\/4{
    height:50%
  }

  .pc\:h-3\/4{
    height:75%
  }

  .pc\:h-1\/5{
    height:20%
  }

  .pc\:h-2\/5{
    height:40%
  }

  .pc\:h-3\/5{
    height:60%
  }

  .pc\:h-4\/5{
    height:80%
  }

  .pc\:h-1\/6{
    height:16.666667%
  }

  .pc\:h-2\/6{
    height:33.333333%
  }

  .pc\:h-3\/6{
    height:50%
  }

  .pc\:h-4\/6{
    height:66.666667%
  }

  .pc\:h-5\/6{
    height:83.333333%
  }

  .pc\:h-full{
    height:100%
  }

  .pc\:h-screen{
    height:100vh
  }

  .pc\:max-h-0{
    max-height:0px
  }

  .pc\:max-h-1{
    max-height:4px
  }

  .pc\:max-h-2{
    max-height:8px
  }

  .pc\:max-h-3{
    max-height:12px
  }

  .pc\:max-h-4{
    max-height:16px
  }

  .pc\:max-h-5{
    max-height:20px
  }

  .pc\:max-h-6{
    max-height:24px
  }

  .pc\:max-h-7{
    max-height:28px
  }

  .pc\:max-h-8{
    max-height:32px
  }

  .pc\:max-h-9{
    max-height:36px
  }

  .pc\:max-h-10{
    max-height:40px
  }

  .pc\:max-h-11{
    max-height:44px
  }

  .pc\:max-h-12{
    max-height:48px
  }

  .pc\:max-h-13{
    max-height:50px
  }

  .pc\:max-h-14{
    max-height:56px
  }

  .pc\:max-h-15{
    max-height:60px
  }

  .pc\:max-h-16{
    max-height:64px
  }

  .pc\:max-h-20{
    max-height:80px
  }

  .pc\:max-h-24{
    max-height:96px
  }

  .pc\:max-h-28{
    max-height:112px
  }

  .pc\:max-h-32{
    max-height:128px
  }

  .pc\:max-h-36{
    max-height:144px
  }

  .pc\:max-h-40{
    max-height:160px
  }

  .pc\:max-h-44{
    max-height:176px
  }

  .pc\:max-h-48{
    max-height:192px
  }

  .pc\:max-h-52{
    max-height:208px
  }

  .pc\:max-h-56{
    max-height:224px
  }

  .pc\:max-h-60{
    max-height:240px
  }

  .pc\:max-h-64{
    max-height:256px
  }

  .pc\:max-h-72{
    max-height:288px
  }

  .pc\:max-h-80{
    max-height:320px
  }

  .pc\:max-h-96{
    max-height:384px
  }

  .pc\:max-h-px{
    max-height:1px
  }

  .pc\:max-h-0\.5{
    max-height:2px
  }

  .pc\:max-h-1\.5{
    max-height:6px
  }

  .pc\:max-h-2\.5{
    max-height:10px
  }

  .pc\:max-h-3\.5{
    max-height:14px
  }

  .pc\:max-h-4\.5{
    max-height:18px
  }

  .pc\:max-h-7\.5{
    max-height:30px
  }

  .pc\:max-h-full{
    max-height:100%
  }

  .pc\:max-h-screen{
    max-height:100vh
  }

  .pc\:max-h-none{
    max-height:none
  }

  .pc\:min-h-0{
    min-height:0px
  }

  .pc\:min-h-full{
    min-height:100%
  }

  .pc\:min-h-screen{
    min-height:100vh
  }

  .pc\:w-0{
    width:0px
  }

  .pc\:w-1{
    width:4px
  }

  .pc\:w-2{
    width:8px
  }

  .pc\:w-3{
    width:12px
  }

  .pc\:w-4{
    width:16px
  }

  .pc\:w-5{
    width:20px
  }

  .pc\:w-6{
    width:24px
  }

  .pc\:w-7{
    width:28px
  }

  .pc\:w-8{
    width:32px
  }

  .pc\:w-9{
    width:36px
  }

  .pc\:w-10{
    width:40px
  }

  .pc\:w-11{
    width:44px
  }

  .pc\:w-12{
    width:48px
  }

  .pc\:w-13{
    width:50px
  }

  .pc\:w-14{
    width:56px
  }

  .pc\:w-15{
    width:60px
  }

  .pc\:w-16{
    width:64px
  }

  .pc\:w-20{
    width:80px
  }

  .pc\:w-24{
    width:96px
  }

  .pc\:w-28{
    width:112px
  }

  .pc\:w-32{
    width:128px
  }

  .pc\:w-36{
    width:144px
  }

  .pc\:w-40{
    width:160px
  }

  .pc\:w-44{
    width:176px
  }

  .pc\:w-48{
    width:192px
  }

  .pc\:w-52{
    width:208px
  }

  .pc\:w-56{
    width:224px
  }

  .pc\:w-60{
    width:240px
  }

  .pc\:w-64{
    width:256px
  }

  .pc\:w-72{
    width:288px
  }

  .pc\:w-80{
    width:320px
  }

  .pc\:w-96{
    width:384px
  }

  .pc\:w-140{
    width:140px
  }

  .pc\:w-auto{
    width:auto
  }

  .pc\:w-px{
    width:1px
  }

  .pc\:w-0\.5{
    width:2px
  }

  .pc\:w-1\.5{
    width:6px
  }

  .pc\:w-2\.5{
    width:10px
  }

  .pc\:w-3\.5{
    width:14px
  }

  .pc\:w-4\.5{
    width:18px
  }

  .pc\:w-7\.5{
    width:30px
  }

  .pc\:w-1\/2{
    width:50%
  }

  .pc\:w-1\/3{
    width:33.333333%
  }

  .pc\:w-2\/3{
    width:66.666667%
  }

  .pc\:w-1\/4{
    width:25%
  }

  .pc\:w-2\/4{
    width:50%
  }

  .pc\:w-3\/4{
    width:75%
  }

  .pc\:w-1\/5{
    width:20%
  }

  .pc\:w-2\/5{
    width:40%
  }

  .pc\:w-3\/5{
    width:60%
  }

  .pc\:w-4\/5{
    width:80%
  }

  .pc\:w-1\/6{
    width:16.666667%
  }

  .pc\:w-2\/6{
    width:33.333333%
  }

  .pc\:w-3\/6{
    width:50%
  }

  .pc\:w-4\/6{
    width:66.666667%
  }

  .pc\:w-5\/6{
    width:83.333333%
  }

  .pc\:w-1\/12{
    width:8.333333%
  }

  .pc\:w-2\/12{
    width:16.666667%
  }

  .pc\:w-3\/12{
    width:25%
  }

  .pc\:w-4\/12{
    width:33.333333%
  }

  .pc\:w-5\/12{
    width:41.666667%
  }

  .pc\:w-6\/12{
    width:50%
  }

  .pc\:w-7\/12{
    width:58.333333%
  }

  .pc\:w-8\/12{
    width:66.666667%
  }

  .pc\:w-9\/12{
    width:75%
  }

  .pc\:w-10\/12{
    width:83.333333%
  }

  .pc\:w-11\/12{
    width:91.666667%
  }

  .pc\:w-full{
    width:100%
  }

  .pc\:w-screen{
    width:100vw
  }

  .pc\:w-min{
    width:-webkit-min-content;
    width:-moz-min-content;
    width:min-content
  }

  .pc\:w-max{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content
  }

  .pc\:min-w-0{
    min-width:0px
  }

  .pc\:min-w-full{
    min-width:100%
  }

  .pc\:min-w-min{
    min-width:-webkit-min-content;
    min-width:-moz-min-content;
    min-width:min-content
  }

  .pc\:min-w-max{
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
    min-width:max-content
  }

  .pc\:max-w-0{
    max-width:0rem
  }

  .pc\:max-w-none{
    max-width:none
  }

  .pc\:max-w-xs{
    max-width:20rem
  }

  .pc\:max-w-sm{
    max-width:24rem
  }

  .pc\:max-w-md{
    max-width:28rem
  }

  .pc\:max-w-lg{
    max-width:32rem
  }

  .pc\:max-w-xl{
    max-width:36rem
  }

  .pc\:max-w-2xl{
    max-width:42rem
  }

  .pc\:max-w-3xl{
    max-width:48rem
  }

  .pc\:max-w-4xl{
    max-width:56rem
  }

  .pc\:max-w-5xl{
    max-width:64rem
  }

  .pc\:max-w-6xl{
    max-width:72rem
  }

  .pc\:max-w-7xl{
    max-width:80rem
  }

  .pc\:max-w-full{
    max-width:100%
  }

  .pc\:max-w-min{
    max-width:-webkit-min-content;
    max-width:-moz-min-content;
    max-width:min-content
  }

  .pc\:max-w-max{
    max-width:-webkit-max-content;
    max-width:-moz-max-content;
    max-width:max-content
  }

  .pc\:max-w-prose{
    max-width:65ch
  }

  .pc\:max-w-screen-sm{
    max-width:640px
  }

  .pc\:max-w-screen-tab{
    max-width:768px
  }

  .pc\:max-w-screen-pc{
    max-width:1025px
  }

  .pc\:max-w-tab{
    max-width:834px
  }

  .pc\:flex-1{
    -webkit-box-flex:1;
    -webkit-flex:1 1 0%;
        -ms-flex:1 1 0%;
            flex:1 1 0%
  }

  .pc\:flex-auto{
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
        -ms-flex:1 1 auto;
            flex:1 1 auto
  }

  .pc\:flex-initial{
    -webkit-box-flex:0;
    -webkit-flex:0 1 auto;
        -ms-flex:0 1 auto;
            flex:0 1 auto
  }

  .pc\:flex-none{
    -webkit-box-flex:0;
    -webkit-flex:none;
        -ms-flex:none;
            flex:none
  }

  .pc\:flex-shrink-0{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0
  }

  .pc\:flex-shrink{
    -webkit-flex-shrink:1;
        -ms-flex-negative:1;
            flex-shrink:1
  }

  .pc\:flex-grow-0{
    -webkit-box-flex:0;
    -webkit-flex-grow:0;
        -ms-flex-positive:0;
            flex-grow:0
  }

  .pc\:flex-grow{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1
  }

  .pc\:table-auto{
    table-layout:auto
  }

  .pc\:table-fixed{
    table-layout:fixed
  }

  .pc\:border-collapse{
    border-collapse:collapse
  }

  .pc\:border-separate{
    border-collapse:separate
  }

  .pc\:origin-center{
    -webkit-transform-origin:center;
        -ms-transform-origin:center;
            transform-origin:center
  }

  .pc\:origin-top{
    -webkit-transform-origin:top;
        -ms-transform-origin:top;
            transform-origin:top
  }

  .pc\:origin-top-right{
    -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
            transform-origin:top right
  }

  .pc\:origin-right{
    -webkit-transform-origin:right;
        -ms-transform-origin:right;
            transform-origin:right
  }

  .pc\:origin-bottom-right{
    -webkit-transform-origin:bottom right;
        -ms-transform-origin:bottom right;
            transform-origin:bottom right
  }

  .pc\:origin-bottom{
    -webkit-transform-origin:bottom;
        -ms-transform-origin:bottom;
            transform-origin:bottom
  }

  .pc\:origin-bottom-left{
    -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
            transform-origin:bottom left
  }

  .pc\:origin-left{
    -webkit-transform-origin:left;
        -ms-transform-origin:left;
            transform-origin:left
  }

  .pc\:origin-top-left{
    -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
            transform-origin:top left
  }

  .pc\:transform{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .pc\:transform-gpu{
    --tw-translate-x:0;
    --tw-translate-y:0;
    --tw-rotate:0;
    --tw-skew-x:0;
    --tw-skew-y:0;
    --tw-scale-x:1;
    --tw-scale-y:1;
    -webkit-transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .pc\:transform-none{
    -webkit-transform:none;
        -ms-transform:none;
            transform:none
  }

  .pc\:translate-x-0{
    --tw-translate-x:0px
  }

  .pc\:translate-x-1{
    --tw-translate-x:4px
  }

  .pc\:translate-x-2{
    --tw-translate-x:8px
  }

  .pc\:translate-x-3{
    --tw-translate-x:12px
  }

  .pc\:translate-x-4{
    --tw-translate-x:16px
  }

  .pc\:translate-x-5{
    --tw-translate-x:20px
  }

  .pc\:translate-x-6{
    --tw-translate-x:24px
  }

  .pc\:translate-x-7{
    --tw-translate-x:28px
  }

  .pc\:translate-x-8{
    --tw-translate-x:32px
  }

  .pc\:translate-x-9{
    --tw-translate-x:36px
  }

  .pc\:translate-x-10{
    --tw-translate-x:40px
  }

  .pc\:translate-x-11{
    --tw-translate-x:44px
  }

  .pc\:translate-x-12{
    --tw-translate-x:48px
  }

  .pc\:translate-x-13{
    --tw-translate-x:50px
  }

  .pc\:translate-x-14{
    --tw-translate-x:56px
  }

  .pc\:translate-x-15{
    --tw-translate-x:60px
  }

  .pc\:translate-x-16{
    --tw-translate-x:64px
  }

  .pc\:translate-x-20{
    --tw-translate-x:80px
  }

  .pc\:translate-x-24{
    --tw-translate-x:96px
  }

  .pc\:translate-x-28{
    --tw-translate-x:112px
  }

  .pc\:translate-x-32{
    --tw-translate-x:128px
  }

  .pc\:translate-x-36{
    --tw-translate-x:144px
  }

  .pc\:translate-x-40{
    --tw-translate-x:160px
  }

  .pc\:translate-x-44{
    --tw-translate-x:176px
  }

  .pc\:translate-x-48{
    --tw-translate-x:192px
  }

  .pc\:translate-x-52{
    --tw-translate-x:208px
  }

  .pc\:translate-x-56{
    --tw-translate-x:224px
  }

  .pc\:translate-x-60{
    --tw-translate-x:240px
  }

  .pc\:translate-x-64{
    --tw-translate-x:256px
  }

  .pc\:translate-x-72{
    --tw-translate-x:288px
  }

  .pc\:translate-x-80{
    --tw-translate-x:320px
  }

  .pc\:translate-x-96{
    --tw-translate-x:384px
  }

  .pc\:translate-x-px{
    --tw-translate-x:1px
  }

  .pc\:translate-x-0\.5{
    --tw-translate-x:2px
  }

  .pc\:translate-x-1\.5{
    --tw-translate-x:6px
  }

  .pc\:translate-x-2\.5{
    --tw-translate-x:10px
  }

  .pc\:translate-x-3\.5{
    --tw-translate-x:14px
  }

  .pc\:translate-x-4\.5{
    --tw-translate-x:18px
  }

  .pc\:translate-x-7\.5{
    --tw-translate-x:30px
  }

  .pc\:-translate-x-0{
    --tw-translate-x:0px
  }

  .pc\:-translate-x-1{
    --tw-translate-x:-4px
  }

  .pc\:-translate-x-2{
    --tw-translate-x:-8px
  }

  .pc\:-translate-x-3{
    --tw-translate-x:-12px
  }

  .pc\:-translate-x-4{
    --tw-translate-x:-16px
  }

  .pc\:-translate-x-5{
    --tw-translate-x:-20px
  }

  .pc\:-translate-x-6{
    --tw-translate-x:-24px
  }

  .pc\:-translate-x-7{
    --tw-translate-x:-28px
  }

  .pc\:-translate-x-8{
    --tw-translate-x:-32px
  }

  .pc\:-translate-x-9{
    --tw-translate-x:-36px
  }

  .pc\:-translate-x-10{
    --tw-translate-x:-40px
  }

  .pc\:-translate-x-11{
    --tw-translate-x:-44px
  }

  .pc\:-translate-x-12{
    --tw-translate-x:-48px
  }

  .pc\:-translate-x-13{
    --tw-translate-x:-50px
  }

  .pc\:-translate-x-14{
    --tw-translate-x:-56px
  }

  .pc\:-translate-x-15{
    --tw-translate-x:-60px
  }

  .pc\:-translate-x-16{
    --tw-translate-x:-64px
  }

  .pc\:-translate-x-20{
    --tw-translate-x:-80px
  }

  .pc\:-translate-x-24{
    --tw-translate-x:-96px
  }

  .pc\:-translate-x-28{
    --tw-translate-x:-112px
  }

  .pc\:-translate-x-32{
    --tw-translate-x:-128px
  }

  .pc\:-translate-x-36{
    --tw-translate-x:-144px
  }

  .pc\:-translate-x-40{
    --tw-translate-x:-160px
  }

  .pc\:-translate-x-44{
    --tw-translate-x:-176px
  }

  .pc\:-translate-x-48{
    --tw-translate-x:-192px
  }

  .pc\:-translate-x-52{
    --tw-translate-x:-208px
  }

  .pc\:-translate-x-56{
    --tw-translate-x:-224px
  }

  .pc\:-translate-x-60{
    --tw-translate-x:-240px
  }

  .pc\:-translate-x-64{
    --tw-translate-x:-256px
  }

  .pc\:-translate-x-72{
    --tw-translate-x:-288px
  }

  .pc\:-translate-x-80{
    --tw-translate-x:-320px
  }

  .pc\:-translate-x-96{
    --tw-translate-x:-384px
  }

  .pc\:-translate-x-px{
    --tw-translate-x:-1px
  }

  .pc\:-translate-x-0\.5{
    --tw-translate-x:-2px
  }

  .pc\:-translate-x-1\.5{
    --tw-translate-x:-6px
  }

  .pc\:-translate-x-2\.5{
    --tw-translate-x:-10px
  }

  .pc\:-translate-x-3\.5{
    --tw-translate-x:-14px
  }

  .pc\:-translate-x-4\.5{
    --tw-translate-x:-18px
  }

  .pc\:-translate-x-7\.5{
    --tw-translate-x:-30px
  }

  .pc\:translate-x-1\/2{
    --tw-translate-x:50%
  }

  .pc\:translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .pc\:translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .pc\:translate-x-1\/4{
    --tw-translate-x:25%
  }

  .pc\:translate-x-2\/4{
    --tw-translate-x:50%
  }

  .pc\:translate-x-3\/4{
    --tw-translate-x:75%
  }

  .pc\:translate-x-full{
    --tw-translate-x:100%
  }

  .pc\:-translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .pc\:-translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .pc\:-translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .pc\:-translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .pc\:-translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .pc\:-translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .pc\:-translate-x-full{
    --tw-translate-x:-100%
  }

  .pc\:translate-y-0{
    --tw-translate-y:0px
  }

  .pc\:translate-y-1{
    --tw-translate-y:4px
  }

  .pc\:translate-y-2{
    --tw-translate-y:8px
  }

  .pc\:translate-y-3{
    --tw-translate-y:12px
  }

  .pc\:translate-y-4{
    --tw-translate-y:16px
  }

  .pc\:translate-y-5{
    --tw-translate-y:20px
  }

  .pc\:translate-y-6{
    --tw-translate-y:24px
  }

  .pc\:translate-y-7{
    --tw-translate-y:28px
  }

  .pc\:translate-y-8{
    --tw-translate-y:32px
  }

  .pc\:translate-y-9{
    --tw-translate-y:36px
  }

  .pc\:translate-y-10{
    --tw-translate-y:40px
  }

  .pc\:translate-y-11{
    --tw-translate-y:44px
  }

  .pc\:translate-y-12{
    --tw-translate-y:48px
  }

  .pc\:translate-y-13{
    --tw-translate-y:50px
  }

  .pc\:translate-y-14{
    --tw-translate-y:56px
  }

  .pc\:translate-y-15{
    --tw-translate-y:60px
  }

  .pc\:translate-y-16{
    --tw-translate-y:64px
  }

  .pc\:translate-y-20{
    --tw-translate-y:80px
  }

  .pc\:translate-y-24{
    --tw-translate-y:96px
  }

  .pc\:translate-y-28{
    --tw-translate-y:112px
  }

  .pc\:translate-y-32{
    --tw-translate-y:128px
  }

  .pc\:translate-y-36{
    --tw-translate-y:144px
  }

  .pc\:translate-y-40{
    --tw-translate-y:160px
  }

  .pc\:translate-y-44{
    --tw-translate-y:176px
  }

  .pc\:translate-y-48{
    --tw-translate-y:192px
  }

  .pc\:translate-y-52{
    --tw-translate-y:208px
  }

  .pc\:translate-y-56{
    --tw-translate-y:224px
  }

  .pc\:translate-y-60{
    --tw-translate-y:240px
  }

  .pc\:translate-y-64{
    --tw-translate-y:256px
  }

  .pc\:translate-y-72{
    --tw-translate-y:288px
  }

  .pc\:translate-y-80{
    --tw-translate-y:320px
  }

  .pc\:translate-y-96{
    --tw-translate-y:384px
  }

  .pc\:translate-y-px{
    --tw-translate-y:1px
  }

  .pc\:translate-y-0\.5{
    --tw-translate-y:2px
  }

  .pc\:translate-y-1\.5{
    --tw-translate-y:6px
  }

  .pc\:translate-y-2\.5{
    --tw-translate-y:10px
  }

  .pc\:translate-y-3\.5{
    --tw-translate-y:14px
  }

  .pc\:translate-y-4\.5{
    --tw-translate-y:18px
  }

  .pc\:translate-y-7\.5{
    --tw-translate-y:30px
  }

  .pc\:-translate-y-0{
    --tw-translate-y:0px
  }

  .pc\:-translate-y-1{
    --tw-translate-y:-4px
  }

  .pc\:-translate-y-2{
    --tw-translate-y:-8px
  }

  .pc\:-translate-y-3{
    --tw-translate-y:-12px
  }

  .pc\:-translate-y-4{
    --tw-translate-y:-16px
  }

  .pc\:-translate-y-5{
    --tw-translate-y:-20px
  }

  .pc\:-translate-y-6{
    --tw-translate-y:-24px
  }

  .pc\:-translate-y-7{
    --tw-translate-y:-28px
  }

  .pc\:-translate-y-8{
    --tw-translate-y:-32px
  }

  .pc\:-translate-y-9{
    --tw-translate-y:-36px
  }

  .pc\:-translate-y-10{
    --tw-translate-y:-40px
  }

  .pc\:-translate-y-11{
    --tw-translate-y:-44px
  }

  .pc\:-translate-y-12{
    --tw-translate-y:-48px
  }

  .pc\:-translate-y-13{
    --tw-translate-y:-50px
  }

  .pc\:-translate-y-14{
    --tw-translate-y:-56px
  }

  .pc\:-translate-y-15{
    --tw-translate-y:-60px
  }

  .pc\:-translate-y-16{
    --tw-translate-y:-64px
  }

  .pc\:-translate-y-20{
    --tw-translate-y:-80px
  }

  .pc\:-translate-y-24{
    --tw-translate-y:-96px
  }

  .pc\:-translate-y-28{
    --tw-translate-y:-112px
  }

  .pc\:-translate-y-32{
    --tw-translate-y:-128px
  }

  .pc\:-translate-y-36{
    --tw-translate-y:-144px
  }

  .pc\:-translate-y-40{
    --tw-translate-y:-160px
  }

  .pc\:-translate-y-44{
    --tw-translate-y:-176px
  }

  .pc\:-translate-y-48{
    --tw-translate-y:-192px
  }

  .pc\:-translate-y-52{
    --tw-translate-y:-208px
  }

  .pc\:-translate-y-56{
    --tw-translate-y:-224px
  }

  .pc\:-translate-y-60{
    --tw-translate-y:-240px
  }

  .pc\:-translate-y-64{
    --tw-translate-y:-256px
  }

  .pc\:-translate-y-72{
    --tw-translate-y:-288px
  }

  .pc\:-translate-y-80{
    --tw-translate-y:-320px
  }

  .pc\:-translate-y-96{
    --tw-translate-y:-384px
  }

  .pc\:-translate-y-px{
    --tw-translate-y:-1px
  }

  .pc\:-translate-y-0\.5{
    --tw-translate-y:-2px
  }

  .pc\:-translate-y-1\.5{
    --tw-translate-y:-6px
  }

  .pc\:-translate-y-2\.5{
    --tw-translate-y:-10px
  }

  .pc\:-translate-y-3\.5{
    --tw-translate-y:-14px
  }

  .pc\:-translate-y-4\.5{
    --tw-translate-y:-18px
  }

  .pc\:-translate-y-7\.5{
    --tw-translate-y:-30px
  }

  .pc\:translate-y-1\/2{
    --tw-translate-y:50%
  }

  .pc\:translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .pc\:translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .pc\:translate-y-1\/4{
    --tw-translate-y:25%
  }

  .pc\:translate-y-2\/4{
    --tw-translate-y:50%
  }

  .pc\:translate-y-3\/4{
    --tw-translate-y:75%
  }

  .pc\:translate-y-full{
    --tw-translate-y:100%
  }

  .pc\:-translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .pc\:-translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .pc\:-translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .pc\:-translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .pc\:-translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .pc\:-translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .pc\:-translate-y-full{
    --tw-translate-y:-100%
  }

  .pc\:hover\:translate-x-0:hover{
    --tw-translate-x:0px
  }

  .pc\:hover\:translate-x-1:hover{
    --tw-translate-x:4px
  }

  .pc\:hover\:translate-x-2:hover{
    --tw-translate-x:8px
  }

  .pc\:hover\:translate-x-3:hover{
    --tw-translate-x:12px
  }

  .pc\:hover\:translate-x-4:hover{
    --tw-translate-x:16px
  }

  .pc\:hover\:translate-x-5:hover{
    --tw-translate-x:20px
  }

  .pc\:hover\:translate-x-6:hover{
    --tw-translate-x:24px
  }

  .pc\:hover\:translate-x-7:hover{
    --tw-translate-x:28px
  }

  .pc\:hover\:translate-x-8:hover{
    --tw-translate-x:32px
  }

  .pc\:hover\:translate-x-9:hover{
    --tw-translate-x:36px
  }

  .pc\:hover\:translate-x-10:hover{
    --tw-translate-x:40px
  }

  .pc\:hover\:translate-x-11:hover{
    --tw-translate-x:44px
  }

  .pc\:hover\:translate-x-12:hover{
    --tw-translate-x:48px
  }

  .pc\:hover\:translate-x-13:hover{
    --tw-translate-x:50px
  }

  .pc\:hover\:translate-x-14:hover{
    --tw-translate-x:56px
  }

  .pc\:hover\:translate-x-15:hover{
    --tw-translate-x:60px
  }

  .pc\:hover\:translate-x-16:hover{
    --tw-translate-x:64px
  }

  .pc\:hover\:translate-x-20:hover{
    --tw-translate-x:80px
  }

  .pc\:hover\:translate-x-24:hover{
    --tw-translate-x:96px
  }

  .pc\:hover\:translate-x-28:hover{
    --tw-translate-x:112px
  }

  .pc\:hover\:translate-x-32:hover{
    --tw-translate-x:128px
  }

  .pc\:hover\:translate-x-36:hover{
    --tw-translate-x:144px
  }

  .pc\:hover\:translate-x-40:hover{
    --tw-translate-x:160px
  }

  .pc\:hover\:translate-x-44:hover{
    --tw-translate-x:176px
  }

  .pc\:hover\:translate-x-48:hover{
    --tw-translate-x:192px
  }

  .pc\:hover\:translate-x-52:hover{
    --tw-translate-x:208px
  }

  .pc\:hover\:translate-x-56:hover{
    --tw-translate-x:224px
  }

  .pc\:hover\:translate-x-60:hover{
    --tw-translate-x:240px
  }

  .pc\:hover\:translate-x-64:hover{
    --tw-translate-x:256px
  }

  .pc\:hover\:translate-x-72:hover{
    --tw-translate-x:288px
  }

  .pc\:hover\:translate-x-80:hover{
    --tw-translate-x:320px
  }

  .pc\:hover\:translate-x-96:hover{
    --tw-translate-x:384px
  }

  .pc\:hover\:translate-x-px:hover{
    --tw-translate-x:1px
  }

  .pc\:hover\:translate-x-0\.5:hover{
    --tw-translate-x:2px
  }

  .pc\:hover\:translate-x-1\.5:hover{
    --tw-translate-x:6px
  }

  .pc\:hover\:translate-x-2\.5:hover{
    --tw-translate-x:10px
  }

  .pc\:hover\:translate-x-3\.5:hover{
    --tw-translate-x:14px
  }

  .pc\:hover\:translate-x-4\.5:hover{
    --tw-translate-x:18px
  }

  .pc\:hover\:translate-x-7\.5:hover{
    --tw-translate-x:30px
  }

  .pc\:hover\:-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .pc\:hover\:-translate-x-1:hover{
    --tw-translate-x:-4px
  }

  .pc\:hover\:-translate-x-2:hover{
    --tw-translate-x:-8px
  }

  .pc\:hover\:-translate-x-3:hover{
    --tw-translate-x:-12px
  }

  .pc\:hover\:-translate-x-4:hover{
    --tw-translate-x:-16px
  }

  .pc\:hover\:-translate-x-5:hover{
    --tw-translate-x:-20px
  }

  .pc\:hover\:-translate-x-6:hover{
    --tw-translate-x:-24px
  }

  .pc\:hover\:-translate-x-7:hover{
    --tw-translate-x:-28px
  }

  .pc\:hover\:-translate-x-8:hover{
    --tw-translate-x:-32px
  }

  .pc\:hover\:-translate-x-9:hover{
    --tw-translate-x:-36px
  }

  .pc\:hover\:-translate-x-10:hover{
    --tw-translate-x:-40px
  }

  .pc\:hover\:-translate-x-11:hover{
    --tw-translate-x:-44px
  }

  .pc\:hover\:-translate-x-12:hover{
    --tw-translate-x:-48px
  }

  .pc\:hover\:-translate-x-13:hover{
    --tw-translate-x:-50px
  }

  .pc\:hover\:-translate-x-14:hover{
    --tw-translate-x:-56px
  }

  .pc\:hover\:-translate-x-15:hover{
    --tw-translate-x:-60px
  }

  .pc\:hover\:-translate-x-16:hover{
    --tw-translate-x:-64px
  }

  .pc\:hover\:-translate-x-20:hover{
    --tw-translate-x:-80px
  }

  .pc\:hover\:-translate-x-24:hover{
    --tw-translate-x:-96px
  }

  .pc\:hover\:-translate-x-28:hover{
    --tw-translate-x:-112px
  }

  .pc\:hover\:-translate-x-32:hover{
    --tw-translate-x:-128px
  }

  .pc\:hover\:-translate-x-36:hover{
    --tw-translate-x:-144px
  }

  .pc\:hover\:-translate-x-40:hover{
    --tw-translate-x:-160px
  }

  .pc\:hover\:-translate-x-44:hover{
    --tw-translate-x:-176px
  }

  .pc\:hover\:-translate-x-48:hover{
    --tw-translate-x:-192px
  }

  .pc\:hover\:-translate-x-52:hover{
    --tw-translate-x:-208px
  }

  .pc\:hover\:-translate-x-56:hover{
    --tw-translate-x:-224px
  }

  .pc\:hover\:-translate-x-60:hover{
    --tw-translate-x:-240px
  }

  .pc\:hover\:-translate-x-64:hover{
    --tw-translate-x:-256px
  }

  .pc\:hover\:-translate-x-72:hover{
    --tw-translate-x:-288px
  }

  .pc\:hover\:-translate-x-80:hover{
    --tw-translate-x:-320px
  }

  .pc\:hover\:-translate-x-96:hover{
    --tw-translate-x:-384px
  }

  .pc\:hover\:-translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .pc\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x:-2px
  }

  .pc\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x:-6px
  }

  .pc\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x:-10px
  }

  .pc\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x:-14px
  }

  .pc\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x:-18px
  }

  .pc\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x:-30px
  }

  .pc\:hover\:translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .pc\:hover\:translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .pc\:hover\:translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .pc\:hover\:translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .pc\:hover\:translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .pc\:hover\:translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .pc\:hover\:translate-x-full:hover{
    --tw-translate-x:100%
  }

  .pc\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .pc\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .pc\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .pc\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .pc\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .pc\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .pc\:hover\:-translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .pc\:hover\:translate-y-0:hover{
    --tw-translate-y:0px
  }

  .pc\:hover\:translate-y-1:hover{
    --tw-translate-y:4px
  }

  .pc\:hover\:translate-y-2:hover{
    --tw-translate-y:8px
  }

  .pc\:hover\:translate-y-3:hover{
    --tw-translate-y:12px
  }

  .pc\:hover\:translate-y-4:hover{
    --tw-translate-y:16px
  }

  .pc\:hover\:translate-y-5:hover{
    --tw-translate-y:20px
  }

  .pc\:hover\:translate-y-6:hover{
    --tw-translate-y:24px
  }

  .pc\:hover\:translate-y-7:hover{
    --tw-translate-y:28px
  }

  .pc\:hover\:translate-y-8:hover{
    --tw-translate-y:32px
  }

  .pc\:hover\:translate-y-9:hover{
    --tw-translate-y:36px
  }

  .pc\:hover\:translate-y-10:hover{
    --tw-translate-y:40px
  }

  .pc\:hover\:translate-y-11:hover{
    --tw-translate-y:44px
  }

  .pc\:hover\:translate-y-12:hover{
    --tw-translate-y:48px
  }

  .pc\:hover\:translate-y-13:hover{
    --tw-translate-y:50px
  }

  .pc\:hover\:translate-y-14:hover{
    --tw-translate-y:56px
  }

  .pc\:hover\:translate-y-15:hover{
    --tw-translate-y:60px
  }

  .pc\:hover\:translate-y-16:hover{
    --tw-translate-y:64px
  }

  .pc\:hover\:translate-y-20:hover{
    --tw-translate-y:80px
  }

  .pc\:hover\:translate-y-24:hover{
    --tw-translate-y:96px
  }

  .pc\:hover\:translate-y-28:hover{
    --tw-translate-y:112px
  }

  .pc\:hover\:translate-y-32:hover{
    --tw-translate-y:128px
  }

  .pc\:hover\:translate-y-36:hover{
    --tw-translate-y:144px
  }

  .pc\:hover\:translate-y-40:hover{
    --tw-translate-y:160px
  }

  .pc\:hover\:translate-y-44:hover{
    --tw-translate-y:176px
  }

  .pc\:hover\:translate-y-48:hover{
    --tw-translate-y:192px
  }

  .pc\:hover\:translate-y-52:hover{
    --tw-translate-y:208px
  }

  .pc\:hover\:translate-y-56:hover{
    --tw-translate-y:224px
  }

  .pc\:hover\:translate-y-60:hover{
    --tw-translate-y:240px
  }

  .pc\:hover\:translate-y-64:hover{
    --tw-translate-y:256px
  }

  .pc\:hover\:translate-y-72:hover{
    --tw-translate-y:288px
  }

  .pc\:hover\:translate-y-80:hover{
    --tw-translate-y:320px
  }

  .pc\:hover\:translate-y-96:hover{
    --tw-translate-y:384px
  }

  .pc\:hover\:translate-y-px:hover{
    --tw-translate-y:1px
  }

  .pc\:hover\:translate-y-0\.5:hover{
    --tw-translate-y:2px
  }

  .pc\:hover\:translate-y-1\.5:hover{
    --tw-translate-y:6px
  }

  .pc\:hover\:translate-y-2\.5:hover{
    --tw-translate-y:10px
  }

  .pc\:hover\:translate-y-3\.5:hover{
    --tw-translate-y:14px
  }

  .pc\:hover\:translate-y-4\.5:hover{
    --tw-translate-y:18px
  }

  .pc\:hover\:translate-y-7\.5:hover{
    --tw-translate-y:30px
  }

  .pc\:hover\:-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .pc\:hover\:-translate-y-1:hover{
    --tw-translate-y:-4px
  }

  .pc\:hover\:-translate-y-2:hover{
    --tw-translate-y:-8px
  }

  .pc\:hover\:-translate-y-3:hover{
    --tw-translate-y:-12px
  }

  .pc\:hover\:-translate-y-4:hover{
    --tw-translate-y:-16px
  }

  .pc\:hover\:-translate-y-5:hover{
    --tw-translate-y:-20px
  }

  .pc\:hover\:-translate-y-6:hover{
    --tw-translate-y:-24px
  }

  .pc\:hover\:-translate-y-7:hover{
    --tw-translate-y:-28px
  }

  .pc\:hover\:-translate-y-8:hover{
    --tw-translate-y:-32px
  }

  .pc\:hover\:-translate-y-9:hover{
    --tw-translate-y:-36px
  }

  .pc\:hover\:-translate-y-10:hover{
    --tw-translate-y:-40px
  }

  .pc\:hover\:-translate-y-11:hover{
    --tw-translate-y:-44px
  }

  .pc\:hover\:-translate-y-12:hover{
    --tw-translate-y:-48px
  }

  .pc\:hover\:-translate-y-13:hover{
    --tw-translate-y:-50px
  }

  .pc\:hover\:-translate-y-14:hover{
    --tw-translate-y:-56px
  }

  .pc\:hover\:-translate-y-15:hover{
    --tw-translate-y:-60px
  }

  .pc\:hover\:-translate-y-16:hover{
    --tw-translate-y:-64px
  }

  .pc\:hover\:-translate-y-20:hover{
    --tw-translate-y:-80px
  }

  .pc\:hover\:-translate-y-24:hover{
    --tw-translate-y:-96px
  }

  .pc\:hover\:-translate-y-28:hover{
    --tw-translate-y:-112px
  }

  .pc\:hover\:-translate-y-32:hover{
    --tw-translate-y:-128px
  }

  .pc\:hover\:-translate-y-36:hover{
    --tw-translate-y:-144px
  }

  .pc\:hover\:-translate-y-40:hover{
    --tw-translate-y:-160px
  }

  .pc\:hover\:-translate-y-44:hover{
    --tw-translate-y:-176px
  }

  .pc\:hover\:-translate-y-48:hover{
    --tw-translate-y:-192px
  }

  .pc\:hover\:-translate-y-52:hover{
    --tw-translate-y:-208px
  }

  .pc\:hover\:-translate-y-56:hover{
    --tw-translate-y:-224px
  }

  .pc\:hover\:-translate-y-60:hover{
    --tw-translate-y:-240px
  }

  .pc\:hover\:-translate-y-64:hover{
    --tw-translate-y:-256px
  }

  .pc\:hover\:-translate-y-72:hover{
    --tw-translate-y:-288px
  }

  .pc\:hover\:-translate-y-80:hover{
    --tw-translate-y:-320px
  }

  .pc\:hover\:-translate-y-96:hover{
    --tw-translate-y:-384px
  }

  .pc\:hover\:-translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .pc\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y:-2px
  }

  .pc\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y:-6px
  }

  .pc\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y:-10px
  }

  .pc\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y:-14px
  }

  .pc\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y:-18px
  }

  .pc\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y:-30px
  }

  .pc\:hover\:translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .pc\:hover\:translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .pc\:hover\:translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .pc\:hover\:translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .pc\:hover\:translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .pc\:hover\:translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .pc\:hover\:translate-y-full:hover{
    --tw-translate-y:100%
  }

  .pc\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .pc\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .pc\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .pc\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .pc\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .pc\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .pc\:hover\:-translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .pc\:focus\:translate-x-0:focus{
    --tw-translate-x:0px
  }

  .pc\:focus\:translate-x-1:focus{
    --tw-translate-x:4px
  }

  .pc\:focus\:translate-x-2:focus{
    --tw-translate-x:8px
  }

  .pc\:focus\:translate-x-3:focus{
    --tw-translate-x:12px
  }

  .pc\:focus\:translate-x-4:focus{
    --tw-translate-x:16px
  }

  .pc\:focus\:translate-x-5:focus{
    --tw-translate-x:20px
  }

  .pc\:focus\:translate-x-6:focus{
    --tw-translate-x:24px
  }

  .pc\:focus\:translate-x-7:focus{
    --tw-translate-x:28px
  }

  .pc\:focus\:translate-x-8:focus{
    --tw-translate-x:32px
  }

  .pc\:focus\:translate-x-9:focus{
    --tw-translate-x:36px
  }

  .pc\:focus\:translate-x-10:focus{
    --tw-translate-x:40px
  }

  .pc\:focus\:translate-x-11:focus{
    --tw-translate-x:44px
  }

  .pc\:focus\:translate-x-12:focus{
    --tw-translate-x:48px
  }

  .pc\:focus\:translate-x-13:focus{
    --tw-translate-x:50px
  }

  .pc\:focus\:translate-x-14:focus{
    --tw-translate-x:56px
  }

  .pc\:focus\:translate-x-15:focus{
    --tw-translate-x:60px
  }

  .pc\:focus\:translate-x-16:focus{
    --tw-translate-x:64px
  }

  .pc\:focus\:translate-x-20:focus{
    --tw-translate-x:80px
  }

  .pc\:focus\:translate-x-24:focus{
    --tw-translate-x:96px
  }

  .pc\:focus\:translate-x-28:focus{
    --tw-translate-x:112px
  }

  .pc\:focus\:translate-x-32:focus{
    --tw-translate-x:128px
  }

  .pc\:focus\:translate-x-36:focus{
    --tw-translate-x:144px
  }

  .pc\:focus\:translate-x-40:focus{
    --tw-translate-x:160px
  }

  .pc\:focus\:translate-x-44:focus{
    --tw-translate-x:176px
  }

  .pc\:focus\:translate-x-48:focus{
    --tw-translate-x:192px
  }

  .pc\:focus\:translate-x-52:focus{
    --tw-translate-x:208px
  }

  .pc\:focus\:translate-x-56:focus{
    --tw-translate-x:224px
  }

  .pc\:focus\:translate-x-60:focus{
    --tw-translate-x:240px
  }

  .pc\:focus\:translate-x-64:focus{
    --tw-translate-x:256px
  }

  .pc\:focus\:translate-x-72:focus{
    --tw-translate-x:288px
  }

  .pc\:focus\:translate-x-80:focus{
    --tw-translate-x:320px
  }

  .pc\:focus\:translate-x-96:focus{
    --tw-translate-x:384px
  }

  .pc\:focus\:translate-x-px:focus{
    --tw-translate-x:1px
  }

  .pc\:focus\:translate-x-0\.5:focus{
    --tw-translate-x:2px
  }

  .pc\:focus\:translate-x-1\.5:focus{
    --tw-translate-x:6px
  }

  .pc\:focus\:translate-x-2\.5:focus{
    --tw-translate-x:10px
  }

  .pc\:focus\:translate-x-3\.5:focus{
    --tw-translate-x:14px
  }

  .pc\:focus\:translate-x-4\.5:focus{
    --tw-translate-x:18px
  }

  .pc\:focus\:translate-x-7\.5:focus{
    --tw-translate-x:30px
  }

  .pc\:focus\:-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .pc\:focus\:-translate-x-1:focus{
    --tw-translate-x:-4px
  }

  .pc\:focus\:-translate-x-2:focus{
    --tw-translate-x:-8px
  }

  .pc\:focus\:-translate-x-3:focus{
    --tw-translate-x:-12px
  }

  .pc\:focus\:-translate-x-4:focus{
    --tw-translate-x:-16px
  }

  .pc\:focus\:-translate-x-5:focus{
    --tw-translate-x:-20px
  }

  .pc\:focus\:-translate-x-6:focus{
    --tw-translate-x:-24px
  }

  .pc\:focus\:-translate-x-7:focus{
    --tw-translate-x:-28px
  }

  .pc\:focus\:-translate-x-8:focus{
    --tw-translate-x:-32px
  }

  .pc\:focus\:-translate-x-9:focus{
    --tw-translate-x:-36px
  }

  .pc\:focus\:-translate-x-10:focus{
    --tw-translate-x:-40px
  }

  .pc\:focus\:-translate-x-11:focus{
    --tw-translate-x:-44px
  }

  .pc\:focus\:-translate-x-12:focus{
    --tw-translate-x:-48px
  }

  .pc\:focus\:-translate-x-13:focus{
    --tw-translate-x:-50px
  }

  .pc\:focus\:-translate-x-14:focus{
    --tw-translate-x:-56px
  }

  .pc\:focus\:-translate-x-15:focus{
    --tw-translate-x:-60px
  }

  .pc\:focus\:-translate-x-16:focus{
    --tw-translate-x:-64px
  }

  .pc\:focus\:-translate-x-20:focus{
    --tw-translate-x:-80px
  }

  .pc\:focus\:-translate-x-24:focus{
    --tw-translate-x:-96px
  }

  .pc\:focus\:-translate-x-28:focus{
    --tw-translate-x:-112px
  }

  .pc\:focus\:-translate-x-32:focus{
    --tw-translate-x:-128px
  }

  .pc\:focus\:-translate-x-36:focus{
    --tw-translate-x:-144px
  }

  .pc\:focus\:-translate-x-40:focus{
    --tw-translate-x:-160px
  }

  .pc\:focus\:-translate-x-44:focus{
    --tw-translate-x:-176px
  }

  .pc\:focus\:-translate-x-48:focus{
    --tw-translate-x:-192px
  }

  .pc\:focus\:-translate-x-52:focus{
    --tw-translate-x:-208px
  }

  .pc\:focus\:-translate-x-56:focus{
    --tw-translate-x:-224px
  }

  .pc\:focus\:-translate-x-60:focus{
    --tw-translate-x:-240px
  }

  .pc\:focus\:-translate-x-64:focus{
    --tw-translate-x:-256px
  }

  .pc\:focus\:-translate-x-72:focus{
    --tw-translate-x:-288px
  }

  .pc\:focus\:-translate-x-80:focus{
    --tw-translate-x:-320px
  }

  .pc\:focus\:-translate-x-96:focus{
    --tw-translate-x:-384px
  }

  .pc\:focus\:-translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .pc\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x:-2px
  }

  .pc\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x:-6px
  }

  .pc\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x:-10px
  }

  .pc\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x:-14px
  }

  .pc\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x:-18px
  }

  .pc\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x:-30px
  }

  .pc\:focus\:translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .pc\:focus\:translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .pc\:focus\:translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .pc\:focus\:translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .pc\:focus\:translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .pc\:focus\:translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .pc\:focus\:translate-x-full:focus{
    --tw-translate-x:100%
  }

  .pc\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .pc\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .pc\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .pc\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .pc\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .pc\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .pc\:focus\:-translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .pc\:focus\:translate-y-0:focus{
    --tw-translate-y:0px
  }

  .pc\:focus\:translate-y-1:focus{
    --tw-translate-y:4px
  }

  .pc\:focus\:translate-y-2:focus{
    --tw-translate-y:8px
  }

  .pc\:focus\:translate-y-3:focus{
    --tw-translate-y:12px
  }

  .pc\:focus\:translate-y-4:focus{
    --tw-translate-y:16px
  }

  .pc\:focus\:translate-y-5:focus{
    --tw-translate-y:20px
  }

  .pc\:focus\:translate-y-6:focus{
    --tw-translate-y:24px
  }

  .pc\:focus\:translate-y-7:focus{
    --tw-translate-y:28px
  }

  .pc\:focus\:translate-y-8:focus{
    --tw-translate-y:32px
  }

  .pc\:focus\:translate-y-9:focus{
    --tw-translate-y:36px
  }

  .pc\:focus\:translate-y-10:focus{
    --tw-translate-y:40px
  }

  .pc\:focus\:translate-y-11:focus{
    --tw-translate-y:44px
  }

  .pc\:focus\:translate-y-12:focus{
    --tw-translate-y:48px
  }

  .pc\:focus\:translate-y-13:focus{
    --tw-translate-y:50px
  }

  .pc\:focus\:translate-y-14:focus{
    --tw-translate-y:56px
  }

  .pc\:focus\:translate-y-15:focus{
    --tw-translate-y:60px
  }

  .pc\:focus\:translate-y-16:focus{
    --tw-translate-y:64px
  }

  .pc\:focus\:translate-y-20:focus{
    --tw-translate-y:80px
  }

  .pc\:focus\:translate-y-24:focus{
    --tw-translate-y:96px
  }

  .pc\:focus\:translate-y-28:focus{
    --tw-translate-y:112px
  }

  .pc\:focus\:translate-y-32:focus{
    --tw-translate-y:128px
  }

  .pc\:focus\:translate-y-36:focus{
    --tw-translate-y:144px
  }

  .pc\:focus\:translate-y-40:focus{
    --tw-translate-y:160px
  }

  .pc\:focus\:translate-y-44:focus{
    --tw-translate-y:176px
  }

  .pc\:focus\:translate-y-48:focus{
    --tw-translate-y:192px
  }

  .pc\:focus\:translate-y-52:focus{
    --tw-translate-y:208px
  }

  .pc\:focus\:translate-y-56:focus{
    --tw-translate-y:224px
  }

  .pc\:focus\:translate-y-60:focus{
    --tw-translate-y:240px
  }

  .pc\:focus\:translate-y-64:focus{
    --tw-translate-y:256px
  }

  .pc\:focus\:translate-y-72:focus{
    --tw-translate-y:288px
  }

  .pc\:focus\:translate-y-80:focus{
    --tw-translate-y:320px
  }

  .pc\:focus\:translate-y-96:focus{
    --tw-translate-y:384px
  }

  .pc\:focus\:translate-y-px:focus{
    --tw-translate-y:1px
  }

  .pc\:focus\:translate-y-0\.5:focus{
    --tw-translate-y:2px
  }

  .pc\:focus\:translate-y-1\.5:focus{
    --tw-translate-y:6px
  }

  .pc\:focus\:translate-y-2\.5:focus{
    --tw-translate-y:10px
  }

  .pc\:focus\:translate-y-3\.5:focus{
    --tw-translate-y:14px
  }

  .pc\:focus\:translate-y-4\.5:focus{
    --tw-translate-y:18px
  }

  .pc\:focus\:translate-y-7\.5:focus{
    --tw-translate-y:30px
  }

  .pc\:focus\:-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .pc\:focus\:-translate-y-1:focus{
    --tw-translate-y:-4px
  }

  .pc\:focus\:-translate-y-2:focus{
    --tw-translate-y:-8px
  }

  .pc\:focus\:-translate-y-3:focus{
    --tw-translate-y:-12px
  }

  .pc\:focus\:-translate-y-4:focus{
    --tw-translate-y:-16px
  }

  .pc\:focus\:-translate-y-5:focus{
    --tw-translate-y:-20px
  }

  .pc\:focus\:-translate-y-6:focus{
    --tw-translate-y:-24px
  }

  .pc\:focus\:-translate-y-7:focus{
    --tw-translate-y:-28px
  }

  .pc\:focus\:-translate-y-8:focus{
    --tw-translate-y:-32px
  }

  .pc\:focus\:-translate-y-9:focus{
    --tw-translate-y:-36px
  }

  .pc\:focus\:-translate-y-10:focus{
    --tw-translate-y:-40px
  }

  .pc\:focus\:-translate-y-11:focus{
    --tw-translate-y:-44px
  }

  .pc\:focus\:-translate-y-12:focus{
    --tw-translate-y:-48px
  }

  .pc\:focus\:-translate-y-13:focus{
    --tw-translate-y:-50px
  }

  .pc\:focus\:-translate-y-14:focus{
    --tw-translate-y:-56px
  }

  .pc\:focus\:-translate-y-15:focus{
    --tw-translate-y:-60px
  }

  .pc\:focus\:-translate-y-16:focus{
    --tw-translate-y:-64px
  }

  .pc\:focus\:-translate-y-20:focus{
    --tw-translate-y:-80px
  }

  .pc\:focus\:-translate-y-24:focus{
    --tw-translate-y:-96px
  }

  .pc\:focus\:-translate-y-28:focus{
    --tw-translate-y:-112px
  }

  .pc\:focus\:-translate-y-32:focus{
    --tw-translate-y:-128px
  }

  .pc\:focus\:-translate-y-36:focus{
    --tw-translate-y:-144px
  }

  .pc\:focus\:-translate-y-40:focus{
    --tw-translate-y:-160px
  }

  .pc\:focus\:-translate-y-44:focus{
    --tw-translate-y:-176px
  }

  .pc\:focus\:-translate-y-48:focus{
    --tw-translate-y:-192px
  }

  .pc\:focus\:-translate-y-52:focus{
    --tw-translate-y:-208px
  }

  .pc\:focus\:-translate-y-56:focus{
    --tw-translate-y:-224px
  }

  .pc\:focus\:-translate-y-60:focus{
    --tw-translate-y:-240px
  }

  .pc\:focus\:-translate-y-64:focus{
    --tw-translate-y:-256px
  }

  .pc\:focus\:-translate-y-72:focus{
    --tw-translate-y:-288px
  }

  .pc\:focus\:-translate-y-80:focus{
    --tw-translate-y:-320px
  }

  .pc\:focus\:-translate-y-96:focus{
    --tw-translate-y:-384px
  }

  .pc\:focus\:-translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .pc\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y:-2px
  }

  .pc\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y:-6px
  }

  .pc\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y:-10px
  }

  .pc\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y:-14px
  }

  .pc\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y:-18px
  }

  .pc\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y:-30px
  }

  .pc\:focus\:translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .pc\:focus\:translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .pc\:focus\:translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .pc\:focus\:translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .pc\:focus\:translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .pc\:focus\:translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .pc\:focus\:translate-y-full:focus{
    --tw-translate-y:100%
  }

  .pc\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .pc\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .pc\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .pc\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .pc\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .pc\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .pc\:focus\:-translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .pc\:rotate-0{
    --tw-rotate:0deg
  }

  .pc\:rotate-1{
    --tw-rotate:1deg
  }

  .pc\:rotate-2{
    --tw-rotate:2deg
  }

  .pc\:rotate-3{
    --tw-rotate:3deg
  }

  .pc\:rotate-6{
    --tw-rotate:6deg
  }

  .pc\:rotate-12{
    --tw-rotate:12deg
  }

  .pc\:rotate-45{
    --tw-rotate:45deg
  }

  .pc\:rotate-90{
    --tw-rotate:90deg
  }

  .pc\:rotate-180{
    --tw-rotate:180deg
  }

  .pc\:-rotate-180{
    --tw-rotate:-180deg
  }

  .pc\:-rotate-90{
    --tw-rotate:-90deg
  }

  .pc\:-rotate-45{
    --tw-rotate:-45deg
  }

  .pc\:-rotate-12{
    --tw-rotate:-12deg
  }

  .pc\:-rotate-6{
    --tw-rotate:-6deg
  }

  .pc\:-rotate-3{
    --tw-rotate:-3deg
  }

  .pc\:-rotate-2{
    --tw-rotate:-2deg
  }

  .pc\:-rotate-1{
    --tw-rotate:-1deg
  }

  .pc\:hover\:rotate-0:hover{
    --tw-rotate:0deg
  }

  .pc\:hover\:rotate-1:hover{
    --tw-rotate:1deg
  }

  .pc\:hover\:rotate-2:hover{
    --tw-rotate:2deg
  }

  .pc\:hover\:rotate-3:hover{
    --tw-rotate:3deg
  }

  .pc\:hover\:rotate-6:hover{
    --tw-rotate:6deg
  }

  .pc\:hover\:rotate-12:hover{
    --tw-rotate:12deg
  }

  .pc\:hover\:rotate-45:hover{
    --tw-rotate:45deg
  }

  .pc\:hover\:rotate-90:hover{
    --tw-rotate:90deg
  }

  .pc\:hover\:rotate-180:hover{
    --tw-rotate:180deg
  }

  .pc\:hover\:-rotate-180:hover{
    --tw-rotate:-180deg
  }

  .pc\:hover\:-rotate-90:hover{
    --tw-rotate:-90deg
  }

  .pc\:hover\:-rotate-45:hover{
    --tw-rotate:-45deg
  }

  .pc\:hover\:-rotate-12:hover{
    --tw-rotate:-12deg
  }

  .pc\:hover\:-rotate-6:hover{
    --tw-rotate:-6deg
  }

  .pc\:hover\:-rotate-3:hover{
    --tw-rotate:-3deg
  }

  .pc\:hover\:-rotate-2:hover{
    --tw-rotate:-2deg
  }

  .pc\:hover\:-rotate-1:hover{
    --tw-rotate:-1deg
  }

  .pc\:focus\:rotate-0:focus{
    --tw-rotate:0deg
  }

  .pc\:focus\:rotate-1:focus{
    --tw-rotate:1deg
  }

  .pc\:focus\:rotate-2:focus{
    --tw-rotate:2deg
  }

  .pc\:focus\:rotate-3:focus{
    --tw-rotate:3deg
  }

  .pc\:focus\:rotate-6:focus{
    --tw-rotate:6deg
  }

  .pc\:focus\:rotate-12:focus{
    --tw-rotate:12deg
  }

  .pc\:focus\:rotate-45:focus{
    --tw-rotate:45deg
  }

  .pc\:focus\:rotate-90:focus{
    --tw-rotate:90deg
  }

  .pc\:focus\:rotate-180:focus{
    --tw-rotate:180deg
  }

  .pc\:focus\:-rotate-180:focus{
    --tw-rotate:-180deg
  }

  .pc\:focus\:-rotate-90:focus{
    --tw-rotate:-90deg
  }

  .pc\:focus\:-rotate-45:focus{
    --tw-rotate:-45deg
  }

  .pc\:focus\:-rotate-12:focus{
    --tw-rotate:-12deg
  }

  .pc\:focus\:-rotate-6:focus{
    --tw-rotate:-6deg
  }

  .pc\:focus\:-rotate-3:focus{
    --tw-rotate:-3deg
  }

  .pc\:focus\:-rotate-2:focus{
    --tw-rotate:-2deg
  }

  .pc\:focus\:-rotate-1:focus{
    --tw-rotate:-1deg
  }

  .pc\:skew-x-0{
    --tw-skew-x:0deg
  }

  .pc\:skew-x-1{
    --tw-skew-x:1deg
  }

  .pc\:skew-x-2{
    --tw-skew-x:2deg
  }

  .pc\:skew-x-3{
    --tw-skew-x:3deg
  }

  .pc\:skew-x-6{
    --tw-skew-x:6deg
  }

  .pc\:skew-x-12{
    --tw-skew-x:12deg
  }

  .pc\:-skew-x-12{
    --tw-skew-x:-12deg
  }

  .pc\:-skew-x-6{
    --tw-skew-x:-6deg
  }

  .pc\:-skew-x-3{
    --tw-skew-x:-3deg
  }

  .pc\:-skew-x-2{
    --tw-skew-x:-2deg
  }

  .pc\:-skew-x-1{
    --tw-skew-x:-1deg
  }

  .pc\:skew-y-0{
    --tw-skew-y:0deg
  }

  .pc\:skew-y-1{
    --tw-skew-y:1deg
  }

  .pc\:skew-y-2{
    --tw-skew-y:2deg
  }

  .pc\:skew-y-3{
    --tw-skew-y:3deg
  }

  .pc\:skew-y-6{
    --tw-skew-y:6deg
  }

  .pc\:skew-y-12{
    --tw-skew-y:12deg
  }

  .pc\:-skew-y-12{
    --tw-skew-y:-12deg
  }

  .pc\:-skew-y-6{
    --tw-skew-y:-6deg
  }

  .pc\:-skew-y-3{
    --tw-skew-y:-3deg
  }

  .pc\:-skew-y-2{
    --tw-skew-y:-2deg
  }

  .pc\:-skew-y-1{
    --tw-skew-y:-1deg
  }

  .pc\:hover\:skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .pc\:hover\:skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .pc\:hover\:skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .pc\:hover\:skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .pc\:hover\:skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .pc\:hover\:skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .pc\:hover\:-skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .pc\:hover\:-skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .pc\:hover\:-skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .pc\:hover\:-skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .pc\:hover\:-skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .pc\:hover\:skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .pc\:hover\:skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .pc\:hover\:skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .pc\:hover\:skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .pc\:hover\:skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .pc\:hover\:skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .pc\:hover\:-skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .pc\:hover\:-skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .pc\:hover\:-skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .pc\:hover\:-skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .pc\:hover\:-skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .pc\:focus\:skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .pc\:focus\:skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .pc\:focus\:skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .pc\:focus\:skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .pc\:focus\:skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .pc\:focus\:skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .pc\:focus\:-skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .pc\:focus\:-skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .pc\:focus\:-skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .pc\:focus\:-skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .pc\:focus\:-skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .pc\:focus\:skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .pc\:focus\:skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .pc\:focus\:skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .pc\:focus\:skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .pc\:focus\:skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .pc\:focus\:skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .pc\:focus\:-skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .pc\:focus\:-skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .pc\:focus\:-skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .pc\:focus\:-skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .pc\:focus\:-skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .pc\:scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .pc\:scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .pc\:scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .pc\:scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .pc\:scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .pc\:scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .pc\:scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .pc\:scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .pc\:scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .pc\:scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .pc\:hover\:scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .pc\:hover\:scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .pc\:hover\:scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .pc\:hover\:scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .pc\:hover\:scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .pc\:hover\:scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .pc\:hover\:scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .pc\:hover\:scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .pc\:hover\:scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .pc\:hover\:scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .pc\:focus\:scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .pc\:focus\:scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .pc\:focus\:scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .pc\:focus\:scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .pc\:focus\:scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .pc\:focus\:scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .pc\:focus\:scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .pc\:focus\:scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .pc\:focus\:scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .pc\:focus\:scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .pc\:scale-x-0{
    --tw-scale-x:0
  }

  .pc\:scale-x-50{
    --tw-scale-x:.5
  }

  .pc\:scale-x-75{
    --tw-scale-x:.75
  }

  .pc\:scale-x-90{
    --tw-scale-x:.9
  }

  .pc\:scale-x-95{
    --tw-scale-x:.95
  }

  .pc\:scale-x-100{
    --tw-scale-x:1
  }

  .pc\:scale-x-105{
    --tw-scale-x:1.05
  }

  .pc\:scale-x-110{
    --tw-scale-x:1.1
  }

  .pc\:scale-x-125{
    --tw-scale-x:1.25
  }

  .pc\:scale-x-150{
    --tw-scale-x:1.5
  }

  .pc\:scale-y-0{
    --tw-scale-y:0
  }

  .pc\:scale-y-50{
    --tw-scale-y:.5
  }

  .pc\:scale-y-75{
    --tw-scale-y:.75
  }

  .pc\:scale-y-90{
    --tw-scale-y:.9
  }

  .pc\:scale-y-95{
    --tw-scale-y:.95
  }

  .pc\:scale-y-100{
    --tw-scale-y:1
  }

  .pc\:scale-y-105{
    --tw-scale-y:1.05
  }

  .pc\:scale-y-110{
    --tw-scale-y:1.1
  }

  .pc\:scale-y-125{
    --tw-scale-y:1.25
  }

  .pc\:scale-y-150{
    --tw-scale-y:1.5
  }

  .pc\:hover\:scale-x-0:hover{
    --tw-scale-x:0
  }

  .pc\:hover\:scale-x-50:hover{
    --tw-scale-x:.5
  }

  .pc\:hover\:scale-x-75:hover{
    --tw-scale-x:.75
  }

  .pc\:hover\:scale-x-90:hover{
    --tw-scale-x:.9
  }

  .pc\:hover\:scale-x-95:hover{
    --tw-scale-x:.95
  }

  .pc\:hover\:scale-x-100:hover{
    --tw-scale-x:1
  }

  .pc\:hover\:scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .pc\:hover\:scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .pc\:hover\:scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .pc\:hover\:scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .pc\:hover\:scale-y-0:hover{
    --tw-scale-y:0
  }

  .pc\:hover\:scale-y-50:hover{
    --tw-scale-y:.5
  }

  .pc\:hover\:scale-y-75:hover{
    --tw-scale-y:.75
  }

  .pc\:hover\:scale-y-90:hover{
    --tw-scale-y:.9
  }

  .pc\:hover\:scale-y-95:hover{
    --tw-scale-y:.95
  }

  .pc\:hover\:scale-y-100:hover{
    --tw-scale-y:1
  }

  .pc\:hover\:scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .pc\:hover\:scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .pc\:hover\:scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .pc\:hover\:scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .pc\:focus\:scale-x-0:focus{
    --tw-scale-x:0
  }

  .pc\:focus\:scale-x-50:focus{
    --tw-scale-x:.5
  }

  .pc\:focus\:scale-x-75:focus{
    --tw-scale-x:.75
  }

  .pc\:focus\:scale-x-90:focus{
    --tw-scale-x:.9
  }

  .pc\:focus\:scale-x-95:focus{
    --tw-scale-x:.95
  }

  .pc\:focus\:scale-x-100:focus{
    --tw-scale-x:1
  }

  .pc\:focus\:scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .pc\:focus\:scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .pc\:focus\:scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .pc\:focus\:scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .pc\:focus\:scale-y-0:focus{
    --tw-scale-y:0
  }

  .pc\:focus\:scale-y-50:focus{
    --tw-scale-y:.5
  }

  .pc\:focus\:scale-y-75:focus{
    --tw-scale-y:.75
  }

  .pc\:focus\:scale-y-90:focus{
    --tw-scale-y:.9
  }

  .pc\:focus\:scale-y-95:focus{
    --tw-scale-y:.95
  }

  .pc\:focus\:scale-y-100:focus{
    --tw-scale-y:1
  }

  .pc\:focus\:scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .pc\:focus\:scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .pc\:focus\:scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .pc\:focus\:scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .pc\:animate-none{
    -webkit-animation:none;
            animation:none
  }

  .pc\:animate-spin{
    -webkit-animation:spin 1s linear infinite;
            animation:spin 1s linear infinite
  }

  .pc\:animate-ping{
    -webkit-animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .pc\:animate-pulse{
    -webkit-animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .pc\:animate-bounce{
    -webkit-animation:bounce 1s infinite;
            animation:bounce 1s infinite
  }

  .pc\:cursor-auto{
    cursor:auto
  }

  .pc\:cursor-default{
    cursor:default
  }

  .pc\:cursor-pointer{
    cursor:pointer
  }

  .pc\:cursor-wait{
    cursor:wait
  }

  .pc\:cursor-text{
    cursor:text
  }

  .pc\:cursor-move{
    cursor:move
  }

  .pc\:cursor-help{
    cursor:help
  }

  .pc\:cursor-not-allowed{
    cursor:not-allowed
  }

  .pc\:select-none{
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none
  }

  .pc\:select-text{
    -webkit-user-select:text;
       -moz-user-select:text;
        -ms-user-select:text;
            user-select:text
  }

  .pc\:select-all{
    -webkit-user-select:all;
       -moz-user-select:all;
        -ms-user-select:all;
            user-select:all
  }

  .pc\:select-auto{
    -webkit-user-select:auto;
       -moz-user-select:auto;
        -ms-user-select:auto;
            user-select:auto
  }

  .pc\:resize-none{
    resize:none
  }

  .pc\:resize-y{
    resize:vertical
  }

  .pc\:resize-x{
    resize:horizontal
  }

  .pc\:resize{
    resize:both
  }

  .pc\:list-inside{
    list-style-position:inside
  }

  .pc\:list-outside{
    list-style-position:outside
  }

  .pc\:list-none{
    list-style-type:none
  }

  .pc\:list-disc{
    list-style-type:disc
  }

  .pc\:list-decimal{
    list-style-type:decimal
  }

  .pc\:appearance-none{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none
  }

  .pc\:auto-cols-auto{
    grid-auto-columns:auto
  }

  .pc\:auto-cols-min{
    grid-auto-columns:-webkit-min-content;
    grid-auto-columns:min-content
  }

  .pc\:auto-cols-max{
    grid-auto-columns:-webkit-max-content;
    grid-auto-columns:max-content
  }

  .pc\:auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .pc\:grid-flow-row{
    grid-auto-flow:row
  }

  .pc\:grid-flow-col{
    grid-auto-flow:column
  }

  .pc\:grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .pc\:grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .pc\:auto-rows-auto{
    grid-auto-rows:auto
  }

  .pc\:auto-rows-min{
    grid-auto-rows:-webkit-min-content;
    grid-auto-rows:min-content
  }

  .pc\:auto-rows-max{
    grid-auto-rows:-webkit-max-content;
    grid-auto-rows:max-content
  }

  .pc\:auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .pc\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .pc\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .pc\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .pc\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .pc\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .pc\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .pc\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .pc\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .pc\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .pc\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .pc\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .pc\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .pc\:grid-cols-none{
    grid-template-columns:none
  }

  .pc\:grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .pc\:grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .pc\:grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .pc\:grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .pc\:grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .pc\:grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .pc\:grid-rows-none{
    grid-template-rows:none
  }

  .pc\:flex-row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row
  }

  .pc\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse
  }

  .pc\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column
  }

  .pc\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse
  }

  .pc\:flex-wrap{
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap
  }

  .pc\:flex-wrap-reverse{
    -webkit-flex-wrap:wrap-reverse;
        -ms-flex-wrap:wrap-reverse;
            flex-wrap:wrap-reverse
  }

  .pc\:flex-nowrap{
    -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap
  }

  .pc\:place-content-center{
    place-content:center
  }

  .pc\:place-content-start{
    place-content:start
  }

  .pc\:place-content-end{
    place-content:end
  }

  .pc\:place-content-between{
    place-content:space-between
  }

  .pc\:place-content-around{
    place-content:space-around
  }

  .pc\:place-content-evenly{
    place-content:space-evenly
  }

  .pc\:place-content-stretch{
    place-content:stretch
  }

  .pc\:place-items-start{
    place-items:start
  }

  .pc\:place-items-end{
    place-items:end
  }

  .pc\:place-items-center{
    place-items:center
  }

  .pc\:place-items-stretch{
    place-items:stretch
  }

  .pc\:content-center{
    -webkit-align-content:center;
        -ms-flex-line-pack:center;
            align-content:center
  }

  .pc\:content-start{
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start
  }

  .pc\:content-end{
    -webkit-align-content:flex-end;
        -ms-flex-line-pack:end;
            align-content:flex-end
  }

  .pc\:content-between{
    -webkit-align-content:space-between;
        -ms-flex-line-pack:justify;
            align-content:space-between
  }

  .pc\:content-around{
    -webkit-align-content:space-around;
        -ms-flex-line-pack:distribute;
            align-content:space-around
  }

  .pc\:content-evenly{
    -webkit-align-content:space-evenly;
        -ms-flex-line-pack:space-evenly;
            align-content:space-evenly
  }

  .pc\:items-start{
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start
  }

  .pc\:items-end{
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end
  }

  .pc\:items-center{
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center
  }

  .pc\:items-baseline{
    -webkit-box-align:baseline;
    -webkit-align-items:baseline;
        -ms-flex-align:baseline;
            align-items:baseline
  }

  .pc\:items-stretch{
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch
  }

  .pc\:justify-start{
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start
  }

  .pc\:justify-end{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
            justify-content:flex-end
  }

  .pc\:justify-center{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center
  }

  .pc\:justify-between{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between
  }

  .pc\:justify-around{
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around
  }

  .pc\:justify-evenly{
    -webkit-box-pack:space-evenly;
    -webkit-justify-content:space-evenly;
        -ms-flex-pack:space-evenly;
            justify-content:space-evenly
  }

  .pc\:justify-items-start{
    justify-items:start
  }

  .pc\:justify-items-end{
    justify-items:end
  }

  .pc\:justify-items-center{
    justify-items:center
  }

  .pc\:justify-items-stretch{
    justify-items:stretch
  }

  .pc\:gap-0{
    gap:0px
  }

  .pc\:gap-1{
    gap:4px
  }

  .pc\:gap-2{
    gap:8px
  }

  .pc\:gap-3{
    gap:12px
  }

  .pc\:gap-4{
    gap:16px
  }

  .pc\:gap-5{
    gap:20px
  }

  .pc\:gap-6{
    gap:24px
  }

  .pc\:gap-7{
    gap:28px
  }

  .pc\:gap-8{
    gap:32px
  }

  .pc\:gap-9{
    gap:36px
  }

  .pc\:gap-10{
    gap:40px
  }

  .pc\:gap-11{
    gap:44px
  }

  .pc\:gap-12{
    gap:48px
  }

  .pc\:gap-13{
    gap:50px
  }

  .pc\:gap-14{
    gap:56px
  }

  .pc\:gap-15{
    gap:60px
  }

  .pc\:gap-16{
    gap:64px
  }

  .pc\:gap-20{
    gap:80px
  }

  .pc\:gap-24{
    gap:96px
  }

  .pc\:gap-28{
    gap:112px
  }

  .pc\:gap-32{
    gap:128px
  }

  .pc\:gap-36{
    gap:144px
  }

  .pc\:gap-40{
    gap:160px
  }

  .pc\:gap-44{
    gap:176px
  }

  .pc\:gap-48{
    gap:192px
  }

  .pc\:gap-52{
    gap:208px
  }

  .pc\:gap-56{
    gap:224px
  }

  .pc\:gap-60{
    gap:240px
  }

  .pc\:gap-64{
    gap:256px
  }

  .pc\:gap-72{
    gap:288px
  }

  .pc\:gap-80{
    gap:320px
  }

  .pc\:gap-96{
    gap:384px
  }

  .pc\:gap-px{
    gap:1px
  }

  .pc\:gap-0\.5{
    gap:2px
  }

  .pc\:gap-1\.5{
    gap:6px
  }

  .pc\:gap-2\.5{
    gap:10px
  }

  .pc\:gap-3\.5{
    gap:14px
  }

  .pc\:gap-4\.5{
    gap:18px
  }

  .pc\:gap-7\.5{
    gap:30px
  }

  .pc\:gap-x-0{
    -webkit-column-gap:0px;
       -moz-column-gap:0px;
            column-gap:0px
  }

  .pc\:gap-x-1{
    -webkit-column-gap:4px;
       -moz-column-gap:4px;
            column-gap:4px
  }

  .pc\:gap-x-2{
    -webkit-column-gap:8px;
       -moz-column-gap:8px;
            column-gap:8px
  }

  .pc\:gap-x-3{
    -webkit-column-gap:12px;
       -moz-column-gap:12px;
            column-gap:12px
  }

  .pc\:gap-x-4{
    -webkit-column-gap:16px;
       -moz-column-gap:16px;
            column-gap:16px
  }

  .pc\:gap-x-5{
    -webkit-column-gap:20px;
       -moz-column-gap:20px;
            column-gap:20px
  }

  .pc\:gap-x-6{
    -webkit-column-gap:24px;
       -moz-column-gap:24px;
            column-gap:24px
  }

  .pc\:gap-x-7{
    -webkit-column-gap:28px;
       -moz-column-gap:28px;
            column-gap:28px
  }

  .pc\:gap-x-8{
    -webkit-column-gap:32px;
       -moz-column-gap:32px;
            column-gap:32px
  }

  .pc\:gap-x-9{
    -webkit-column-gap:36px;
       -moz-column-gap:36px;
            column-gap:36px
  }

  .pc\:gap-x-10{
    -webkit-column-gap:40px;
       -moz-column-gap:40px;
            column-gap:40px
  }

  .pc\:gap-x-11{
    -webkit-column-gap:44px;
       -moz-column-gap:44px;
            column-gap:44px
  }

  .pc\:gap-x-12{
    -webkit-column-gap:48px;
       -moz-column-gap:48px;
            column-gap:48px
  }

  .pc\:gap-x-13{
    -webkit-column-gap:50px;
       -moz-column-gap:50px;
            column-gap:50px
  }

  .pc\:gap-x-14{
    -webkit-column-gap:56px;
       -moz-column-gap:56px;
            column-gap:56px
  }

  .pc\:gap-x-15{
    -webkit-column-gap:60px;
       -moz-column-gap:60px;
            column-gap:60px
  }

  .pc\:gap-x-16{
    -webkit-column-gap:64px;
       -moz-column-gap:64px;
            column-gap:64px
  }

  .pc\:gap-x-20{
    -webkit-column-gap:80px;
       -moz-column-gap:80px;
            column-gap:80px
  }

  .pc\:gap-x-24{
    -webkit-column-gap:96px;
       -moz-column-gap:96px;
            column-gap:96px
  }

  .pc\:gap-x-28{
    -webkit-column-gap:112px;
       -moz-column-gap:112px;
            column-gap:112px
  }

  .pc\:gap-x-32{
    -webkit-column-gap:128px;
       -moz-column-gap:128px;
            column-gap:128px
  }

  .pc\:gap-x-36{
    -webkit-column-gap:144px;
       -moz-column-gap:144px;
            column-gap:144px
  }

  .pc\:gap-x-40{
    -webkit-column-gap:160px;
       -moz-column-gap:160px;
            column-gap:160px
  }

  .pc\:gap-x-44{
    -webkit-column-gap:176px;
       -moz-column-gap:176px;
            column-gap:176px
  }

  .pc\:gap-x-48{
    -webkit-column-gap:192px;
       -moz-column-gap:192px;
            column-gap:192px
  }

  .pc\:gap-x-52{
    -webkit-column-gap:208px;
       -moz-column-gap:208px;
            column-gap:208px
  }

  .pc\:gap-x-56{
    -webkit-column-gap:224px;
       -moz-column-gap:224px;
            column-gap:224px
  }

  .pc\:gap-x-60{
    -webkit-column-gap:240px;
       -moz-column-gap:240px;
            column-gap:240px
  }

  .pc\:gap-x-64{
    -webkit-column-gap:256px;
       -moz-column-gap:256px;
            column-gap:256px
  }

  .pc\:gap-x-72{
    -webkit-column-gap:288px;
       -moz-column-gap:288px;
            column-gap:288px
  }

  .pc\:gap-x-80{
    -webkit-column-gap:320px;
       -moz-column-gap:320px;
            column-gap:320px
  }

  .pc\:gap-x-96{
    -webkit-column-gap:384px;
       -moz-column-gap:384px;
            column-gap:384px
  }

  .pc\:gap-x-px{
    -webkit-column-gap:1px;
       -moz-column-gap:1px;
            column-gap:1px
  }

  .pc\:gap-x-0\.5{
    -webkit-column-gap:2px;
       -moz-column-gap:2px;
            column-gap:2px
  }

  .pc\:gap-x-1\.5{
    -webkit-column-gap:6px;
       -moz-column-gap:6px;
            column-gap:6px
  }

  .pc\:gap-x-2\.5{
    -webkit-column-gap:10px;
       -moz-column-gap:10px;
            column-gap:10px
  }

  .pc\:gap-x-3\.5{
    -webkit-column-gap:14px;
       -moz-column-gap:14px;
            column-gap:14px
  }

  .pc\:gap-x-4\.5{
    -webkit-column-gap:18px;
       -moz-column-gap:18px;
            column-gap:18px
  }

  .pc\:gap-x-7\.5{
    -webkit-column-gap:30px;
       -moz-column-gap:30px;
            column-gap:30px
  }

  .pc\:gap-y-0{
    row-gap:0px
  }

  .pc\:gap-y-1{
    row-gap:4px
  }

  .pc\:gap-y-2{
    row-gap:8px
  }

  .pc\:gap-y-3{
    row-gap:12px
  }

  .pc\:gap-y-4{
    row-gap:16px
  }

  .pc\:gap-y-5{
    row-gap:20px
  }

  .pc\:gap-y-6{
    row-gap:24px
  }

  .pc\:gap-y-7{
    row-gap:28px
  }

  .pc\:gap-y-8{
    row-gap:32px
  }

  .pc\:gap-y-9{
    row-gap:36px
  }

  .pc\:gap-y-10{
    row-gap:40px
  }

  .pc\:gap-y-11{
    row-gap:44px
  }

  .pc\:gap-y-12{
    row-gap:48px
  }

  .pc\:gap-y-13{
    row-gap:50px
  }

  .pc\:gap-y-14{
    row-gap:56px
  }

  .pc\:gap-y-15{
    row-gap:60px
  }

  .pc\:gap-y-16{
    row-gap:64px
  }

  .pc\:gap-y-20{
    row-gap:80px
  }

  .pc\:gap-y-24{
    row-gap:96px
  }

  .pc\:gap-y-28{
    row-gap:112px
  }

  .pc\:gap-y-32{
    row-gap:128px
  }

  .pc\:gap-y-36{
    row-gap:144px
  }

  .pc\:gap-y-40{
    row-gap:160px
  }

  .pc\:gap-y-44{
    row-gap:176px
  }

  .pc\:gap-y-48{
    row-gap:192px
  }

  .pc\:gap-y-52{
    row-gap:208px
  }

  .pc\:gap-y-56{
    row-gap:224px
  }

  .pc\:gap-y-60{
    row-gap:240px
  }

  .pc\:gap-y-64{
    row-gap:256px
  }

  .pc\:gap-y-72{
    row-gap:288px
  }

  .pc\:gap-y-80{
    row-gap:320px
  }

  .pc\:gap-y-96{
    row-gap:384px
  }

  .pc\:gap-y-px{
    row-gap:1px
  }

  .pc\:gap-y-0\.5{
    row-gap:2px
  }

  .pc\:gap-y-1\.5{
    row-gap:6px
  }

  .pc\:gap-y-2\.5{
    row-gap:10px
  }

  .pc\:gap-y-3\.5{
    row-gap:14px
  }

  .pc\:gap-y-4\.5{
    row-gap:18px
  }

  .pc\:gap-y-7\.5{
    row-gap:30px
  }

  .pc\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(4px * var(--tw-space-x-reverse));
    margin-right:calc(4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(8px * var(--tw-space-x-reverse));
    margin-right:calc(8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(12px * var(--tw-space-x-reverse));
    margin-right:calc(12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(16px * var(--tw-space-x-reverse));
    margin-right:calc(16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(20px * var(--tw-space-x-reverse));
    margin-right:calc(20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(24px * var(--tw-space-x-reverse));
    margin-right:calc(24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(28px * var(--tw-space-x-reverse));
    margin-right:calc(28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(32px * var(--tw-space-x-reverse));
    margin-right:calc(32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(36px * var(--tw-space-x-reverse));
    margin-right:calc(36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(40px * var(--tw-space-x-reverse));
    margin-right:calc(40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(44px * var(--tw-space-x-reverse));
    margin-right:calc(44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(48px * var(--tw-space-x-reverse));
    margin-right:calc(48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(50px * var(--tw-space-x-reverse));
    margin-right:calc(50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(56px * var(--tw-space-x-reverse));
    margin-right:calc(56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(60px * var(--tw-space-x-reverse));
    margin-right:calc(60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(64px * var(--tw-space-x-reverse));
    margin-right:calc(64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(80px * var(--tw-space-x-reverse));
    margin-right:calc(80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(96px * var(--tw-space-x-reverse));
    margin-right:calc(96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(112px * var(--tw-space-x-reverse));
    margin-right:calc(112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(128px * var(--tw-space-x-reverse));
    margin-right:calc(128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(144px * var(--tw-space-x-reverse));
    margin-right:calc(144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(160px * var(--tw-space-x-reverse));
    margin-right:calc(160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(176px * var(--tw-space-x-reverse));
    margin-right:calc(176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(192px * var(--tw-space-x-reverse));
    margin-right:calc(192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(208px * var(--tw-space-x-reverse));
    margin-right:calc(208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(224px * var(--tw-space-x-reverse));
    margin-right:calc(224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(240px * var(--tw-space-x-reverse));
    margin-right:calc(240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(256px * var(--tw-space-x-reverse));
    margin-right:calc(256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(288px * var(--tw-space-x-reverse));
    margin-right:calc(288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(320px * var(--tw-space-x-reverse));
    margin-right:calc(320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(384px * var(--tw-space-x-reverse));
    margin-right:calc(384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(1px * var(--tw-space-x-reverse));
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(2px * var(--tw-space-x-reverse));
    margin-right:calc(2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(6px * var(--tw-space-x-reverse));
    margin-right:calc(6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(10px * var(--tw-space-x-reverse));
    margin-right:calc(10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(14px * var(--tw-space-x-reverse));
    margin-right:calc(14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(18px * var(--tw-space-x-reverse));
    margin-right:calc(18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(30px * var(--tw-space-x-reverse));
    margin-right:calc(30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(0px * var(--tw-space-x-reverse));
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-4px * var(--tw-space-x-reverse));
    margin-right:calc(-4px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-4px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-8px * var(--tw-space-x-reverse));
    margin-right:calc(-8px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-8px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-12px * var(--tw-space-x-reverse));
    margin-right:calc(-12px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-12px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-16px * var(--tw-space-x-reverse));
    margin-right:calc(-16px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-16px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-20px * var(--tw-space-x-reverse));
    margin-right:calc(-20px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-20px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-24px * var(--tw-space-x-reverse));
    margin-right:calc(-24px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-24px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-28px * var(--tw-space-x-reverse));
    margin-right:calc(-28px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-28px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-32px * var(--tw-space-x-reverse));
    margin-right:calc(-32px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-32px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-36px * var(--tw-space-x-reverse));
    margin-right:calc(-36px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-36px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-40px * var(--tw-space-x-reverse));
    margin-right:calc(-40px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-40px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-44px * var(--tw-space-x-reverse));
    margin-right:calc(-44px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-44px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-48px * var(--tw-space-x-reverse));
    margin-right:calc(-48px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-48px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-50px * var(--tw-space-x-reverse));
    margin-right:calc(-50px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-50px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-56px * var(--tw-space-x-reverse));
    margin-right:calc(-56px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-56px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-60px * var(--tw-space-x-reverse));
    margin-right:calc(-60px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-60px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-64px * var(--tw-space-x-reverse));
    margin-right:calc(-64px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-64px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-80px * var(--tw-space-x-reverse));
    margin-right:calc(-80px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-80px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-96px * var(--tw-space-x-reverse));
    margin-right:calc(-96px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-96px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-112px * var(--tw-space-x-reverse));
    margin-right:calc(-112px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-112px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-128px * var(--tw-space-x-reverse));
    margin-right:calc(-128px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-128px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-144px * var(--tw-space-x-reverse));
    margin-right:calc(-144px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-144px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-160px * var(--tw-space-x-reverse));
    margin-right:calc(-160px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-160px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-176px * var(--tw-space-x-reverse));
    margin-right:calc(-176px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-176px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-192px * var(--tw-space-x-reverse));
    margin-right:calc(-192px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-192px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-208px * var(--tw-space-x-reverse));
    margin-right:calc(-208px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-208px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-224px * var(--tw-space-x-reverse));
    margin-right:calc(-224px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-224px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-240px * var(--tw-space-x-reverse));
    margin-right:calc(-240px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-240px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-256px * var(--tw-space-x-reverse));
    margin-right:calc(-256px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-256px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-288px * var(--tw-space-x-reverse));
    margin-right:calc(-288px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-288px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-320px * var(--tw-space-x-reverse));
    margin-right:calc(-320px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-320px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-384px * var(--tw-space-x-reverse));
    margin-right:calc(-384px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-384px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-1px * var(--tw-space-x-reverse));
    margin-right:calc(-1px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-2px * var(--tw-space-x-reverse));
    margin-right:calc(-2px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-2px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-6px * var(--tw-space-x-reverse));
    margin-right:calc(-6px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-6px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-10px * var(--tw-space-x-reverse));
    margin-right:calc(-10px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-10px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-14px * var(--tw-space-x-reverse));
    margin-right:calc(-14px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-14px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-18px * var(--tw-space-x-reverse));
    margin-right:calc(-18px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-18px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:-webkit-calc(-30px * var(--tw-space-x-reverse));
    margin-right:calc(-30px * var(--tw-space-x-reverse));
    margin-left:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-x-reverse)));
    margin-left:calc(-30px * calc(1 - var(--tw-space-x-reverse)))
  }

  .pc\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(4px * var(--tw-space-y-reverse));
    margin-bottom:calc(4px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(8px * var(--tw-space-y-reverse));
    margin-bottom:calc(8px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(12px * var(--tw-space-y-reverse));
    margin-bottom:calc(12px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(16px * var(--tw-space-y-reverse));
    margin-bottom:calc(16px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(20px * var(--tw-space-y-reverse));
    margin-bottom:calc(20px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(24px * var(--tw-space-y-reverse));
    margin-bottom:calc(24px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(28px * var(--tw-space-y-reverse));
    margin-bottom:calc(28px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(32px * var(--tw-space-y-reverse));
    margin-bottom:calc(32px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(36px * var(--tw-space-y-reverse));
    margin-bottom:calc(36px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(40px * var(--tw-space-y-reverse));
    margin-bottom:calc(40px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(44px * var(--tw-space-y-reverse));
    margin-bottom:calc(44px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(48px * var(--tw-space-y-reverse));
    margin-bottom:calc(48px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(50px * var(--tw-space-y-reverse));
    margin-bottom:calc(50px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(56px * var(--tw-space-y-reverse));
    margin-bottom:calc(56px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(60px * var(--tw-space-y-reverse));
    margin-bottom:calc(60px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(64px * var(--tw-space-y-reverse));
    margin-bottom:calc(64px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(80px * var(--tw-space-y-reverse));
    margin-bottom:calc(80px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(96px * var(--tw-space-y-reverse));
    margin-bottom:calc(96px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(112px * var(--tw-space-y-reverse));
    margin-bottom:calc(112px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(128px * var(--tw-space-y-reverse));
    margin-bottom:calc(128px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(144px * var(--tw-space-y-reverse));
    margin-bottom:calc(144px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(160px * var(--tw-space-y-reverse));
    margin-bottom:calc(160px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(176px * var(--tw-space-y-reverse));
    margin-bottom:calc(176px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(192px * var(--tw-space-y-reverse));
    margin-bottom:calc(192px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(208px * var(--tw-space-y-reverse));
    margin-bottom:calc(208px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(224px * var(--tw-space-y-reverse));
    margin-bottom:calc(224px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(240px * var(--tw-space-y-reverse));
    margin-bottom:calc(240px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(256px * var(--tw-space-y-reverse));
    margin-bottom:calc(256px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(288px * var(--tw-space-y-reverse));
    margin-bottom:calc(288px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(320px * var(--tw-space-y-reverse));
    margin-bottom:calc(320px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(384px * var(--tw-space-y-reverse));
    margin-bottom:calc(384px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(1px * var(--tw-space-y-reverse));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(2px * var(--tw-space-y-reverse));
    margin-bottom:calc(2px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(6px * var(--tw-space-y-reverse));
    margin-bottom:calc(6px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(10px * var(--tw-space-y-reverse));
    margin-bottom:calc(10px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(14px * var(--tw-space-y-reverse));
    margin-bottom:calc(14px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(18px * var(--tw-space-y-reverse));
    margin-bottom:calc(18px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(30px * var(--tw-space-y-reverse));
    margin-bottom:calc(30px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(0px * var(--tw-space-y-reverse));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-4px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-4px * var(--tw-space-y-reverse));
    margin-bottom:calc(-4px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-8px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-8px * var(--tw-space-y-reverse));
    margin-bottom:calc(-8px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-12px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-12px * var(--tw-space-y-reverse));
    margin-bottom:calc(-12px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-16px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-16px * var(--tw-space-y-reverse));
    margin-bottom:calc(-16px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-20px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-20px * var(--tw-space-y-reverse));
    margin-bottom:calc(-20px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-24px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-24px * var(--tw-space-y-reverse));
    margin-bottom:calc(-24px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-28px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-28px * var(--tw-space-y-reverse));
    margin-bottom:calc(-28px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-32px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-32px * var(--tw-space-y-reverse));
    margin-bottom:calc(-32px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-36px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-36px * var(--tw-space-y-reverse));
    margin-bottom:calc(-36px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-40px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-40px * var(--tw-space-y-reverse));
    margin-bottom:calc(-40px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-44px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-44px * var(--tw-space-y-reverse));
    margin-bottom:calc(-44px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-48px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-48px * var(--tw-space-y-reverse));
    margin-bottom:calc(-48px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-50px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-50px * var(--tw-space-y-reverse));
    margin-bottom:calc(-50px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-56px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-56px * var(--tw-space-y-reverse));
    margin-bottom:calc(-56px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-60px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-60px * var(--tw-space-y-reverse));
    margin-bottom:calc(-60px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-64px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-64px * var(--tw-space-y-reverse));
    margin-bottom:calc(-64px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-80px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-80px * var(--tw-space-y-reverse));
    margin-bottom:calc(-80px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-96px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-96px * var(--tw-space-y-reverse));
    margin-bottom:calc(-96px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-112px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-112px * var(--tw-space-y-reverse));
    margin-bottom:calc(-112px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-128px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-128px * var(--tw-space-y-reverse));
    margin-bottom:calc(-128px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-144px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-144px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-144px * var(--tw-space-y-reverse));
    margin-bottom:calc(-144px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-160px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-160px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-160px * var(--tw-space-y-reverse));
    margin-bottom:calc(-160px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-176px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-176px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-176px * var(--tw-space-y-reverse));
    margin-bottom:calc(-176px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-192px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-192px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-192px * var(--tw-space-y-reverse));
    margin-bottom:calc(-192px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-208px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-208px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-208px * var(--tw-space-y-reverse));
    margin-bottom:calc(-208px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-224px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-224px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-224px * var(--tw-space-y-reverse));
    margin-bottom:calc(-224px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-240px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-240px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-240px * var(--tw-space-y-reverse));
    margin-bottom:calc(-240px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-256px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-256px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-256px * var(--tw-space-y-reverse));
    margin-bottom:calc(-256px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-288px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-288px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-288px * var(--tw-space-y-reverse));
    margin-bottom:calc(-288px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-320px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-320px * var(--tw-space-y-reverse));
    margin-bottom:calc(-320px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-384px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-384px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-384px * var(--tw-space-y-reverse));
    margin-bottom:calc(-384px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-1px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-1px * var(--tw-space-y-reverse));
    margin-bottom:calc(-1px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-2px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-2px * var(--tw-space-y-reverse));
    margin-bottom:calc(-2px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-6px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-6px * var(--tw-space-y-reverse));
    margin-bottom:calc(-6px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-10px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-10px * var(--tw-space-y-reverse));
    margin-bottom:calc(-10px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-14px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-14px * var(--tw-space-y-reverse));
    margin-bottom:calc(-14px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-18px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-18px * var(--tw-space-y-reverse));
    margin-bottom:calc(-18px * var(--tw-space-y-reverse))
  }

  .pc\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:-webkit-calc(-30px * -webkit-calc(1 - var(--tw-space-y-reverse)));
    margin-top:calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:-webkit-calc(-30px * var(--tw-space-y-reverse));
    margin-bottom:calc(-30px * var(--tw-space-y-reverse))
  }

  .pc\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .pc\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .pc\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(0px * var(--tw-divide-x-reverse));
    border-right-width:calc(0px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(2px * var(--tw-divide-x-reverse));
    border-right-width:calc(2px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(4px * var(--tw-divide-x-reverse));
    border-right-width:calc(4px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(6px * var(--tw-divide-x-reverse));
    border-right-width:calc(6px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(6px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(8px * var(--tw-divide-x-reverse));
    border-right-width:calc(8px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:-webkit-calc(1px * var(--tw-divide-x-reverse));
    border-right-width:calc(1px * var(--tw-divide-x-reverse));
    border-left-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .pc\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(0px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(2px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(2px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(4px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(4px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(4px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(6px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(6px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(6px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(8px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(8px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(8px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:-webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:-webkit-calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
  }

  .pc\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .pc\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .pc\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .pc\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .pc\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .pc\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .pc\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .pc\:divide-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-divide-opacity))
  }

  .pc\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .pc\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .pc\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .pc\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .pc\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .pc\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .pc\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .pc\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .pc\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .pc\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .pc\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .pc\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .pc\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .pc\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .pc\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .pc\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .pc\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .pc\:divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .pc\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .pc\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .pc\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .pc\:divide-base > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-divide-opacity))
  }

  .pc\:divide-bc > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-divide-opacity))
  }

  .pc\:divide-d4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-divide-opacity))
  }

  .pc\:divide-d6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-divide-opacity))
  }

  .pc\:divide-e5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-divide-opacity))
  }

  .pc\:divide-ef > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-divide-opacity))
  }

  .pc\:divide-c > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-divide-opacity))
  }

  .pc\:divide-l-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-divide-opacity))
  }

  .pc\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-divide-opacity))
  }

  .pc\:divide-t-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-divide-opacity))
  }

  .pc\:divide-l-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-divide-opacity))
  }

  .pc\:divide-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-divide-opacity))
  }

  .pc\:divide-l-test-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-divide-opacity))
  }

  .pc\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .pc\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .pc\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .pc\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .pc\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .pc\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .pc\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .pc\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .pc\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .pc\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .pc\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .pc\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .pc\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .pc\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .pc\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .pc\:place-self-auto{
    place-self:auto
  }

  .pc\:place-self-start{
    place-self:start
  }

  .pc\:place-self-end{
    place-self:end
  }

  .pc\:place-self-center{
    place-self:center
  }

  .pc\:place-self-stretch{
    place-self:stretch
  }

  .pc\:self-auto{
    -webkit-align-self:auto;
        -ms-flex-item-align:auto;
            align-self:auto
  }

  .pc\:self-start{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start
  }

  .pc\:self-end{
    -webkit-align-self:flex-end;
        -ms-flex-item-align:end;
            align-self:flex-end
  }

  .pc\:self-center{
    -webkit-align-self:center;
        -ms-flex-item-align:center;
            align-self:center
  }

  .pc\:self-stretch{
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch
  }

  .pc\:self-baseline{
    -webkit-align-self:baseline;
        -ms-flex-item-align:baseline;
            align-self:baseline
  }

  .pc\:justify-self-auto{
    justify-self:auto
  }

  .pc\:justify-self-start{
    justify-self:start
  }

  .pc\:justify-self-end{
    justify-self:end
  }

  .pc\:justify-self-center{
    justify-self:center
  }

  .pc\:justify-self-stretch{
    justify-self:stretch
  }

  .pc\:overflow-auto{
    overflow:auto
  }

  .pc\:overflow-hidden{
    overflow:hidden
  }

  .pc\:overflow-visible{
    overflow:visible
  }

  .pc\:overflow-scroll{
    overflow:scroll
  }

  .pc\:overflow-x-auto{
    overflow-x:auto
  }

  .pc\:overflow-y-auto{
    overflow-y:auto
  }

  .pc\:overflow-x-hidden{
    overflow-x:hidden
  }

  .pc\:overflow-y-hidden{
    overflow-y:hidden
  }

  .pc\:overflow-x-visible{
    overflow-x:visible
  }

  .pc\:overflow-y-visible{
    overflow-y:visible
  }

  .pc\:overflow-x-scroll{
    overflow-x:scroll
  }

  .pc\:overflow-y-scroll{
    overflow-y:scroll
  }

  .pc\:overscroll-auto{
    -ms-scroll-chaining:chained;
        overscroll-behavior:auto
  }

  .pc\:overscroll-contain{
    -ms-scroll-chaining:none;
        overscroll-behavior:contain
  }

  .pc\:overscroll-none{
    -ms-scroll-chaining:none;
        overscroll-behavior:none
  }

  .pc\:overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .pc\:overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .pc\:overscroll-y-none{
    overscroll-behavior-y:none
  }

  .pc\:overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .pc\:overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .pc\:overscroll-x-none{
    overscroll-behavior-x:none
  }

  .pc\:truncate{
    overflow:hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space:nowrap
  }

  .pc\:overflow-ellipsis{
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis
  }

  .pc\:overflow-clip{
    -o-text-overflow:clip;
       text-overflow:clip
  }

  .pc\:whitespace-normal{
    white-space:normal
  }

  .pc\:whitespace-nowrap{
    white-space:nowrap
  }

  .pc\:whitespace-pre{
    white-space:pre
  }

  .pc\:whitespace-pre-line{
    white-space:pre-line
  }

  .pc\:whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .pc\:break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .pc\:break-words{
    overflow-wrap:break-word
  }

  .pc\:break-all{
    word-break:break-all
  }

  .pc\:rounded-none{
    -webkit-border-radius:0px;
            border-radius:0px
  }

  .pc\:rounded-sm{
    -webkit-border-radius:2px;
            border-radius:2px
  }

  .pc\:rounded{
    -webkit-border-radius:4px;
            border-radius:4px
  }

  .pc\:rounded-md{
    -webkit-border-radius:6px;
            border-radius:6px
  }

  .pc\:rounded-lg{
    -webkit-border-radius:8px;
            border-radius:8px
  }

  .pc\:rounded-xl{
    -webkit-border-radius:10px;
            border-radius:10px
  }

  .pc\:rounded-2xl{
    -webkit-border-radius:12px;
            border-radius:12px
  }

  .pc\:rounded-3xl{
    -webkit-border-radius:16px;
            border-radius:16px
  }

  .pc\:rounded-full{
    -webkit-border-radius:9999px;
            border-radius:9999px
  }

  .pc\:rounded-t-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .pc\:rounded-t-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .pc\:rounded-t{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .pc\:rounded-t-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .pc\:rounded-t-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .pc\:rounded-t-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .pc\:rounded-t-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .pc\:rounded-t-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .pc\:rounded-t-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .pc\:rounded-r-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .pc\:rounded-r-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .pc\:rounded-r{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .pc\:rounded-r-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .pc\:rounded-r-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .pc\:rounded-r-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .pc\:rounded-r-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px;
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .pc\:rounded-r-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px;
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .pc\:rounded-r-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px;
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .pc\:rounded-b-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .pc\:rounded-b-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .pc\:rounded-b{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .pc\:rounded-b-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .pc\:rounded-b-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .pc\:rounded-b-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .pc\:rounded-b-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .pc\:rounded-b-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .pc\:rounded-b-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .pc\:rounded-l-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px;
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .pc\:rounded-l-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .pc\:rounded-l{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px;
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .pc\:rounded-l-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px;
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .pc\:rounded-l-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .pc\:rounded-l-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .pc\:rounded-l-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .pc\:rounded-l-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px;
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .pc\:rounded-l-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px;
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .pc\:rounded-tl-none{
    -webkit-border-top-left-radius:0px;
            border-top-left-radius:0px
  }

  .pc\:rounded-tl-sm{
    -webkit-border-top-left-radius:2px;
            border-top-left-radius:2px
  }

  .pc\:rounded-tl{
    -webkit-border-top-left-radius:4px;
            border-top-left-radius:4px
  }

  .pc\:rounded-tl-md{
    -webkit-border-top-left-radius:6px;
            border-top-left-radius:6px
  }

  .pc\:rounded-tl-lg{
    -webkit-border-top-left-radius:8px;
            border-top-left-radius:8px
  }

  .pc\:rounded-tl-xl{
    -webkit-border-top-left-radius:10px;
            border-top-left-radius:10px
  }

  .pc\:rounded-tl-2xl{
    -webkit-border-top-left-radius:12px;
            border-top-left-radius:12px
  }

  .pc\:rounded-tl-3xl{
    -webkit-border-top-left-radius:16px;
            border-top-left-radius:16px
  }

  .pc\:rounded-tl-full{
    -webkit-border-top-left-radius:9999px;
            border-top-left-radius:9999px
  }

  .pc\:rounded-tr-none{
    -webkit-border-top-right-radius:0px;
            border-top-right-radius:0px
  }

  .pc\:rounded-tr-sm{
    -webkit-border-top-right-radius:2px;
            border-top-right-radius:2px
  }

  .pc\:rounded-tr{
    -webkit-border-top-right-radius:4px;
            border-top-right-radius:4px
  }

  .pc\:rounded-tr-md{
    -webkit-border-top-right-radius:6px;
            border-top-right-radius:6px
  }

  .pc\:rounded-tr-lg{
    -webkit-border-top-right-radius:8px;
            border-top-right-radius:8px
  }

  .pc\:rounded-tr-xl{
    -webkit-border-top-right-radius:10px;
            border-top-right-radius:10px
  }

  .pc\:rounded-tr-2xl{
    -webkit-border-top-right-radius:12px;
            border-top-right-radius:12px
  }

  .pc\:rounded-tr-3xl{
    -webkit-border-top-right-radius:16px;
            border-top-right-radius:16px
  }

  .pc\:rounded-tr-full{
    -webkit-border-top-right-radius:9999px;
            border-top-right-radius:9999px
  }

  .pc\:rounded-br-none{
    -webkit-border-bottom-right-radius:0px;
            border-bottom-right-radius:0px
  }

  .pc\:rounded-br-sm{
    -webkit-border-bottom-right-radius:2px;
            border-bottom-right-radius:2px
  }

  .pc\:rounded-br{
    -webkit-border-bottom-right-radius:4px;
            border-bottom-right-radius:4px
  }

  .pc\:rounded-br-md{
    -webkit-border-bottom-right-radius:6px;
            border-bottom-right-radius:6px
  }

  .pc\:rounded-br-lg{
    -webkit-border-bottom-right-radius:8px;
            border-bottom-right-radius:8px
  }

  .pc\:rounded-br-xl{
    -webkit-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px
  }

  .pc\:rounded-br-2xl{
    -webkit-border-bottom-right-radius:12px;
            border-bottom-right-radius:12px
  }

  .pc\:rounded-br-3xl{
    -webkit-border-bottom-right-radius:16px;
            border-bottom-right-radius:16px
  }

  .pc\:rounded-br-full{
    -webkit-border-bottom-right-radius:9999px;
            border-bottom-right-radius:9999px
  }

  .pc\:rounded-bl-none{
    -webkit-border-bottom-left-radius:0px;
            border-bottom-left-radius:0px
  }

  .pc\:rounded-bl-sm{
    -webkit-border-bottom-left-radius:2px;
            border-bottom-left-radius:2px
  }

  .pc\:rounded-bl{
    -webkit-border-bottom-left-radius:4px;
            border-bottom-left-radius:4px
  }

  .pc\:rounded-bl-md{
    -webkit-border-bottom-left-radius:6px;
            border-bottom-left-radius:6px
  }

  .pc\:rounded-bl-lg{
    -webkit-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px
  }

  .pc\:rounded-bl-xl{
    -webkit-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px
  }

  .pc\:rounded-bl-2xl{
    -webkit-border-bottom-left-radius:12px;
            border-bottom-left-radius:12px
  }

  .pc\:rounded-bl-3xl{
    -webkit-border-bottom-left-radius:16px;
            border-bottom-left-radius:16px
  }

  .pc\:rounded-bl-full{
    -webkit-border-bottom-left-radius:9999px;
            border-bottom-left-radius:9999px
  }

  .pc\:border-0{
    border-width:0px
  }

  .pc\:border-2{
    border-width:2px
  }

  .pc\:border-4{
    border-width:4px
  }

  .pc\:border-6{
    border-width:6px
  }

  .pc\:border-8{
    border-width:8px
  }

  .pc\:border{
    border-width:1px
  }

  .pc\:border-t-0{
    border-top-width:0px
  }

  .pc\:border-t-2{
    border-top-width:2px
  }

  .pc\:border-t-4{
    border-top-width:4px
  }

  .pc\:border-t-6{
    border-top-width:6px
  }

  .pc\:border-t-8{
    border-top-width:8px
  }

  .pc\:border-t{
    border-top-width:1px
  }

  .pc\:border-r-0{
    border-right-width:0px
  }

  .pc\:border-r-2{
    border-right-width:2px
  }

  .pc\:border-r-4{
    border-right-width:4px
  }

  .pc\:border-r-6{
    border-right-width:6px
  }

  .pc\:border-r-8{
    border-right-width:8px
  }

  .pc\:border-r{
    border-right-width:1px
  }

  .pc\:border-b-0{
    border-bottom-width:0px
  }

  .pc\:border-b-2{
    border-bottom-width:2px
  }

  .pc\:border-b-4{
    border-bottom-width:4px
  }

  .pc\:border-b-6{
    border-bottom-width:6px
  }

  .pc\:border-b-8{
    border-bottom-width:8px
  }

  .pc\:border-b{
    border-bottom-width:1px
  }

  .pc\:border-l-0{
    border-left-width:0px
  }

  .pc\:border-l-2{
    border-left-width:2px
  }

  .pc\:border-l-4{
    border-left-width:4px
  }

  .pc\:border-l-6{
    border-left-width:6px
  }

  .pc\:border-l-8{
    border-left-width:8px
  }

  .pc\:border-l{
    border-left-width:1px
  }

  .pc\:border-solid{
    border-style:solid
  }

  .pc\:border-dashed{
    border-style:dashed
  }

  .pc\:border-dotted{
    border-style:dotted
  }

  .pc\:border-double{
    border-style:double
  }

  .pc\:border-none{
    border-style:none
  }

  .pc\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .pc\:border-transparent{
    border-color:transparent
  }

  .pc\:border-current{
    border-color:currentColor
  }

  .pc\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .pc\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .pc\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .pc\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .pc\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .pc\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .pc\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .pc\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .pc\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .pc\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .pc\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .pc\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .pc\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .pc\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .pc\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .pc\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .pc\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .pc\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .pc\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .pc\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .pc\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .pc\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .pc\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .pc\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .pc\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .pc\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .pc\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .pc\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .pc\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .pc\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .pc\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .pc\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .pc\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .pc\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .pc\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .pc\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .pc\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .pc\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .pc\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .pc\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .pc\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .pc\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .pc\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .pc\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .pc\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .pc\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .pc\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .pc\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .pc\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .pc\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .pc\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .pc\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .pc\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .pc\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .pc\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .pc\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .pc\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .pc\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .pc\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .pc\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .pc\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .pc\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .pc\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .pc\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .pc\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .pc\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .pc\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .pc\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .pc\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .pc\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .pc\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .pc\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .pc\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .pc\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .pc\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .pc\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .pc\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-6{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-transparent{
    border-color:transparent
  }

  .group:hover .pc\:group-hover\:border-current{
    border-color:currentColor
  }

  .group:hover .pc\:group-hover\:border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-red{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-base{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-bc{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-d4{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-d6{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-e5{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-ef{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-c{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-l-blue{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-orange{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-t-orange{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-l-orange{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .group:hover .pc\:group-hover\:border-l-test-blue{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-transparent:focus-within{
    border-color:transparent
  }

  .pc\:focus-within\:border-current:focus-within{
    border-color:currentColor
  }

  .pc\:focus-within\:border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-red:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-base:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-bc:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-d4:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-d6:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-e5:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-ef:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-c:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-l-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-t-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-l-orange:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .pc\:focus-within\:border-l-test-blue:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .pc\:hover\:border-6:hover{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .pc\:hover\:border-transparent:hover{
    border-color:transparent
  }

  .pc\:hover\:border-current:hover{
    border-color:currentColor
  }

  .pc\:hover\:border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .pc\:hover\:border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .pc\:hover\:border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .pc\:hover\:border-red:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .pc\:hover\:border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .pc\:hover\:border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .pc\:hover\:border-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .pc\:hover\:border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .pc\:hover\:border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .pc\:hover\:border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .pc\:hover\:border-base:hover{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .pc\:hover\:border-bc:hover{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .pc\:hover\:border-d4:hover{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .pc\:hover\:border-d6:hover{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .pc\:hover\:border-e5:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .pc\:hover\:border-ef:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .pc\:hover\:border-c:hover{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .pc\:hover\:border-l-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .pc\:hover\:border-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .pc\:hover\:border-t-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .pc\:hover\:border-l-orange:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .pc\:hover\:border-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .pc\:hover\:border-l-test-blue:hover{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .pc\:focus\:border-6:focus{
    --tw-border-opacity:1;
    border-color:rgba(102, 102, 102, var(--tw-border-opacity))
  }

  .pc\:focus\:border-transparent:focus{
    border-color:transparent
  }

  .pc\:focus\:border-current:focus{
    border-color:currentColor
  }

  .pc\:focus\:border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .pc\:focus\:border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .pc\:focus\:border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .pc\:focus\:border-red:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 0, 7, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .pc\:focus\:border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .pc\:focus\:border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .pc\:focus\:border-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 178, 186, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .pc\:focus\:border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .pc\:focus\:border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .pc\:focus\:border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .pc\:focus\:border-base:focus{
    --tw-border-opacity:1;
    border-color:rgba(51, 51, 51, var(--tw-border-opacity))
  }

  .pc\:focus\:border-bc:focus{
    --tw-border-opacity:1;
    border-color:rgba(188, 188, 188, var(--tw-border-opacity))
  }

  .pc\:focus\:border-d4:focus{
    --tw-border-opacity:1;
    border-color:rgba(212, 212, 212, var(--tw-border-opacity))
  }

  .pc\:focus\:border-d6:focus{
    --tw-border-opacity:1;
    border-color:rgba(214, 214, 214, var(--tw-border-opacity))
  }

  .pc\:focus\:border-e5:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 229, 229, var(--tw-border-opacity))
  }

  .pc\:focus\:border-ef:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 239, 239, var(--tw-border-opacity))
  }

  .pc\:focus\:border-c:focus{
    --tw-border-opacity:1;
    border-color:rgba(204, 204, 204, var(--tw-border-opacity))
  }

  .pc\:focus\:border-l-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(104, 203, 209, var(--tw-border-opacity))
  }

  .pc\:focus\:border-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 132, 68, var(--tw-border-opacity))
  }

  .pc\:focus\:border-t-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 112, 12, var(--tw-border-opacity))
  }

  .pc\:focus\:border-l-orange:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 220, 207, var(--tw-border-opacity))
  }

  .pc\:focus\:border-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(82, 124, 186, var(--tw-border-opacity))
  }

  .pc\:focus\:border-l-test-blue:focus{
    --tw-border-opacity:1;
    border-color:rgba(216, 222, 231, var(--tw-border-opacity))
  }

  .pc\:border-opacity-0{
    --tw-border-opacity:0
  }

  .pc\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .pc\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .pc\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .pc\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .pc\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .pc\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .pc\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .pc\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .pc\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .pc\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .pc\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .pc\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .pc\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .pc\:border-opacity-100{
    --tw-border-opacity:1
  }

  .group:hover .pc\:group-hover\:border-opacity-0{
    --tw-border-opacity:0
  }

  .group:hover .pc\:group-hover\:border-opacity-5{
    --tw-border-opacity:0.05
  }

  .group:hover .pc\:group-hover\:border-opacity-10{
    --tw-border-opacity:0.1
  }

  .group:hover .pc\:group-hover\:border-opacity-20{
    --tw-border-opacity:0.2
  }

  .group:hover .pc\:group-hover\:border-opacity-25{
    --tw-border-opacity:0.25
  }

  .group:hover .pc\:group-hover\:border-opacity-30{
    --tw-border-opacity:0.3
  }

  .group:hover .pc\:group-hover\:border-opacity-40{
    --tw-border-opacity:0.4
  }

  .group:hover .pc\:group-hover\:border-opacity-50{
    --tw-border-opacity:0.5
  }

  .group:hover .pc\:group-hover\:border-opacity-60{
    --tw-border-opacity:0.6
  }

  .group:hover .pc\:group-hover\:border-opacity-70{
    --tw-border-opacity:0.7
  }

  .group:hover .pc\:group-hover\:border-opacity-75{
    --tw-border-opacity:0.75
  }

  .group:hover .pc\:group-hover\:border-opacity-80{
    --tw-border-opacity:0.8
  }

  .group:hover .pc\:group-hover\:border-opacity-90{
    --tw-border-opacity:0.9
  }

  .group:hover .pc\:group-hover\:border-opacity-95{
    --tw-border-opacity:0.95
  }

  .group:hover .pc\:group-hover\:border-opacity-100{
    --tw-border-opacity:1
  }

  .pc\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .pc\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .pc\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .pc\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .pc\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .pc\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .pc\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .pc\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .pc\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .pc\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .pc\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .pc\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .pc\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .pc\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .pc\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .pc\:hover\:border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .pc\:hover\:border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .pc\:hover\:border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .pc\:hover\:border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .pc\:hover\:border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .pc\:hover\:border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .pc\:hover\:border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .pc\:hover\:border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .pc\:hover\:border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .pc\:hover\:border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .pc\:hover\:border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .pc\:hover\:border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .pc\:hover\:border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .pc\:hover\:border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .pc\:hover\:border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .pc\:focus\:border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .pc\:focus\:border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .pc\:focus\:border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .pc\:focus\:border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .pc\:focus\:border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .pc\:focus\:border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .pc\:focus\:border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .pc\:focus\:border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .pc\:focus\:border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .pc\:focus\:border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .pc\:focus\:border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .pc\:focus\:border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .pc\:focus\:border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .pc\:focus\:border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .pc\:focus\:border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .pc\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .pc\:bg-transparent{
    background-color:transparent
  }

  .pc\:bg-current{
    background-color:currentColor
  }

  .pc\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .pc\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .pc\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .pc\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .pc\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .pc\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .pc\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .pc\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .pc\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .pc\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .pc\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .pc\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .pc\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .pc\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .pc\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .pc\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .pc\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .pc\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .pc\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .pc\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .pc\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .pc\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .pc\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .pc\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .pc\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .pc\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .pc\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .pc\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .pc\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .pc\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .pc\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .pc\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-6{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-transparent{
    background-color:transparent
  }

  .group:hover .pc\:group-hover\:bg-current{
    background-color:currentColor
  }

  .group:hover .pc\:group-hover\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-red{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-base{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-bc{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-d4{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-d6{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-e5{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-ef{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-c{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-l-blue{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-orange{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-t-orange{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-l-orange{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .group:hover .pc\:group-hover\:bg-l-test-blue{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-transparent:focus-within{
    background-color:transparent
  }

  .pc\:focus-within\:bg-current:focus-within{
    background-color:currentColor
  }

  .pc\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-base:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-bc:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-d4:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-d6:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-e5:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-ef:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-c:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-l-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-t-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-l-orange:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .pc\:focus-within\:bg-l-test-blue:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-transparent:hover{
    background-color:transparent
  }

  .pc\:hover\:bg-current:hover{
    background-color:currentColor
  }

  .pc\:hover\:bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-red:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-base:hover{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-bc:hover{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-d4:hover{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-d6:hover{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-e5:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-ef:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-c:hover{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-l-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-t-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-l-orange:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .pc\:hover\:bg-l-test-blue:hover{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(102, 102, 102, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-transparent:focus{
    background-color:transparent
  }

  .pc\:focus\:bg-current:focus{
    background-color:currentColor
  }

  .pc\:focus\:bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-red:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 0, 7, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 178, 186, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-base:focus{
    --tw-bg-opacity:1;
    background-color:rgba(51, 51, 51, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-bc:focus{
    --tw-bg-opacity:1;
    background-color:rgba(188, 188, 188, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-d4:focus{
    --tw-bg-opacity:1;
    background-color:rgba(212, 212, 212, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-d6:focus{
    --tw-bg-opacity:1;
    background-color:rgba(214, 214, 214, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-e5:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 229, 229, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-ef:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 239, 239, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-c:focus{
    --tw-bg-opacity:1;
    background-color:rgba(204, 204, 204, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-l-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(104, 203, 209, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 132, 68, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-t-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 112, 12, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-l-orange:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 220, 207, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(82, 124, 186, var(--tw-bg-opacity))
  }

  .pc\:focus\:bg-l-test-blue:focus{
    --tw-bg-opacity:1;
    background-color:rgba(216, 222, 231, var(--tw-bg-opacity))
  }

  .pc\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .pc\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .pc\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .pc\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .pc\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .pc\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .pc\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .pc\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .pc\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .pc\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .pc\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .pc\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .pc\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .pc\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .pc\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .group:hover .pc\:group-hover\:bg-opacity-0{
    --tw-bg-opacity:0
  }

  .group:hover .pc\:group-hover\:bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .group:hover .pc\:group-hover\:bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .group:hover .pc\:group-hover\:bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .group:hover .pc\:group-hover\:bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .group:hover .pc\:group-hover\:bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .group:hover .pc\:group-hover\:bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .group:hover .pc\:group-hover\:bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .group:hover .pc\:group-hover\:bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .group:hover .pc\:group-hover\:bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .group:hover .pc\:group-hover\:bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .group:hover .pc\:group-hover\:bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .group:hover .pc\:group-hover\:bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .group:hover .pc\:group-hover\:bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .group:hover .pc\:group-hover\:bg-opacity-100{
    --tw-bg-opacity:1
  }

  .pc\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .pc\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .pc\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .pc\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .pc\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .pc\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .pc\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .pc\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .pc\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .pc\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .pc\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .pc\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .pc\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .pc\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .pc\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .pc\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .pc\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .pc\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .pc\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .pc\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .pc\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .pc\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .pc\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .pc\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .pc\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .pc\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .pc\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .pc\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .pc\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .pc\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .pc\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .pc\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .pc\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .pc\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .pc\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .pc\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .pc\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .pc\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .pc\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .pc\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .pc\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .pc\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .pc\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .pc\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .pc\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .pc\:bg-none{
    background-image:none
  }

  .pc\:bg-gradient-to-t{
    background-image:-webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom, var(--tw-gradient-stops));
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-tr{
    background-image:-webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom left, var(--tw-gradient-stops));
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-r{
    background-image:-webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(left, var(--tw-gradient-stops));
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-br{
    background-image:-webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top left, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-b{
    background-image:-webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-bl{
    background-image:-webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(top right, var(--tw-gradient-stops));
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-l{
    background-image:-webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(right, var(--tw-gradient-stops));
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .pc\:bg-gradient-to-tl{
    background-image:-webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
    background-image:-o-linear-gradient(bottom right, var(--tw-gradient-stops));
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .pc\:from-6{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:from-red{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:from-blue{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:from-base{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:from-bc{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:from-d4{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:from-d6{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:from-e5{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:from-ef{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:from-c{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:from-l-blue{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:from-orange{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:from-t-orange{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:from-l-orange{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:from-test-blue{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:from-l-test-blue{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:hover\:from-6:hover{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:hover\:from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:hover\:from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:hover\:from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:hover\:from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:hover\:from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:hover\:from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:hover\:from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:hover\:from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:hover\:from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:hover\:from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:hover\:from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:hover\:from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:hover\:from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:hover\:from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:hover\:from-red:hover{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:hover\:from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:hover\:from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:hover\:from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:hover\:from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:hover\:from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:hover\:from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:hover\:from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:hover\:from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:hover\:from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:hover\:from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:hover\:from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:hover\:from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:hover\:from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:hover\:from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:hover\:from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:hover\:from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:hover\:from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:hover\:from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:hover\:from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:hover\:from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:hover\:from-blue:hover{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:hover\:from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:hover\:from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:hover\:from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:hover\:from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:hover\:from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:hover\:from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:hover\:from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:hover\:from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:hover\:from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:hover\:from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:hover\:from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:hover\:from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:hover\:from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:hover\:from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:hover\:from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:hover\:from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:hover\:from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:hover\:from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:hover\:from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:hover\:from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:hover\:from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:hover\:from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:hover\:from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:hover\:from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:hover\:from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:hover\:from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:hover\:from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:hover\:from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:hover\:from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:hover\:from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:hover\:from-base:hover{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:hover\:from-bc:hover{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:hover\:from-d4:hover{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:hover\:from-d6:hover{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:hover\:from-e5:hover{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:hover\:from-ef:hover{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:hover\:from-c:hover{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:hover\:from-l-blue:hover{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:hover\:from-orange:hover{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:hover\:from-t-orange:hover{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:hover\:from-l-orange:hover{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:hover\:from-test-blue:hover{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:hover\:from-l-test-blue:hover{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:focus\:from-6:focus{
    --tw-gradient-from:#666;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:focus\:from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:focus\:from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:focus\:from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:focus\:from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:focus\:from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:focus\:from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:focus\:from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:focus\:from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:focus\:from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:focus\:from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:focus\:from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:focus\:from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:focus\:from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:focus\:from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:focus\:from-red:focus{
    --tw-gradient-from:#BE281F;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:focus\:from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:focus\:from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:focus\:from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:focus\:from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:focus\:from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:focus\:from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:focus\:from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:focus\:from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:focus\:from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:focus\:from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:focus\:from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:focus\:from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:focus\:from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:focus\:from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:focus\:from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:focus\:from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:focus\:from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:focus\:from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:focus\:from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:focus\:from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:focus\:from-blue:focus{
    --tw-gradient-from:#52B2BA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:focus\:from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:focus\:from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:focus\:from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:focus\:from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:focus\:from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:focus\:from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:focus\:from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:focus\:from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:focus\:from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:focus\:from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:focus\:from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:focus\:from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:focus\:from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:focus\:from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:focus\:from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:focus\:from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:focus\:from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:focus\:from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:focus\:from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:focus\:from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:focus\:from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:focus\:from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:focus\:from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:focus\:from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:focus\:from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:focus\:from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:focus\:from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:focus\:from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:focus\:from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:focus\:from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:focus\:from-base:focus{
    --tw-gradient-from:#333;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:focus\:from-bc:focus{
    --tw-gradient-from:#bcbcbc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:focus\:from-d4:focus{
    --tw-gradient-from:#d4d4d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:focus\:from-d6:focus{
    --tw-gradient-from:#d6d6d6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:focus\:from-e5:focus{
    --tw-gradient-from:#E5E5E5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:focus\:from-ef:focus{
    --tw-gradient-from:#EFEFEF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:focus\:from-c:focus{
    --tw-gradient-from:#ccc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:focus\:from-l-blue:focus{
    --tw-gradient-from:#68CBD1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:focus\:from-orange:focus{
    --tw-gradient-from:#DD8444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:focus\:from-t-orange:focus{
    --tw-gradient-from:#F9700C;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:focus\:from-l-orange:focus{
    --tw-gradient-from:#EDDCCF;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:focus\:from-test-blue:focus{
    --tw-gradient-from:#527CBA;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:focus\:from-l-test-blue:focus{
    --tw-gradient-from:#D8DEE7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:via-6{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:via-red{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:via-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:via-base{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:via-bc{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:via-d4{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:via-d6{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:via-e5{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:via-ef{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:via-c{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:via-l-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:via-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:via-t-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:via-l-orange{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:via-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:via-l-test-blue{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:hover\:via-6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:hover\:via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:hover\:via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:hover\:via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:hover\:via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:hover\:via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:hover\:via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:hover\:via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:hover\:via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:hover\:via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:hover\:via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:hover\:via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:hover\:via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:hover\:via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:hover\:via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:hover\:via-red:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:hover\:via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:hover\:via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:hover\:via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:hover\:via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:hover\:via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:hover\:via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:hover\:via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:hover\:via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:hover\:via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:hover\:via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:hover\:via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:hover\:via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:hover\:via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:hover\:via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:hover\:via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:hover\:via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:hover\:via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:hover\:via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:hover\:via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:hover\:via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:hover\:via-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:hover\:via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:hover\:via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:hover\:via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:hover\:via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:hover\:via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:hover\:via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:hover\:via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:hover\:via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:hover\:via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:hover\:via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:hover\:via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:hover\:via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:hover\:via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:hover\:via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:hover\:via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:hover\:via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:hover\:via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:hover\:via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:hover\:via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:hover\:via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:hover\:via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:hover\:via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:hover\:via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:hover\:via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:hover\:via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:hover\:via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:hover\:via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:hover\:via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:hover\:via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:hover\:via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:hover\:via-base:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:hover\:via-bc:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:hover\:via-d4:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:hover\:via-d6:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:hover\:via-e5:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:hover\:via-ef:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:hover\:via-c:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:hover\:via-l-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:hover\:via-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:hover\:via-t-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:hover\:via-l-orange:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:hover\:via-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:hover\:via-l-test-blue:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:focus\:via-6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #666, var(--tw-gradient-to, rgba(102, 102, 102, 0))
  }

  .pc\:focus\:via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:focus\:via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:focus\:via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .pc\:focus\:via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .pc\:focus\:via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .pc\:focus\:via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .pc\:focus\:via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .pc\:focus\:via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .pc\:focus\:via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .pc\:focus\:via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .pc\:focus\:via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .pc\:focus\:via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .pc\:focus\:via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .pc\:focus\:via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .pc\:focus\:via-red:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #BE281F, var(--tw-gradient-to, rgba(224, 0, 7, 0))
  }

  .pc\:focus\:via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .pc\:focus\:via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .pc\:focus\:via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .pc\:focus\:via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .pc\:focus\:via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .pc\:focus\:via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .pc\:focus\:via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .pc\:focus\:via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .pc\:focus\:via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .pc\:focus\:via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .pc\:focus\:via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .pc\:focus\:via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .pc\:focus\:via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .pc\:focus\:via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .pc\:focus\:via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .pc\:focus\:via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .pc\:focus\:via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .pc\:focus\:via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .pc\:focus\:via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .pc\:focus\:via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .pc\:focus\:via-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #52B2BA, var(--tw-gradient-to, rgba(82, 178, 186, 0))
  }

  .pc\:focus\:via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .pc\:focus\:via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .pc\:focus\:via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .pc\:focus\:via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .pc\:focus\:via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .pc\:focus\:via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .pc\:focus\:via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .pc\:focus\:via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .pc\:focus\:via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .pc\:focus\:via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .pc\:focus\:via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .pc\:focus\:via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .pc\:focus\:via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .pc\:focus\:via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .pc\:focus\:via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .pc\:focus\:via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .pc\:focus\:via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .pc\:focus\:via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .pc\:focus\:via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .pc\:focus\:via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .pc\:focus\:via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .pc\:focus\:via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .pc\:focus\:via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .pc\:focus\:via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .pc\:focus\:via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .pc\:focus\:via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .pc\:focus\:via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .pc\:focus\:via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .pc\:focus\:via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .pc\:focus\:via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .pc\:focus\:via-base:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0))
  }

  .pc\:focus\:via-bc:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bcbcbc, var(--tw-gradient-to, rgba(188, 188, 188, 0))
  }

  .pc\:focus\:via-d4:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0))
  }

  .pc\:focus\:via-d6:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0))
  }

  .pc\:focus\:via-e5:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #E5E5E5, var(--tw-gradient-to, rgba(229, 229, 229, 0))
  }

  .pc\:focus\:via-ef:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0))
  }

  .pc\:focus\:via-c:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ccc, var(--tw-gradient-to, rgba(204, 204, 204, 0))
  }

  .pc\:focus\:via-l-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #68CBD1, var(--tw-gradient-to, rgba(104, 203, 209, 0))
  }

  .pc\:focus\:via-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #DD8444, var(--tw-gradient-to, rgba(221, 132, 68, 0))
  }

  .pc\:focus\:via-t-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #F9700C, var(--tw-gradient-to, rgba(249, 112, 12, 0))
  }

  .pc\:focus\:via-l-orange:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #EDDCCF, var(--tw-gradient-to, rgba(237, 220, 207, 0))
  }

  .pc\:focus\:via-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #527CBA, var(--tw-gradient-to, rgba(82, 124, 186, 0))
  }

  .pc\:focus\:via-l-test-blue:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #D8DEE7, var(--tw-gradient-to, rgba(216, 222, 231, 0))
  }

  .pc\:to-6{
    --tw-gradient-to:#666
  }

  .pc\:to-transparent{
    --tw-gradient-to:transparent
  }

  .pc\:to-current{
    --tw-gradient-to:currentColor
  }

  .pc\:to-black{
    --tw-gradient-to:#000
  }

  .pc\:to-white{
    --tw-gradient-to:#fff
  }

  .pc\:to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .pc\:to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .pc\:to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .pc\:to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .pc\:to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .pc\:to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .pc\:to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .pc\:to-gray-700{
    --tw-gradient-to:#374151
  }

  .pc\:to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .pc\:to-gray-900{
    --tw-gradient-to:#111827
  }

  .pc\:to-red{
    --tw-gradient-to:#BE281F
  }

  .pc\:to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .pc\:to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .pc\:to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .pc\:to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .pc\:to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .pc\:to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .pc\:to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .pc\:to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .pc\:to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .pc\:to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .pc\:to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .pc\:to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .pc\:to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .pc\:to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .pc\:to-green-400{
    --tw-gradient-to:#34d399
  }

  .pc\:to-green-500{
    --tw-gradient-to:#10b981
  }

  .pc\:to-green-600{
    --tw-gradient-to:#059669
  }

  .pc\:to-green-700{
    --tw-gradient-to:#047857
  }

  .pc\:to-green-800{
    --tw-gradient-to:#065f46
  }

  .pc\:to-green-900{
    --tw-gradient-to:#064e3b
  }

  .pc\:to-blue{
    --tw-gradient-to:#52B2BA
  }

  .pc\:to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .pc\:to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .pc\:to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .pc\:to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .pc\:to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .pc\:to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .pc\:to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .pc\:to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .pc\:to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .pc\:to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .pc\:to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .pc\:to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .pc\:to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .pc\:to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .pc\:to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .pc\:to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .pc\:to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .pc\:to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .pc\:to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .pc\:to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .pc\:to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .pc\:to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .pc\:to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .pc\:to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .pc\:to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .pc\:to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .pc\:to-pink-600{
    --tw-gradient-to:#db2777
  }

  .pc\:to-pink-700{
    --tw-gradient-to:#be185d
  }

  .pc\:to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .pc\:to-pink-900{
    --tw-gradient-to:#831843
  }

  .pc\:to-base{
    --tw-gradient-to:#333
  }

  .pc\:to-bc{
    --tw-gradient-to:#bcbcbc
  }

  .pc\:to-d4{
    --tw-gradient-to:#d4d4d4
  }

  .pc\:to-d6{
    --tw-gradient-to:#d6d6d6
  }

  .pc\:to-e5{
    --tw-gradient-to:#E5E5E5
  }

  .pc\:to-ef{
    --tw-gradient-to:#EFEFEF
  }

  .pc\:to-c{
    --tw-gradient-to:#ccc
  }

  .pc\:to-l-blue{
    --tw-gradient-to:#68CBD1
  }

  .pc\:to-orange{
    --tw-gradient-to:#DD8444
  }

  .pc\:to-t-orange{
    --tw-gradient-to:#F9700C
  }

  .pc\:to-l-orange{
    --tw-gradient-to:#EDDCCF
  }

  .pc\:to-test-blue{
    --tw-gradient-to:#527CBA
  }

  .pc\:to-l-test-blue{
    --tw-gradient-to:#D8DEE7
  }

  .pc\:hover\:to-6:hover{
    --tw-gradient-to:#666
  }

  .pc\:hover\:to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .pc\:hover\:to-current:hover{
    --tw-gradient-to:currentColor
  }

  .pc\:hover\:to-black:hover{
    --tw-gradient-to:#000
  }

  .pc\:hover\:to-white:hover{
    --tw-gradient-to:#fff
  }

  .pc\:hover\:to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .pc\:hover\:to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .pc\:hover\:to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .pc\:hover\:to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .pc\:hover\:to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .pc\:hover\:to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .pc\:hover\:to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .pc\:hover\:to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .pc\:hover\:to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .pc\:hover\:to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .pc\:hover\:to-red:hover{
    --tw-gradient-to:#BE281F
  }

  .pc\:hover\:to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .pc\:hover\:to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .pc\:hover\:to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .pc\:hover\:to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .pc\:hover\:to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .pc\:hover\:to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .pc\:hover\:to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .pc\:hover\:to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .pc\:hover\:to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .pc\:hover\:to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .pc\:hover\:to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .pc\:hover\:to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .pc\:hover\:to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .pc\:hover\:to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .pc\:hover\:to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .pc\:hover\:to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .pc\:hover\:to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .pc\:hover\:to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .pc\:hover\:to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .pc\:hover\:to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .pc\:hover\:to-blue:hover{
    --tw-gradient-to:#52B2BA
  }

  .pc\:hover\:to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .pc\:hover\:to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .pc\:hover\:to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .pc\:hover\:to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .pc\:hover\:to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .pc\:hover\:to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .pc\:hover\:to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .pc\:hover\:to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .pc\:hover\:to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .pc\:hover\:to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .pc\:hover\:to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .pc\:hover\:to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .pc\:hover\:to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .pc\:hover\:to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .pc\:hover\:to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .pc\:hover\:to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .pc\:hover\:to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .pc\:hover\:to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .pc\:hover\:to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .pc\:hover\:to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .pc\:hover\:to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .pc\:hover\:to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .pc\:hover\:to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .pc\:hover\:to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .pc\:hover\:to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .pc\:hover\:to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .pc\:hover\:to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .pc\:hover\:to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .pc\:hover\:to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .pc\:hover\:to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .pc\:hover\:to-base:hover{
    --tw-gradient-to:#333
  }

  .pc\:hover\:to-bc:hover{
    --tw-gradient-to:#bcbcbc
  }

  .pc\:hover\:to-d4:hover{
    --tw-gradient-to:#d4d4d4
  }

  .pc\:hover\:to-d6:hover{
    --tw-gradient-to:#d6d6d6
  }

  .pc\:hover\:to-e5:hover{
    --tw-gradient-to:#E5E5E5
  }

  .pc\:hover\:to-ef:hover{
    --tw-gradient-to:#EFEFEF
  }

  .pc\:hover\:to-c:hover{
    --tw-gradient-to:#ccc
  }

  .pc\:hover\:to-l-blue:hover{
    --tw-gradient-to:#68CBD1
  }

  .pc\:hover\:to-orange:hover{
    --tw-gradient-to:#DD8444
  }

  .pc\:hover\:to-t-orange:hover{
    --tw-gradient-to:#F9700C
  }

  .pc\:hover\:to-l-orange:hover{
    --tw-gradient-to:#EDDCCF
  }

  .pc\:hover\:to-test-blue:hover{
    --tw-gradient-to:#527CBA
  }

  .pc\:hover\:to-l-test-blue:hover{
    --tw-gradient-to:#D8DEE7
  }

  .pc\:focus\:to-6:focus{
    --tw-gradient-to:#666
  }

  .pc\:focus\:to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .pc\:focus\:to-current:focus{
    --tw-gradient-to:currentColor
  }

  .pc\:focus\:to-black:focus{
    --tw-gradient-to:#000
  }

  .pc\:focus\:to-white:focus{
    --tw-gradient-to:#fff
  }

  .pc\:focus\:to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .pc\:focus\:to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .pc\:focus\:to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .pc\:focus\:to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .pc\:focus\:to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .pc\:focus\:to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .pc\:focus\:to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .pc\:focus\:to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .pc\:focus\:to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .pc\:focus\:to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .pc\:focus\:to-red:focus{
    --tw-gradient-to:#BE281F
  }

  .pc\:focus\:to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .pc\:focus\:to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .pc\:focus\:to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .pc\:focus\:to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .pc\:focus\:to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .pc\:focus\:to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .pc\:focus\:to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .pc\:focus\:to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .pc\:focus\:to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .pc\:focus\:to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .pc\:focus\:to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .pc\:focus\:to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .pc\:focus\:to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .pc\:focus\:to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .pc\:focus\:to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .pc\:focus\:to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .pc\:focus\:to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .pc\:focus\:to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .pc\:focus\:to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .pc\:focus\:to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .pc\:focus\:to-blue:focus{
    --tw-gradient-to:#52B2BA
  }

  .pc\:focus\:to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .pc\:focus\:to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .pc\:focus\:to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .pc\:focus\:to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .pc\:focus\:to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .pc\:focus\:to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .pc\:focus\:to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .pc\:focus\:to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .pc\:focus\:to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .pc\:focus\:to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .pc\:focus\:to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .pc\:focus\:to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .pc\:focus\:to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .pc\:focus\:to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .pc\:focus\:to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .pc\:focus\:to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .pc\:focus\:to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .pc\:focus\:to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .pc\:focus\:to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .pc\:focus\:to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .pc\:focus\:to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .pc\:focus\:to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .pc\:focus\:to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .pc\:focus\:to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .pc\:focus\:to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .pc\:focus\:to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .pc\:focus\:to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .pc\:focus\:to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .pc\:focus\:to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .pc\:focus\:to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .pc\:focus\:to-base:focus{
    --tw-gradient-to:#333
  }

  .pc\:focus\:to-bc:focus{
    --tw-gradient-to:#bcbcbc
  }

  .pc\:focus\:to-d4:focus{
    --tw-gradient-to:#d4d4d4
  }

  .pc\:focus\:to-d6:focus{
    --tw-gradient-to:#d6d6d6
  }

  .pc\:focus\:to-e5:focus{
    --tw-gradient-to:#E5E5E5
  }

  .pc\:focus\:to-ef:focus{
    --tw-gradient-to:#EFEFEF
  }

  .pc\:focus\:to-c:focus{
    --tw-gradient-to:#ccc
  }

  .pc\:focus\:to-l-blue:focus{
    --tw-gradient-to:#68CBD1
  }

  .pc\:focus\:to-orange:focus{
    --tw-gradient-to:#DD8444
  }

  .pc\:focus\:to-t-orange:focus{
    --tw-gradient-to:#F9700C
  }

  .pc\:focus\:to-l-orange:focus{
    --tw-gradient-to:#EDDCCF
  }

  .pc\:focus\:to-test-blue:focus{
    --tw-gradient-to:#527CBA
  }

  .pc\:focus\:to-l-test-blue:focus{
    --tw-gradient-to:#D8DEE7
  }

  .pc\:decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .pc\:decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .pc\:bg-auto{
    background-size:auto
  }

  .pc\:bg-cover{
    background-size:cover
  }

  .pc\:bg-contain{
    background-size:contain
  }

  .pc\:bg-fixed{
    background-attachment:fixed
  }

  .pc\:bg-local{
    background-attachment:local
  }

  .pc\:bg-scroll{
    background-attachment:scroll
  }

  .pc\:bg-clip-border{
    background-clip:border-box
  }

  .pc\:bg-clip-padding{
    background-clip:padding-box
  }

  .pc\:bg-clip-content{
    background-clip:content-box
  }

  .pc\:bg-clip-text{
    -webkit-background-clip:text;
            background-clip:text
  }

  .pc\:bg-bottom{
    background-position:bottom
  }

  .pc\:bg-center{
    background-position:center
  }

  .pc\:bg-left{
    background-position:left
  }

  .pc\:bg-left-bottom{
    background-position:left bottom
  }

  .pc\:bg-left-top{
    background-position:left top
  }

  .pc\:bg-right{
    background-position:right
  }

  .pc\:bg-right-bottom{
    background-position:right bottom
  }

  .pc\:bg-right-top{
    background-position:right top
  }

  .pc\:bg-top{
    background-position:top
  }

  .pc\:bg-repeat{
    background-repeat:repeat
  }

  .pc\:bg-no-repeat{
    background-repeat:no-repeat
  }

  .pc\:bg-repeat-x{
    background-repeat:repeat-x
  }

  .pc\:bg-repeat-y{
    background-repeat:repeat-y
  }

  .pc\:bg-repeat-round{
    background-repeat:round
  }

  .pc\:bg-repeat-space{
    background-repeat:space
  }

  .pc\:bg-origin-border{
    background-origin:border-box
  }

  .pc\:bg-origin-padding{
    background-origin:padding-box
  }

  .pc\:bg-origin-content{
    background-origin:content-box
  }

  .pc\:fill-current{
    fill:currentColor
  }

  .pc\:stroke-current{
    stroke:currentColor
  }

  .pc\:stroke-0{
    stroke-width:0
  }

  .pc\:stroke-1{
    stroke-width:1
  }

  .pc\:stroke-2{
    stroke-width:2
  }

  .pc\:object-contain{
    -o-object-fit:contain;
       object-fit:contain
  }

  .pc\:object-cover{
    -o-object-fit:cover;
       object-fit:cover
  }

  .pc\:object-fill{
    -o-object-fit:fill;
       object-fit:fill
  }

  .pc\:object-none{
    -o-object-fit:none;
       object-fit:none
  }

  .pc\:object-scale-down{
    -o-object-fit:scale-down;
       object-fit:scale-down
  }

  .pc\:object-bottom{
    -o-object-position:bottom;
       object-position:bottom
  }

  .pc\:object-center{
    -o-object-position:center;
       object-position:center
  }

  .pc\:object-left{
    -o-object-position:left;
       object-position:left
  }

  .pc\:object-left-bottom{
    -o-object-position:left bottom;
       object-position:left bottom
  }

  .pc\:object-left-top{
    -o-object-position:left top;
       object-position:left top
  }

  .pc\:object-right{
    -o-object-position:right;
       object-position:right
  }

  .pc\:object-right-bottom{
    -o-object-position:right bottom;
       object-position:right bottom
  }

  .pc\:object-right-top{
    -o-object-position:right top;
       object-position:right top
  }

  .pc\:object-top{
    -o-object-position:top;
       object-position:top
  }

  .pc\:p-0{
    padding:0px
  }

  .pc\:p-1{
    padding:4px
  }

  .pc\:p-2{
    padding:8px
  }

  .pc\:p-3{
    padding:12px
  }

  .pc\:p-4{
    padding:16px
  }

  .pc\:p-5{
    padding:20px
  }

  .pc\:p-6{
    padding:24px
  }

  .pc\:p-7{
    padding:28px
  }

  .pc\:p-8{
    padding:32px
  }

  .pc\:p-9{
    padding:36px
  }

  .pc\:p-10{
    padding:40px
  }

  .pc\:p-11{
    padding:44px
  }

  .pc\:p-12{
    padding:48px
  }

  .pc\:p-13{
    padding:50px
  }

  .pc\:p-14{
    padding:56px
  }

  .pc\:p-15{
    padding:60px
  }

  .pc\:p-16{
    padding:64px
  }

  .pc\:p-20{
    padding:80px
  }

  .pc\:p-24{
    padding:96px
  }

  .pc\:p-28{
    padding:112px
  }

  .pc\:p-32{
    padding:128px
  }

  .pc\:p-36{
    padding:144px
  }

  .pc\:p-40{
    padding:160px
  }

  .pc\:p-44{
    padding:176px
  }

  .pc\:p-48{
    padding:192px
  }

  .pc\:p-52{
    padding:208px
  }

  .pc\:p-56{
    padding:224px
  }

  .pc\:p-60{
    padding:240px
  }

  .pc\:p-64{
    padding:256px
  }

  .pc\:p-72{
    padding:288px
  }

  .pc\:p-80{
    padding:320px
  }

  .pc\:p-96{
    padding:384px
  }

  .pc\:p-px{
    padding:1px
  }

  .pc\:p-0\.5{
    padding:2px
  }

  .pc\:p-1\.5{
    padding:6px
  }

  .pc\:p-2\.5{
    padding:10px
  }

  .pc\:p-3\.5{
    padding:14px
  }

  .pc\:p-4\.5{
    padding:18px
  }

  .pc\:p-7\.5{
    padding:30px
  }

  .pc\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .pc\:px-1{
    padding-left:4px;
    padding-right:4px
  }

  .pc\:px-2{
    padding-left:8px;
    padding-right:8px
  }

  .pc\:px-3{
    padding-left:12px;
    padding-right:12px
  }

  .pc\:px-4{
    padding-left:16px;
    padding-right:16px
  }

  .pc\:px-5{
    padding-left:20px;
    padding-right:20px
  }

  .pc\:px-6{
    padding-left:24px;
    padding-right:24px
  }

  .pc\:px-7{
    padding-left:28px;
    padding-right:28px
  }

  .pc\:px-8{
    padding-left:32px;
    padding-right:32px
  }

  .pc\:px-9{
    padding-left:36px;
    padding-right:36px
  }

  .pc\:px-10{
    padding-left:40px;
    padding-right:40px
  }

  .pc\:px-11{
    padding-left:44px;
    padding-right:44px
  }

  .pc\:px-12{
    padding-left:48px;
    padding-right:48px
  }

  .pc\:px-13{
    padding-left:50px;
    padding-right:50px
  }

  .pc\:px-14{
    padding-left:56px;
    padding-right:56px
  }

  .pc\:px-15{
    padding-left:60px;
    padding-right:60px
  }

  .pc\:px-16{
    padding-left:64px;
    padding-right:64px
  }

  .pc\:px-20{
    padding-left:80px;
    padding-right:80px
  }

  .pc\:px-24{
    padding-left:96px;
    padding-right:96px
  }

  .pc\:px-28{
    padding-left:112px;
    padding-right:112px
  }

  .pc\:px-32{
    padding-left:128px;
    padding-right:128px
  }

  .pc\:px-36{
    padding-left:144px;
    padding-right:144px
  }

  .pc\:px-40{
    padding-left:160px;
    padding-right:160px
  }

  .pc\:px-44{
    padding-left:176px;
    padding-right:176px
  }

  .pc\:px-48{
    padding-left:192px;
    padding-right:192px
  }

  .pc\:px-52{
    padding-left:208px;
    padding-right:208px
  }

  .pc\:px-56{
    padding-left:224px;
    padding-right:224px
  }

  .pc\:px-60{
    padding-left:240px;
    padding-right:240px
  }

  .pc\:px-64{
    padding-left:256px;
    padding-right:256px
  }

  .pc\:px-72{
    padding-left:288px;
    padding-right:288px
  }

  .pc\:px-80{
    padding-left:320px;
    padding-right:320px
  }

  .pc\:px-96{
    padding-left:384px;
    padding-right:384px
  }

  .pc\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .pc\:px-0\.5{
    padding-left:2px;
    padding-right:2px
  }

  .pc\:px-1\.5{
    padding-left:6px;
    padding-right:6px
  }

  .pc\:px-2\.5{
    padding-left:10px;
    padding-right:10px
  }

  .pc\:px-3\.5{
    padding-left:14px;
    padding-right:14px
  }

  .pc\:px-4\.5{
    padding-left:18px;
    padding-right:18px
  }

  .pc\:px-7\.5{
    padding-left:30px;
    padding-right:30px
  }

  .pc\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .pc\:py-1{
    padding-top:4px;
    padding-bottom:4px
  }

  .pc\:py-2{
    padding-top:8px;
    padding-bottom:8px
  }

  .pc\:py-3{
    padding-top:12px;
    padding-bottom:12px
  }

  .pc\:py-4{
    padding-top:16px;
    padding-bottom:16px
  }

  .pc\:py-5{
    padding-top:20px;
    padding-bottom:20px
  }

  .pc\:py-6{
    padding-top:24px;
    padding-bottom:24px
  }

  .pc\:py-7{
    padding-top:28px;
    padding-bottom:28px
  }

  .pc\:py-8{
    padding-top:32px;
    padding-bottom:32px
  }

  .pc\:py-9{
    padding-top:36px;
    padding-bottom:36px
  }

  .pc\:py-10{
    padding-top:40px;
    padding-bottom:40px
  }

  .pc\:py-11{
    padding-top:44px;
    padding-bottom:44px
  }

  .pc\:py-12{
    padding-top:48px;
    padding-bottom:48px
  }

  .pc\:py-13{
    padding-top:50px;
    padding-bottom:50px
  }

  .pc\:py-14{
    padding-top:56px;
    padding-bottom:56px
  }

  .pc\:py-15{
    padding-top:60px;
    padding-bottom:60px
  }

  .pc\:py-16{
    padding-top:64px;
    padding-bottom:64px
  }

  .pc\:py-20{
    padding-top:80px;
    padding-bottom:80px
  }

  .pc\:py-24{
    padding-top:96px;
    padding-bottom:96px
  }

  .pc\:py-28{
    padding-top:112px;
    padding-bottom:112px
  }

  .pc\:py-32{
    padding-top:128px;
    padding-bottom:128px
  }

  .pc\:py-36{
    padding-top:144px;
    padding-bottom:144px
  }

  .pc\:py-40{
    padding-top:160px;
    padding-bottom:160px
  }

  .pc\:py-44{
    padding-top:176px;
    padding-bottom:176px
  }

  .pc\:py-48{
    padding-top:192px;
    padding-bottom:192px
  }

  .pc\:py-52{
    padding-top:208px;
    padding-bottom:208px
  }

  .pc\:py-56{
    padding-top:224px;
    padding-bottom:224px
  }

  .pc\:py-60{
    padding-top:240px;
    padding-bottom:240px
  }

  .pc\:py-64{
    padding-top:256px;
    padding-bottom:256px
  }

  .pc\:py-72{
    padding-top:288px;
    padding-bottom:288px
  }

  .pc\:py-80{
    padding-top:320px;
    padding-bottom:320px
  }

  .pc\:py-96{
    padding-top:384px;
    padding-bottom:384px
  }

  .pc\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .pc\:py-0\.5{
    padding-top:2px;
    padding-bottom:2px
  }

  .pc\:py-1\.5{
    padding-top:6px;
    padding-bottom:6px
  }

  .pc\:py-2\.5{
    padding-top:10px;
    padding-bottom:10px
  }

  .pc\:py-3\.5{
    padding-top:14px;
    padding-bottom:14px
  }

  .pc\:py-4\.5{
    padding-top:18px;
    padding-bottom:18px
  }

  .pc\:py-7\.5{
    padding-top:30px;
    padding-bottom:30px
  }

  .pc\:pt-0{
    padding-top:0px
  }

  .pc\:pt-1{
    padding-top:4px
  }

  .pc\:pt-2{
    padding-top:8px
  }

  .pc\:pt-3{
    padding-top:12px
  }

  .pc\:pt-4{
    padding-top:16px
  }

  .pc\:pt-5{
    padding-top:20px
  }

  .pc\:pt-6{
    padding-top:24px
  }

  .pc\:pt-7{
    padding-top:28px
  }

  .pc\:pt-8{
    padding-top:32px
  }

  .pc\:pt-9{
    padding-top:36px
  }

  .pc\:pt-10{
    padding-top:40px
  }

  .pc\:pt-11{
    padding-top:44px
  }

  .pc\:pt-12{
    padding-top:48px
  }

  .pc\:pt-13{
    padding-top:50px
  }

  .pc\:pt-14{
    padding-top:56px
  }

  .pc\:pt-15{
    padding-top:60px
  }

  .pc\:pt-16{
    padding-top:64px
  }

  .pc\:pt-20{
    padding-top:80px
  }

  .pc\:pt-24{
    padding-top:96px
  }

  .pc\:pt-28{
    padding-top:112px
  }

  .pc\:pt-32{
    padding-top:128px
  }

  .pc\:pt-36{
    padding-top:144px
  }

  .pc\:pt-40{
    padding-top:160px
  }

  .pc\:pt-44{
    padding-top:176px
  }

  .pc\:pt-48{
    padding-top:192px
  }

  .pc\:pt-52{
    padding-top:208px
  }

  .pc\:pt-56{
    padding-top:224px
  }

  .pc\:pt-60{
    padding-top:240px
  }

  .pc\:pt-64{
    padding-top:256px
  }

  .pc\:pt-72{
    padding-top:288px
  }

  .pc\:pt-80{
    padding-top:320px
  }

  .pc\:pt-96{
    padding-top:384px
  }

  .pc\:pt-px{
    padding-top:1px
  }

  .pc\:pt-0\.5{
    padding-top:2px
  }

  .pc\:pt-1\.5{
    padding-top:6px
  }

  .pc\:pt-2\.5{
    padding-top:10px
  }

  .pc\:pt-3\.5{
    padding-top:14px
  }

  .pc\:pt-4\.5{
    padding-top:18px
  }

  .pc\:pt-7\.5{
    padding-top:30px
  }

  .pc\:pr-0{
    padding-right:0px
  }

  .pc\:pr-1{
    padding-right:4px
  }

  .pc\:pr-2{
    padding-right:8px
  }

  .pc\:pr-3{
    padding-right:12px
  }

  .pc\:pr-4{
    padding-right:16px
  }

  .pc\:pr-5{
    padding-right:20px
  }

  .pc\:pr-6{
    padding-right:24px
  }

  .pc\:pr-7{
    padding-right:28px
  }

  .pc\:pr-8{
    padding-right:32px
  }

  .pc\:pr-9{
    padding-right:36px
  }

  .pc\:pr-10{
    padding-right:40px
  }

  .pc\:pr-11{
    padding-right:44px
  }

  .pc\:pr-12{
    padding-right:48px
  }

  .pc\:pr-13{
    padding-right:50px
  }

  .pc\:pr-14{
    padding-right:56px
  }

  .pc\:pr-15{
    padding-right:60px
  }

  .pc\:pr-16{
    padding-right:64px
  }

  .pc\:pr-20{
    padding-right:80px
  }

  .pc\:pr-24{
    padding-right:96px
  }

  .pc\:pr-28{
    padding-right:112px
  }

  .pc\:pr-32{
    padding-right:128px
  }

  .pc\:pr-36{
    padding-right:144px
  }

  .pc\:pr-40{
    padding-right:160px
  }

  .pc\:pr-44{
    padding-right:176px
  }

  .pc\:pr-48{
    padding-right:192px
  }

  .pc\:pr-52{
    padding-right:208px
  }

  .pc\:pr-56{
    padding-right:224px
  }

  .pc\:pr-60{
    padding-right:240px
  }

  .pc\:pr-64{
    padding-right:256px
  }

  .pc\:pr-72{
    padding-right:288px
  }

  .pc\:pr-80{
    padding-right:320px
  }

  .pc\:pr-96{
    padding-right:384px
  }

  .pc\:pr-px{
    padding-right:1px
  }

  .pc\:pr-0\.5{
    padding-right:2px
  }

  .pc\:pr-1\.5{
    padding-right:6px
  }

  .pc\:pr-2\.5{
    padding-right:10px
  }

  .pc\:pr-3\.5{
    padding-right:14px
  }

  .pc\:pr-4\.5{
    padding-right:18px
  }

  .pc\:pr-7\.5{
    padding-right:30px
  }

  .pc\:pb-0{
    padding-bottom:0px
  }

  .pc\:pb-1{
    padding-bottom:4px
  }

  .pc\:pb-2{
    padding-bottom:8px
  }

  .pc\:pb-3{
    padding-bottom:12px
  }

  .pc\:pb-4{
    padding-bottom:16px
  }

  .pc\:pb-5{
    padding-bottom:20px
  }

  .pc\:pb-6{
    padding-bottom:24px
  }

  .pc\:pb-7{
    padding-bottom:28px
  }

  .pc\:pb-8{
    padding-bottom:32px
  }

  .pc\:pb-9{
    padding-bottom:36px
  }

  .pc\:pb-10{
    padding-bottom:40px
  }

  .pc\:pb-11{
    padding-bottom:44px
  }

  .pc\:pb-12{
    padding-bottom:48px
  }

  .pc\:pb-13{
    padding-bottom:50px
  }

  .pc\:pb-14{
    padding-bottom:56px
  }

  .pc\:pb-15{
    padding-bottom:60px
  }

  .pc\:pb-16{
    padding-bottom:64px
  }

  .pc\:pb-20{
    padding-bottom:80px
  }

  .pc\:pb-24{
    padding-bottom:96px
  }

  .pc\:pb-28{
    padding-bottom:112px
  }

  .pc\:pb-32{
    padding-bottom:128px
  }

  .pc\:pb-36{
    padding-bottom:144px
  }

  .pc\:pb-40{
    padding-bottom:160px
  }

  .pc\:pb-44{
    padding-bottom:176px
  }

  .pc\:pb-48{
    padding-bottom:192px
  }

  .pc\:pb-52{
    padding-bottom:208px
  }

  .pc\:pb-56{
    padding-bottom:224px
  }

  .pc\:pb-60{
    padding-bottom:240px
  }

  .pc\:pb-64{
    padding-bottom:256px
  }

  .pc\:pb-72{
    padding-bottom:288px
  }

  .pc\:pb-80{
    padding-bottom:320px
  }

  .pc\:pb-96{
    padding-bottom:384px
  }

  .pc\:pb-px{
    padding-bottom:1px
  }

  .pc\:pb-0\.5{
    padding-bottom:2px
  }

  .pc\:pb-1\.5{
    padding-bottom:6px
  }

  .pc\:pb-2\.5{
    padding-bottom:10px
  }

  .pc\:pb-3\.5{
    padding-bottom:14px
  }

  .pc\:pb-4\.5{
    padding-bottom:18px
  }

  .pc\:pb-7\.5{
    padding-bottom:30px
  }

  .pc\:pl-0{
    padding-left:0px
  }

  .pc\:pl-1{
    padding-left:4px
  }

  .pc\:pl-2{
    padding-left:8px
  }

  .pc\:pl-3{
    padding-left:12px
  }

  .pc\:pl-4{
    padding-left:16px
  }

  .pc\:pl-5{
    padding-left:20px
  }

  .pc\:pl-6{
    padding-left:24px
  }

  .pc\:pl-7{
    padding-left:28px
  }

  .pc\:pl-8{
    padding-left:32px
  }

  .pc\:pl-9{
    padding-left:36px
  }

  .pc\:pl-10{
    padding-left:40px
  }

  .pc\:pl-11{
    padding-left:44px
  }

  .pc\:pl-12{
    padding-left:48px
  }

  .pc\:pl-13{
    padding-left:50px
  }

  .pc\:pl-14{
    padding-left:56px
  }

  .pc\:pl-15{
    padding-left:60px
  }

  .pc\:pl-16{
    padding-left:64px
  }

  .pc\:pl-20{
    padding-left:80px
  }

  .pc\:pl-24{
    padding-left:96px
  }

  .pc\:pl-28{
    padding-left:112px
  }

  .pc\:pl-32{
    padding-left:128px
  }

  .pc\:pl-36{
    padding-left:144px
  }

  .pc\:pl-40{
    padding-left:160px
  }

  .pc\:pl-44{
    padding-left:176px
  }

  .pc\:pl-48{
    padding-left:192px
  }

  .pc\:pl-52{
    padding-left:208px
  }

  .pc\:pl-56{
    padding-left:224px
  }

  .pc\:pl-60{
    padding-left:240px
  }

  .pc\:pl-64{
    padding-left:256px
  }

  .pc\:pl-72{
    padding-left:288px
  }

  .pc\:pl-80{
    padding-left:320px
  }

  .pc\:pl-96{
    padding-left:384px
  }

  .pc\:pl-px{
    padding-left:1px
  }

  .pc\:pl-0\.5{
    padding-left:2px
  }

  .pc\:pl-1\.5{
    padding-left:6px
  }

  .pc\:pl-2\.5{
    padding-left:10px
  }

  .pc\:pl-3\.5{
    padding-left:14px
  }

  .pc\:pl-4\.5{
    padding-left:18px
  }

  .pc\:pl-7\.5{
    padding-left:30px
  }

  .pc\:text-left{
    text-align:left
  }

  .pc\:text-center{
    text-align:center
  }

  .pc\:text-right{
    text-align:right
  }

  .pc\:text-justify{
    text-align:justify
  }

  .pc\:align-baseline{
    vertical-align:baseline
  }

  .pc\:align-top{
    vertical-align:top
  }

  .pc\:align-middle{
    vertical-align:middle
  }

  .pc\:align-bottom{
    vertical-align:bottom
  }

  .pc\:align-text-top{
    vertical-align:text-top
  }

  .pc\:align-text-bottom{
    vertical-align:text-bottom
  }

  .pc\: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"
  }

  .pc\:font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .pc\:font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .pc\:text-13{
    font-size:13px
  }

  .pc\:text-15{
    font-size:15px
  }

  .pc\:text-22{
    font-size:22px
  }

  .pc\:text-28{
    font-size:28px
  }

  .pc\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .pc\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .pc\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .pc\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .pc\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .pc\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .pc\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .pc\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .pc\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .pc\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .pc\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .pc\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .pc\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .pc\:text-2xs{
    font-size:10px
  }

  .pc\:font-thin{
    font-weight:100
  }

  .pc\:font-extralight{
    font-weight:200
  }

  .pc\:font-light{
    font-weight:300
  }

  .pc\:font-normal{
    font-weight:400
  }

  .pc\:font-medium{
    font-weight:500
  }

  .pc\:font-semibold{
    font-weight:600
  }

  .pc\:font-bold{
    font-weight:700
  }

  .pc\:font-extrabold{
    font-weight:800
  }

  .pc\:font-black{
    font-weight:900
  }

  .pc\:uppercase{
    text-transform:uppercase
  }

  .pc\:lowercase{
    text-transform:lowercase
  }

  .pc\:capitalize{
    text-transform:capitalize
  }

  .pc\:normal-case{
    text-transform:none
  }

  .pc\:italic{
    font-style:italic
  }

  .pc\:not-italic{
    font-style:normal
  }

  .pc\:ordinal, .pc\:slashed-zero, .pc\:lining-nums, .pc\:oldstyle-nums, .pc\:proportional-nums, .pc\:tabular-nums, .pc\:diagonal-fractions, .pc\:stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .pc\:normal-nums{
    font-variant-numeric:normal
  }

  .pc\:ordinal{
    --tw-ordinal:ordinal
  }

  .pc\:slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .pc\:lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .pc\:oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .pc\:proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .pc\:tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .pc\:diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .pc\:stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .pc\:leading-3{
    line-height:.75rem
  }

  .pc\:leading-4{
    line-height:1rem
  }

  .pc\:leading-5{
    line-height:1.25rem
  }

  .pc\:leading-6{
    line-height:1.5rem
  }

  .pc\:leading-7{
    line-height:1.75rem
  }

  .pc\:leading-8{
    line-height:2rem
  }

  .pc\:leading-9{
    line-height:2.25rem
  }

  .pc\:leading-10{
    line-height:2.5rem
  }

  .pc\:leading-none{
    line-height:1
  }

  .pc\:leading-tight{
    line-height:1.25
  }

  .pc\:leading-snug{
    line-height:1.375
  }

  .pc\:leading-normal{
    line-height:1.5
  }

  .pc\:leading-relaxed{
    line-height:1.625
  }

  .pc\:leading-loose{
    line-height:2
  }

  .pc\:tracking-tighter{
    letter-spacing:-0.05em
  }

  .pc\:tracking-tight{
    letter-spacing:-0.025em
  }

  .pc\:tracking-normal{
    letter-spacing:0em
  }

  .pc\:tracking-wide{
    letter-spacing:0.025em
  }

  .pc\:tracking-wider{
    letter-spacing:0.05em
  }

  .pc\:tracking-widest{
    letter-spacing:0.1em
  }

  .pc\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .pc\:text-transparent{
    color:transparent
  }

  .pc\:text-current{
    color:currentColor
  }

  .pc\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .pc\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .pc\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .pc\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .pc\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .pc\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .pc\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .pc\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .pc\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .pc\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .pc\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .pc\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .pc\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .pc\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .pc\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .pc\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .pc\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .pc\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .pc\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .pc\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .pc\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .pc\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .pc\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .pc\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .pc\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .pc\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .pc\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .pc\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .pc\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .pc\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .pc\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .pc\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .pc\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .pc\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .pc\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .pc\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .pc\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .pc\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .pc\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .pc\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .pc\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .pc\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .pc\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .pc\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .pc\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .pc\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .pc\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .pc\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .pc\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .pc\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .pc\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .pc\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .pc\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .pc\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .pc\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .pc\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .pc\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .pc\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .pc\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .pc\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .pc\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .pc\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .pc\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .pc\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .pc\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .pc\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .pc\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .pc\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .pc\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .pc\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .pc\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .pc\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .pc\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .pc\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .pc\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .pc\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .pc\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-6{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-transparent{
    color:transparent
  }

  .group:hover .pc\:group-hover\:text-current{
    color:currentColor
  }

  .group:hover .pc\:group-hover\:text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-red{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-blue{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-base{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-bc{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-d4{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-d6{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-e5{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-ef{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-c{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-l-blue{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-orange{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-t-orange{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-l-orange{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-test-blue{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .group:hover .pc\:group-hover\:text-l-test-blue{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-6:focus-within{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-transparent:focus-within{
    color:transparent
  }

  .pc\:focus-within\:text-current:focus-within{
    color:currentColor
  }

  .pc\:focus-within\:text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-red:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-base:focus-within{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-bc:focus-within{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-d4:focus-within{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-d6:focus-within{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-e5:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-ef:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-c:focus-within{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-l-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-t-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-l-orange:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .pc\:focus-within\:text-l-test-blue:focus-within{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .pc\:hover\:text-6:hover{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .pc\:hover\:text-transparent:hover{
    color:transparent
  }

  .pc\:hover\:text-current:hover{
    color:currentColor
  }

  .pc\:hover\:text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .pc\:hover\:text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .pc\:hover\:text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .pc\:hover\:text-red:hover{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .pc\:hover\:text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .pc\:hover\:text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .pc\:hover\:text-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .pc\:hover\:text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .pc\:hover\:text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .pc\:hover\:text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .pc\:hover\:text-base:hover{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .pc\:hover\:text-bc:hover{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .pc\:hover\:text-d4:hover{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .pc\:hover\:text-d6:hover{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .pc\:hover\:text-e5:hover{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .pc\:hover\:text-ef:hover{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .pc\:hover\:text-c:hover{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .pc\:hover\:text-l-blue:hover{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .pc\:hover\:text-orange:hover{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .pc\:hover\:text-t-orange:hover{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .pc\:hover\:text-l-orange:hover{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .pc\:hover\:text-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .pc\:hover\:text-l-test-blue:hover{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .pc\:focus\:text-6:focus{
    --tw-text-opacity:1;
    color:rgba(102, 102, 102, var(--tw-text-opacity))
  }

  .pc\:focus\:text-transparent:focus{
    color:transparent
  }

  .pc\:focus\:text-current:focus{
    color:currentColor
  }

  .pc\:focus\:text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .pc\:focus\:text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .pc\:focus\:text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .pc\:focus\:text-red:focus{
    --tw-text-opacity:1;
    color:rgba(224, 0, 7, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .pc\:focus\:text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .pc\:focus\:text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .pc\:focus\:text-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 178, 186, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .pc\:focus\:text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .pc\:focus\:text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .pc\:focus\:text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .pc\:focus\:text-base:focus{
    --tw-text-opacity:1;
    color:rgba(51, 51, 51, var(--tw-text-opacity))
  }

  .pc\:focus\:text-bc:focus{
    --tw-text-opacity:1;
    color:rgba(188, 188, 188, var(--tw-text-opacity))
  }

  .pc\:focus\:text-d4:focus{
    --tw-text-opacity:1;
    color:rgba(212, 212, 212, var(--tw-text-opacity))
  }

  .pc\:focus\:text-d6:focus{
    --tw-text-opacity:1;
    color:rgba(214, 214, 214, var(--tw-text-opacity))
  }

  .pc\:focus\:text-e5:focus{
    --tw-text-opacity:1;
    color:rgba(229, 229, 229, var(--tw-text-opacity))
  }

  .pc\:focus\:text-ef:focus{
    --tw-text-opacity:1;
    color:rgba(239, 239, 239, var(--tw-text-opacity))
  }

  .pc\:focus\:text-c:focus{
    --tw-text-opacity:1;
    color:rgba(204, 204, 204, var(--tw-text-opacity))
  }

  .pc\:focus\:text-l-blue:focus{
    --tw-text-opacity:1;
    color:rgba(104, 203, 209, var(--tw-text-opacity))
  }

  .pc\:focus\:text-orange:focus{
    --tw-text-opacity:1;
    color:rgba(221, 132, 68, var(--tw-text-opacity))
  }

  .pc\:focus\:text-t-orange:focus{
    --tw-text-opacity:1;
    color:rgba(249, 112, 12, var(--tw-text-opacity))
  }

  .pc\:focus\:text-l-orange:focus{
    --tw-text-opacity:1;
    color:rgba(237, 220, 207, var(--tw-text-opacity))
  }

  .pc\:focus\:text-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(82, 124, 186, var(--tw-text-opacity))
  }

  .pc\:focus\:text-l-test-blue:focus{
    --tw-text-opacity:1;
    color:rgba(216, 222, 231, var(--tw-text-opacity))
  }

  .pc\:text-opacity-0{
    --tw-text-opacity:0
  }

  .pc\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .pc\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .pc\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .pc\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .pc\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .pc\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .pc\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .pc\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .pc\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .pc\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .pc\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .pc\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .pc\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .pc\:text-opacity-100{
    --tw-text-opacity:1
  }

  .group:hover .pc\:group-hover\:text-opacity-0{
    --tw-text-opacity:0
  }

  .group:hover .pc\:group-hover\:text-opacity-5{
    --tw-text-opacity:0.05
  }

  .group:hover .pc\:group-hover\:text-opacity-10{
    --tw-text-opacity:0.1
  }

  .group:hover .pc\:group-hover\:text-opacity-20{
    --tw-text-opacity:0.2
  }

  .group:hover .pc\:group-hover\:text-opacity-25{
    --tw-text-opacity:0.25
  }

  .group:hover .pc\:group-hover\:text-opacity-30{
    --tw-text-opacity:0.3
  }

  .group:hover .pc\:group-hover\:text-opacity-40{
    --tw-text-opacity:0.4
  }

  .group:hover .pc\:group-hover\:text-opacity-50{
    --tw-text-opacity:0.5
  }

  .group:hover .pc\:group-hover\:text-opacity-60{
    --tw-text-opacity:0.6
  }

  .group:hover .pc\:group-hover\:text-opacity-70{
    --tw-text-opacity:0.7
  }

  .group:hover .pc\:group-hover\:text-opacity-75{
    --tw-text-opacity:0.75
  }

  .group:hover .pc\:group-hover\:text-opacity-80{
    --tw-text-opacity:0.8
  }

  .group:hover .pc\:group-hover\:text-opacity-90{
    --tw-text-opacity:0.9
  }

  .group:hover .pc\:group-hover\:text-opacity-95{
    --tw-text-opacity:0.95
  }

  .group:hover .pc\:group-hover\:text-opacity-100{
    --tw-text-opacity:1
  }

  .pc\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .pc\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .pc\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .pc\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .pc\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .pc\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .pc\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .pc\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .pc\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .pc\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .pc\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .pc\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .pc\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .pc\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .pc\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .pc\:hover\:text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .pc\:hover\:text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .pc\:hover\:text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .pc\:hover\:text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .pc\:hover\:text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .pc\:hover\:text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .pc\:hover\:text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .pc\:hover\:text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .pc\:hover\:text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .pc\:hover\:text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .pc\:hover\:text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .pc\:hover\:text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .pc\:hover\:text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .pc\:hover\:text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .pc\:hover\:text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .pc\:focus\:text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .pc\:focus\:text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .pc\:focus\:text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .pc\:focus\:text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .pc\:focus\:text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .pc\:focus\:text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .pc\:focus\:text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .pc\:focus\:text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .pc\:focus\:text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .pc\:focus\:text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .pc\:focus\:text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .pc\:focus\:text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .pc\:focus\:text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .pc\:focus\:text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .pc\:focus\:text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .pc\:underline{
    text-decoration:underline
  }

  .pc\:line-through{
    text-decoration:line-through
  }

  .pc\:no-underline{
    text-decoration:none
  }

  .group:hover .pc\:group-hover\:underline{
    text-decoration:underline
  }

  .group:hover .pc\:group-hover\:line-through{
    text-decoration:line-through
  }

  .group:hover .pc\:group-hover\:no-underline{
    text-decoration:none
  }

  .pc\:focus-within\:underline:focus-within{
    text-decoration:underline
  }

  .pc\:focus-within\:line-through:focus-within{
    text-decoration:line-through
  }

  .pc\:focus-within\:no-underline:focus-within{
    text-decoration:none
  }

  .pc\:hover\:underline:hover{
    text-decoration:underline
  }

  .pc\:hover\:line-through:hover{
    text-decoration:line-through
  }

  .pc\:hover\:no-underline:hover{
    text-decoration:none
  }

  .pc\:focus\:underline:focus{
    text-decoration:underline
  }

  .pc\:focus\:line-through:focus{
    text-decoration:line-through
  }

  .pc\:focus\:no-underline:focus{
    text-decoration:none
  }

  .pc\:antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .pc\:subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .pc\:placeholder-6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-transparent::-webkit-input-placeholder{
    color:transparent
  }

  .pc\:placeholder-transparent::-moz-placeholder{
    color:transparent
  }

  .pc\:placeholder-transparent:-ms-input-placeholder{
    color:transparent
  }

  .pc\:placeholder-transparent::-ms-input-placeholder{
    color:transparent
  }

  .pc\:placeholder-transparent::placeholder{
    color:transparent
  }

  .pc\:placeholder-current::-webkit-input-placeholder{
    color:currentColor
  }

  .pc\:placeholder-current::-moz-placeholder{
    color:currentColor
  }

  .pc\:placeholder-current:-ms-input-placeholder{
    color:currentColor
  }

  .pc\:placeholder-current::-ms-input-placeholder{
    color:currentColor
  }

  .pc\:placeholder-current::placeholder{
    color:currentColor
  }

  .pc\:placeholder-black::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-red::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-50::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-200::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-200::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-300::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-300::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-400::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-400::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-500::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-500::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-600::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-600::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-700::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-700::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-800::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-800::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-900::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-900::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-base::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-base::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-base:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-base::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-base::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-bc::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-bc::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-bc:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-bc::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-bc::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d4::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d4::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d4:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d4::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d4::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d6::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d6::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d6:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d6::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-d6::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-e5::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-e5::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-e5:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-e5::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-e5::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-ef::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-ef::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-ef:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-ef::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-ef::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-c::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-c::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-c:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-c::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-c::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-t-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-t-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-t-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-t-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-t-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-orange::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-orange::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-orange:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-orange::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-orange::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-test-blue::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-test-blue::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-test-blue:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-test-blue::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-l-test-blue::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(102, 102, 102, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color:transparent
  }

  .pc\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color:transparent
  }

  .pc\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color:transparent
  }

  .pc\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color:transparent
  }

  .pc\:focus\:placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .pc\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color:currentColor
  }

  .pc\:focus\:placeholder-current:focus::-moz-placeholder{
    color:currentColor
  }

  .pc\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color:currentColor
  }

  .pc\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color:currentColor
  }

  .pc\:focus\:placeholder-current:focus::placeholder{
    color:currentColor
  }

  .pc\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 0, 7, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 178, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-base:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-base:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-base:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-base:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-base:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(51, 51, 51, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-bc:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-bc:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-bc:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-bc:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-bc:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(188, 188, 188, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d4:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d4:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d4:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d4:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d4:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(212, 212, 212, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d6:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d6:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d6:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d6:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-d6:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(214, 214, 214, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-e5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-e5:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-e5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-e5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-e5:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 229, 229, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-ef:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-ef:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-ef:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-ef:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-ef:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 239, 239, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-c:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-c:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-c:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-c:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-c:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(204, 204, 204, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(104, 203, 209, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 132, 68, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-t-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-t-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-t-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-t-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-t-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 112, 12, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-orange:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-orange:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-orange:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 220, 207, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(82, 124, 186, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-test-blue:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-test-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-test-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-test-blue:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:focus\:placeholder-l-test-blue:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(216, 222, 231, var(--tw-placeholder-opacity))
  }

  .pc\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .pc\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .pc\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .pc\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .pc\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .pc\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .pc\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .pc\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .pc\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .pc\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .pc\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .pc\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .pc\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .pc\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .pc\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .pc\:opacity-0{
    opacity:0
  }

  .pc\:opacity-5{
    opacity:0.05
  }

  .pc\:opacity-10{
    opacity:0.1
  }

  .pc\:opacity-20{
    opacity:0.2
  }

  .pc\:opacity-25{
    opacity:0.25
  }

  .pc\:opacity-30{
    opacity:0.3
  }

  .pc\:opacity-40{
    opacity:0.4
  }

  .pc\:opacity-50{
    opacity:0.5
  }

  .pc\:opacity-60{
    opacity:0.6
  }

  .pc\:opacity-70{
    opacity:0.7
  }

  .pc\:opacity-75{
    opacity:0.75
  }

  .pc\:opacity-80{
    opacity:0.8
  }

  .pc\:opacity-90{
    opacity:0.9
  }

  .pc\:opacity-95{
    opacity:0.95
  }

  .pc\:opacity-100{
    opacity:1
  }

  .group:hover .pc\:group-hover\:opacity-0{
    opacity:0
  }

  .group:hover .pc\:group-hover\:opacity-5{
    opacity:0.05
  }

  .group:hover .pc\:group-hover\:opacity-10{
    opacity:0.1
  }

  .group:hover .pc\:group-hover\:opacity-20{
    opacity:0.2
  }

  .group:hover .pc\:group-hover\:opacity-25{
    opacity:0.25
  }

  .group:hover .pc\:group-hover\:opacity-30{
    opacity:0.3
  }

  .group:hover .pc\:group-hover\:opacity-40{
    opacity:0.4
  }

  .group:hover .pc\:group-hover\:opacity-50{
    opacity:0.5
  }

  .group:hover .pc\:group-hover\:opacity-60{
    opacity:0.6
  }

  .group:hover .pc\:group-hover\:opacity-70{
    opacity:0.7
  }

  .group:hover .pc\:group-hover\:opacity-75{
    opacity:0.75
  }

  .group:hover .pc\:group-hover\:opacity-80{
    opacity:0.8
  }

  .group:hover .pc\:group-hover\:opacity-90{
    opacity:0.9
  }

  .group:hover .pc\:group-hover\:opacity-95{
    opacity:0.95
  }

  .group:hover .pc\:group-hover\:opacity-100{
    opacity:1
  }

  .pc\:focus-within\:opacity-0:focus-within{
    opacity:0
  }

  .pc\:focus-within\:opacity-5:focus-within{
    opacity:0.05
  }

  .pc\:focus-within\:opacity-10:focus-within{
    opacity:0.1
  }

  .pc\:focus-within\:opacity-20:focus-within{
    opacity:0.2
  }

  .pc\:focus-within\:opacity-25:focus-within{
    opacity:0.25
  }

  .pc\:focus-within\:opacity-30:focus-within{
    opacity:0.3
  }

  .pc\:focus-within\:opacity-40:focus-within{
    opacity:0.4
  }

  .pc\:focus-within\:opacity-50:focus-within{
    opacity:0.5
  }

  .pc\:focus-within\:opacity-60:focus-within{
    opacity:0.6
  }

  .pc\:focus-within\:opacity-70:focus-within{
    opacity:0.7
  }

  .pc\:focus-within\:opacity-75:focus-within{
    opacity:0.75
  }

  .pc\:focus-within\:opacity-80:focus-within{
    opacity:0.8
  }

  .pc\:focus-within\:opacity-90:focus-within{
    opacity:0.9
  }

  .pc\:focus-within\:opacity-95:focus-within{
    opacity:0.95
  }

  .pc\:focus-within\:opacity-100:focus-within{
    opacity:1
  }

  .pc\:hover\:opacity-0:hover{
    opacity:0
  }

  .pc\:hover\:opacity-5:hover{
    opacity:0.05
  }

  .pc\:hover\:opacity-10:hover{
    opacity:0.1
  }

  .pc\:hover\:opacity-20:hover{
    opacity:0.2
  }

  .pc\:hover\:opacity-25:hover{
    opacity:0.25
  }

  .pc\:hover\:opacity-30:hover{
    opacity:0.3
  }

  .pc\:hover\:opacity-40:hover{
    opacity:0.4
  }

  .pc\:hover\:opacity-50:hover{
    opacity:0.5
  }

  .pc\:hover\:opacity-60:hover{
    opacity:0.6
  }

  .pc\:hover\:opacity-70:hover{
    opacity:0.7
  }

  .pc\:hover\:opacity-75:hover{
    opacity:0.75
  }

  .pc\:hover\:opacity-80:hover{
    opacity:0.8
  }

  .pc\:hover\:opacity-90:hover{
    opacity:0.9
  }

  .pc\:hover\:opacity-95:hover{
    opacity:0.95
  }

  .pc\:hover\:opacity-100:hover{
    opacity:1
  }

  .pc\:focus\:opacity-0:focus{
    opacity:0
  }

  .pc\:focus\:opacity-5:focus{
    opacity:0.05
  }

  .pc\:focus\:opacity-10:focus{
    opacity:0.1
  }

  .pc\:focus\:opacity-20:focus{
    opacity:0.2
  }

  .pc\:focus\:opacity-25:focus{
    opacity:0.25
  }

  .pc\:focus\:opacity-30:focus{
    opacity:0.3
  }

  .pc\:focus\:opacity-40:focus{
    opacity:0.4
  }

  .pc\:focus\:opacity-50:focus{
    opacity:0.5
  }

  .pc\:focus\:opacity-60:focus{
    opacity:0.6
  }

  .pc\:focus\:opacity-70:focus{
    opacity:0.7
  }

  .pc\:focus\:opacity-75:focus{
    opacity:0.75
  }

  .pc\:focus\:opacity-80:focus{
    opacity:0.8
  }

  .pc\:focus\:opacity-90:focus{
    opacity:0.9
  }

  .pc\:focus\:opacity-95:focus{
    opacity:0.95
  }

  .pc\:focus\:opacity-100:focus{
    opacity:1
  }

  .pc\:bg-blend-normal{
    background-blend-mode:normal
  }

  .pc\:bg-blend-multiply{
    background-blend-mode:multiply
  }

  .pc\:bg-blend-screen{
    background-blend-mode:screen
  }

  .pc\:bg-blend-overlay{
    background-blend-mode:overlay
  }

  .pc\:bg-blend-darken{
    background-blend-mode:darken
  }

  .pc\:bg-blend-lighten{
    background-blend-mode:lighten
  }

  .pc\:bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .pc\:bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .pc\:bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .pc\:bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .pc\:bg-blend-difference{
    background-blend-mode:difference
  }

  .pc\:bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .pc\:bg-blend-hue{
    background-blend-mode:hue
  }

  .pc\:bg-blend-saturation{
    background-blend-mode:saturation
  }

  .pc\:bg-blend-color{
    background-blend-mode:color
  }

  .pc\:bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .pc\:mix-blend-normal{
    mix-blend-mode:normal
  }

  .pc\:mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .pc\:mix-blend-screen{
    mix-blend-mode:screen
  }

  .pc\:mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .pc\:mix-blend-darken{
    mix-blend-mode:darken
  }

  .pc\:mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .pc\:mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .pc\:mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .pc\:mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .pc\:mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .pc\:mix-blend-difference{
    mix-blend-mode:difference
  }

  .pc\:mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .pc\:mix-blend-hue{
    mix-blend-mode:hue
  }

  .pc\:mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .pc\:mix-blend-color{
    mix-blend-mode:color
  }

  .pc\:mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .pc\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .pc\:group-hover\:shadow-none{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus-within\:shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:hover\:shadow-none:hover{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:focus\:shadow-none:focus{
    --tw-shadow:0 0 #0000;
    -webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .pc\:outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .pc\:outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .pc\:outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .pc\:focus-within\:outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .pc\:focus-within\:outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .pc\:focus-within\:outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .pc\:focus\:outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .pc\:focus\:outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .pc\:focus\:outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .pc\:ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:focus\:ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .pc\:ring-inset{
    --tw-ring-inset:inset
  }

  .pc\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .pc\:focus\:ring-inset:focus{
    --tw-ring-inset:inset
  }

  .pc\:ring-6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .pc\:ring-transparent{
    --tw-ring-color:transparent
  }

  .pc\:ring-current{
    --tw-ring-color:currentColor
  }

  .pc\:ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .pc\:ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .pc\:ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .pc\:ring-red{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .pc\:ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .pc\:ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .pc\:ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .pc\:ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .pc\:ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .pc\:ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .pc\:ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .pc\:ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .pc\:ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .pc\:ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .pc\:ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .pc\:ring-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .pc\:ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .pc\:ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .pc\:ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .pc\:ring-base{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .pc\:ring-bc{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .pc\:ring-d4{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .pc\:ring-d6{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .pc\:ring-e5{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .pc\:ring-ef{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .pc\:ring-c{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .pc\:ring-l-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .pc\:ring-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .pc\:ring-t-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .pc\:ring-l-orange{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .pc\:ring-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .pc\:ring-l-test-blue{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .pc\:focus-within\:ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .pc\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-base:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-bc:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-d4:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-d6:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-e5:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-ef:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-c:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-l-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-t-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-l-orange:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .pc\:focus-within\:ring-l-test-blue:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(102, 102, 102, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .pc\:focus\:ring-current:focus{
    --tw-ring-color:currentColor
  }

  .pc\:focus\:ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-red:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 0, 7, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 178, 186, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-base:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(51, 51, 51, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-bc:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(188, 188, 188, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-d4:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(212, 212, 212, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-d6:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(214, 214, 214, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-e5:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 229, 229, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-ef:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 239, 239, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-c:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(204, 204, 204, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-l-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(104, 203, 209, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 132, 68, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-t-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 112, 12, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-l-orange:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 220, 207, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(82, 124, 186, var(--tw-ring-opacity))
  }

  .pc\:focus\:ring-l-test-blue:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(216, 222, 231, var(--tw-ring-opacity))
  }

  .pc\:ring-opacity-0{
    --tw-ring-opacity:0
  }

  .pc\:ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .pc\:ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .pc\:ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .pc\:ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .pc\:ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .pc\:ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .pc\:ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .pc\:ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .pc\:ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .pc\:ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .pc\:ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .pc\:ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .pc\:ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .pc\:ring-opacity-100{
    --tw-ring-opacity:1
  }

  .pc\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .pc\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .pc\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .pc\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .pc\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .pc\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .pc\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .pc\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .pc\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .pc\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .pc\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .pc\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .pc\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .pc\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .pc\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .pc\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .pc\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .pc\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .pc\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .pc\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .pc\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .pc\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .pc\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .pc\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .pc\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .pc\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .pc\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .pc\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .pc\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .pc\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .pc\:ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .pc\:ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .pc\:ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .pc\:ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .pc\:ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .pc\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .pc\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .pc\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .pc\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .pc\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .pc\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .pc\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .pc\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .pc\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .pc\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .pc\:ring-offset-6{
    --tw-ring-offset-color:#666
  }

  .pc\:ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .pc\:ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .pc\:ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .pc\:ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .pc\:ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .pc\:ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .pc\:ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .pc\:ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .pc\:ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .pc\:ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .pc\:ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .pc\:ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .pc\:ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .pc\:ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .pc\:ring-offset-red{
    --tw-ring-offset-color:#BE281F
  }

  .pc\:ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .pc\:ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .pc\:ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .pc\:ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .pc\:ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .pc\:ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .pc\:ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .pc\:ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .pc\:ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .pc\:ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .pc\:ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .pc\:ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .pc\:ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .pc\:ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .pc\:ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .pc\:ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .pc\:ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .pc\:ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .pc\:ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .pc\:ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .pc\:ring-offset-blue{
    --tw-ring-offset-color:#52B2BA
  }

  .pc\:ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .pc\:ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .pc\:ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .pc\:ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .pc\:ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .pc\:ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .pc\:ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .pc\:ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .pc\:ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .pc\:ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .pc\:ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .pc\:ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .pc\:ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .pc\:ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .pc\:ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .pc\:ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .pc\:ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .pc\:ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .pc\:ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .pc\:ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .pc\:ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .pc\:ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .pc\:ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .pc\:ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .pc\:ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .pc\:ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .pc\:ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .pc\:ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .pc\:ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .pc\:ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .pc\:ring-offset-base{
    --tw-ring-offset-color:#333
  }

  .pc\:ring-offset-bc{
    --tw-ring-offset-color:#bcbcbc
  }

  .pc\:ring-offset-d4{
    --tw-ring-offset-color:#d4d4d4
  }

  .pc\:ring-offset-d6{
    --tw-ring-offset-color:#d6d6d6
  }

  .pc\:ring-offset-e5{
    --tw-ring-offset-color:#E5E5E5
  }

  .pc\:ring-offset-ef{
    --tw-ring-offset-color:#EFEFEF
  }

  .pc\:ring-offset-c{
    --tw-ring-offset-color:#ccc
  }

  .pc\:ring-offset-l-blue{
    --tw-ring-offset-color:#68CBD1
  }

  .pc\:ring-offset-orange{
    --tw-ring-offset-color:#DD8444
  }

  .pc\:ring-offset-t-orange{
    --tw-ring-offset-color:#F9700C
  }

  .pc\:ring-offset-l-orange{
    --tw-ring-offset-color:#EDDCCF
  }

  .pc\:ring-offset-test-blue{
    --tw-ring-offset-color:#527CBA
  }

  .pc\:ring-offset-l-test-blue{
    --tw-ring-offset-color:#D8DEE7
  }

  .pc\:focus-within\:ring-offset-6:focus-within{
    --tw-ring-offset-color:#666
  }

  .pc\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .pc\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .pc\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .pc\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .pc\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .pc\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .pc\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .pc\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .pc\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .pc\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .pc\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .pc\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .pc\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .pc\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .pc\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color:#BE281F
  }

  .pc\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .pc\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .pc\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .pc\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .pc\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .pc\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .pc\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .pc\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .pc\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .pc\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .pc\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .pc\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .pc\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .pc\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .pc\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .pc\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .pc\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .pc\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .pc\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .pc\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .pc\:focus-within\:ring-offset-blue:focus-within{
    --tw-ring-offset-color:#52B2BA
  }

  .pc\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .pc\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .pc\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .pc\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .pc\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .pc\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .pc\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .pc\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .pc\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .pc\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .pc\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .pc\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .pc\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .pc\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .pc\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .pc\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .pc\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .pc\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .pc\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .pc\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .pc\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .pc\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .pc\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .pc\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .pc\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .pc\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .pc\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .pc\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .pc\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .pc\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .pc\:focus-within\:ring-offset-base:focus-within{
    --tw-ring-offset-color:#333
  }

  .pc\:focus-within\:ring-offset-bc:focus-within{
    --tw-ring-offset-color:#bcbcbc
  }

  .pc\:focus-within\:ring-offset-d4:focus-within{
    --tw-ring-offset-color:#d4d4d4
  }

  .pc\:focus-within\:ring-offset-d6:focus-within{
    --tw-ring-offset-color:#d6d6d6
  }

  .pc\:focus-within\:ring-offset-e5:focus-within{
    --tw-ring-offset-color:#E5E5E5
  }

  .pc\:focus-within\:ring-offset-ef:focus-within{
    --tw-ring-offset-color:#EFEFEF
  }

  .pc\:focus-within\:ring-offset-c:focus-within{
    --tw-ring-offset-color:#ccc
  }

  .pc\:focus-within\:ring-offset-l-blue:focus-within{
    --tw-ring-offset-color:#68CBD1
  }

  .pc\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color:#DD8444
  }

  .pc\:focus-within\:ring-offset-t-orange:focus-within{
    --tw-ring-offset-color:#F9700C
  }

  .pc\:focus-within\:ring-offset-l-orange:focus-within{
    --tw-ring-offset-color:#EDDCCF
  }

  .pc\:focus-within\:ring-offset-test-blue:focus-within{
    --tw-ring-offset-color:#527CBA
  }

  .pc\:focus-within\:ring-offset-l-test-blue:focus-within{
    --tw-ring-offset-color:#D8DEE7
  }

  .pc\:focus\:ring-offset-6:focus{
    --tw-ring-offset-color:#666
  }

  .pc\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .pc\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .pc\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .pc\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .pc\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .pc\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .pc\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .pc\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .pc\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .pc\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .pc\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .pc\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .pc\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .pc\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .pc\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color:#BE281F
  }

  .pc\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .pc\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .pc\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .pc\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .pc\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .pc\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .pc\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .pc\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .pc\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .pc\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .pc\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .pc\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .pc\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .pc\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .pc\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .pc\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .pc\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .pc\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .pc\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .pc\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .pc\:focus\:ring-offset-blue:focus{
    --tw-ring-offset-color:#52B2BA
  }

  .pc\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .pc\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .pc\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .pc\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .pc\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .pc\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .pc\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .pc\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .pc\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .pc\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .pc\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .pc\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .pc\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .pc\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .pc\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .pc\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .pc\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .pc\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .pc\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .pc\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .pc\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .pc\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .pc\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .pc\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .pc\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .pc\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .pc\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .pc\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .pc\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .pc\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .pc\:focus\:ring-offset-base:focus{
    --tw-ring-offset-color:#333
  }

  .pc\:focus\:ring-offset-bc:focus{
    --tw-ring-offset-color:#bcbcbc
  }

  .pc\:focus\:ring-offset-d4:focus{
    --tw-ring-offset-color:#d4d4d4
  }

  .pc\:focus\:ring-offset-d6:focus{
    --tw-ring-offset-color:#d6d6d6
  }

  .pc\:focus\:ring-offset-e5:focus{
    --tw-ring-offset-color:#E5E5E5
  }

  .pc\:focus\:ring-offset-ef:focus{
    --tw-ring-offset-color:#EFEFEF
  }

  .pc\:focus\:ring-offset-c:focus{
    --tw-ring-offset-color:#ccc
  }

  .pc\:focus\:ring-offset-l-blue:focus{
    --tw-ring-offset-color:#68CBD1
  }

  .pc\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color:#DD8444
  }

  .pc\:focus\:ring-offset-t-orange:focus{
    --tw-ring-offset-color:#F9700C
  }

  .pc\:focus\:ring-offset-l-orange:focus{
    --tw-ring-offset-color:#EDDCCF
  }

  .pc\:focus\:ring-offset-test-blue:focus{
    --tw-ring-offset-color:#527CBA
  }

  .pc\:focus\:ring-offset-l-test-blue:focus{
    --tw-ring-offset-color:#D8DEE7
  }

  .pc\:filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    -webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
            filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .pc\:filter-none{
    -webkit-filter:none;
            filter:none
  }

  .pc\:blur-0{
    --tw-blur:blur(0)
  }

  .pc\:blur-none{
    --tw-blur:blur(0)
  }

  .pc\:blur-sm{
    --tw-blur:blur(4px)
  }

  .pc\:blur{
    --tw-blur:blur(8px)
  }

  .pc\:blur-md{
    --tw-blur:blur(12px)
  }

  .pc\:blur-lg{
    --tw-blur:blur(16px)
  }

  .pc\:blur-xl{
    --tw-blur:blur(24px)
  }

  .pc\:blur-2xl{
    --tw-blur:blur(40px)
  }

  .pc\:blur-3xl{
    --tw-blur:blur(64px)
  }

  .pc\:brightness-0{
    --tw-brightness:brightness(0)
  }

  .pc\:brightness-50{
    --tw-brightness:brightness(.5)
  }

  .pc\:brightness-75{
    --tw-brightness:brightness(.75)
  }

  .pc\:brightness-90{
    --tw-brightness:brightness(.9)
  }

  .pc\:brightness-95{
    --tw-brightness:brightness(.95)
  }

  .pc\:brightness-100{
    --tw-brightness:brightness(1)
  }

  .pc\:brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .pc\:brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .pc\:brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .pc\:brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .pc\:brightness-200{
    --tw-brightness:brightness(2)
  }

  .pc\:contrast-0{
    --tw-contrast:contrast(0)
  }

  .pc\:contrast-50{
    --tw-contrast:contrast(.5)
  }

  .pc\:contrast-75{
    --tw-contrast:contrast(.75)
  }

  .pc\:contrast-100{
    --tw-contrast:contrast(1)
  }

  .pc\:contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .pc\:contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .pc\:contrast-200{
    --tw-contrast:contrast(2)
  }

  .pc\:drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .pc\:drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .pc\:drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .pc\:drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .pc\:drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .pc\:drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .pc\:drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .pc\:grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .pc\:grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .pc\:hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .pc\:hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .pc\:hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .pc\:hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .pc\:hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .pc\:hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .pc\:-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .pc\:-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .pc\:-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .pc\:-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .pc\:-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .pc\:invert-0{
    --tw-invert:invert(0)
  }

  .pc\:invert{
    --tw-invert:invert(100%)
  }

  .pc\:saturate-0{
    --tw-saturate:saturate(0)
  }

  .pc\:saturate-50{
    --tw-saturate:saturate(.5)
  }

  .pc\:saturate-100{
    --tw-saturate:saturate(1)
  }

  .pc\:saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .pc\:saturate-200{
    --tw-saturate:saturate(2)
  }

  .pc\:sepia-0{
    --tw-sepia:sepia(0)
  }

  .pc\:sepia{
    --tw-sepia:sepia(100%)
  }

  .pc\:backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .pc\:backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .pc\:backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .pc\:backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .pc\:backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .pc\:backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .pc\:backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .pc\:backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .pc\:backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .pc\:backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .pc\:backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .pc\:backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .pc\:backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .pc\:backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .pc\:backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .pc\:backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .pc\:backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .pc\:backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .pc\:backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .pc\:backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .pc\:backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .pc\:backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .pc\:backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .pc\:backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .pc\:backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .pc\:backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .pc\:backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .pc\:backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .pc\:backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .pc\:backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .pc\:backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .pc\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .pc\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .pc\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .pc\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .pc\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .pc\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .pc\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .pc\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .pc\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .pc\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .pc\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .pc\:backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .pc\:backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .pc\:backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .pc\:backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .pc\:backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .pc\:backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .pc\:backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .pc\:backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .pc\:backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .pc\:backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .pc\:backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .pc\:backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .pc\:backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .pc\:backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .pc\:backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .pc\:backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .pc\:backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .pc\:backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .pc\:backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .pc\:backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .pc\:backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .pc\:backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .pc\:backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .pc\:backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .pc\:transition-none{
    -webkit-transition-property:none;
    -o-transition-property:none;
    transition-property:none
  }

  .pc\:transition-all{
    -webkit-transition-property:all;
    -o-transition-property:all;
    transition-property:all;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:transition{
    -webkit-transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -o-transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:transition-colors{
    -webkit-transition-property:background-color, border-color, color, fill, stroke;
    -o-transition-property:background-color, border-color, color, fill, stroke;
    transition-property:background-color, border-color, color, fill, stroke;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:transition-opacity{
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:transition-shadow{
    -webkit-transition-property:-webkit-box-shadow;
    transition-property:-webkit-box-shadow;
    -o-transition-property:box-shadow;
    transition-property:box-shadow;
    transition-property:box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:transition-transform{
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:delay-75{
    -webkit-transition-delay:75ms;
         -o-transition-delay:75ms;
            transition-delay:75ms
  }

  .pc\:delay-100{
    -webkit-transition-delay:100ms;
         -o-transition-delay:100ms;
            transition-delay:100ms
  }

  .pc\:delay-150{
    -webkit-transition-delay:150ms;
         -o-transition-delay:150ms;
            transition-delay:150ms
  }

  .pc\:delay-200{
    -webkit-transition-delay:200ms;
         -o-transition-delay:200ms;
            transition-delay:200ms
  }

  .pc\:delay-300{
    -webkit-transition-delay:300ms;
         -o-transition-delay:300ms;
            transition-delay:300ms
  }

  .pc\:delay-500{
    -webkit-transition-delay:500ms;
         -o-transition-delay:500ms;
            transition-delay:500ms
  }

  .pc\:delay-700{
    -webkit-transition-delay:700ms;
         -o-transition-delay:700ms;
            transition-delay:700ms
  }

  .pc\:delay-1000{
    -webkit-transition-delay:1000ms;
         -o-transition-delay:1000ms;
            transition-delay:1000ms
  }

  .pc\:duration-75{
    -webkit-transition-duration:75ms;
         -o-transition-duration:75ms;
            transition-duration:75ms
  }

  .pc\:duration-100{
    -webkit-transition-duration:100ms;
         -o-transition-duration:100ms;
            transition-duration:100ms
  }

  .pc\:duration-150{
    -webkit-transition-duration:150ms;
         -o-transition-duration:150ms;
            transition-duration:150ms
  }

  .pc\:duration-200{
    -webkit-transition-duration:200ms;
         -o-transition-duration:200ms;
            transition-duration:200ms
  }

  .pc\:duration-300{
    -webkit-transition-duration:300ms;
         -o-transition-duration:300ms;
            transition-duration:300ms
  }

  .pc\:duration-500{
    -webkit-transition-duration:500ms;
         -o-transition-duration:500ms;
            transition-duration:500ms
  }

  .pc\:duration-700{
    -webkit-transition-duration:700ms;
         -o-transition-duration:700ms;
            transition-duration:700ms
  }

  .pc\:duration-1000{
    -webkit-transition-duration:1000ms;
         -o-transition-duration:1000ms;
            transition-duration:1000ms
  }

  .pc\:ease-linear{
    -webkit-transition-timing-function:linear;
         -o-transition-timing-function:linear;
            transition-timing-function:linear
  }

  .pc\:ease-in{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .pc\:ease-out{
    -webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .pc\:ease-in-out{
    -webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}
/*# sourceMappingURL=main.css.map */